emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: Syntax and Hard Newlines


From: Stefan Monnier
Subject: Re: Patch: Syntax and Hard Newlines
Date: Sun, 19 Nov 2006 22:04:26 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

>     - I use two windows of different widths to simultaneously show one and
>        the same buffer.  How can I adapt longlines-mode to wrap at the right
>        borders of my windows?

> It is impossible for anything like Longlines mode to do that.
> That would require a feature implemented entirely within redisplay.

Actually, applying a `display' property of "\n" on some spaces, using
overlays that also have a `window' property would make it possible.
Maybe impractical, tho ;-)

And since Kim had a patch to do it much more cleanly and efficiently at the
C level, it doesn't seem worth the trouble.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]