emacs-devel
[Top][All Lists]
Advanced

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

Re: end-of-visual-line / wrapped lines


From: Chong Yidong
Subject: Re: end-of-visual-line / wrapped lines
Date: Wed, 30 Jul 2008 15:45:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

David Reitter <address@hidden> writes:

> I've run into a rather general problem with `end-of-visual-
> line' (bound to C-e in visual-line-mode).
>
> If lines are wrapped, it moves to the beginning of the next visual
> line instead.  In my earlier implementation of this, I actually moved
> one character back, which is correct when word-wrap is turned on,
> because the space at the end of the current line is skipped (and
> that's okay).  However, if word-wrap is turned off, then there is no
> space and also no newline, so nothing that could be skipped.

I wouldn't worry about this right now.




reply via email to

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