* New word-wrap feature and continuation fringe bitmaps
@ 2008-08-19 23:30 Kim F. Storm
2008-08-20 0:51 ` Chong Yidong
0 siblings, 1 reply; 2+ messages in thread
From: Kim F. Storm @ 2008-08-19 23:30 UTC (permalink / raw)
To: emacs-devel
I wondered whether it is by design or mistake that when the word-wrap
feature is enable, and a word is too wide (and thus has to be split
in the middle) the continuation fringe bitmaps (typically -> and <-)
are not shown.
E.g. do C-h C-n and turn on word-wrap in the buffer, and narrow it
down to 10 columns or so...
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: New word-wrap feature and continuation fringe bitmaps
2008-08-19 23:30 New word-wrap feature and continuation fringe bitmaps Kim F. Storm
@ 2008-08-20 0:51 ` Chong Yidong
0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2008-08-20 0:51 UTC (permalink / raw)
To: Kim F. Storm; +Cc: emacs-devel
storm@cua.dk (Kim F. Storm) writes:
> I wondered whether it is by design or mistake that when the word-wrap
> feature is enable, and a word is too wide (and thus has to be split
> in the middle) the continuation fringe bitmaps (typically -> and <-)
> are not shown.
>
> E.g. do C-h C-n and turn on word-wrap in the buffer, and narrow it
> down to 10 columns or so...
It's a limitation. Word wrap is treated as line continuation, and
continuation glyphs are disabled when word wrapping. Unfortunately,
this turns of the glyphs for ordinary line wrapping too.
This shouldn't be difficult to fix, but I don't have time right now.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-20 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 23:30 New word-wrap feature and continuation fringe bitmaps Kim F. Storm
2008-08-20 0:51 ` Chong Yidong
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.