[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#11948: 24.1.50; word-wrap should allow wrapping at all breaking spac
From: |
Lars Ingebrigtsen |
Subject: |
bug#11948: 24.1.50; word-wrap should allow wrapping at all breaking space characters, not just space and tab |
Date: |
Fri, 22 Apr 2022 14:47:23 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Reuben Thomas <rrt@sc3d.org> writes:
> I noticed this when in visual-line-mode, and it failed to wrap at an em
> space (U+2003), but of course there are lotsof other breaking space
> characters.
Eli, now that we have word-wrap-by-category, wouldn't this be easy to
implement? I.e., do
(modify-category-entry #x2003 ?|)
for all characters of general-category Zs in character.el? Or would
that have other negative consequences?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#11948: 24.1.50; word-wrap should allow wrapping at all breaking space characters, not just space and tab,
Lars Ingebrigtsen <=