[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Line-wrapping of 80 character long lines
From: |
Glenn Morris |
Subject: |
Re: Line-wrapping of 80 character long lines |
Date: |
Mon, 19 Jan 2004 18:30:33 +0000 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Kim F. Storm wrote:
> I just installed patches to CVS emacs to let an "exact width" line
> flow into the right fringe, and put the cursor there when point is
> at the end of such a line.
This is really nice. Two comments:
i) It doesn't work for the last line in a buffer, if there is no
final newline. It seems a bit weird that adding a character to a line
(ie a newline) can make it look shorter in the Emacs display.
ii) Any chance the cursor could retain the cursor face when it moves
into the fringe, rather than switching to the fringe face?