help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: up/down arrow in buffer with wrapped lines stops on all the wrapline


From: Teemu Likonen
Subject: Re: up/down arrow in buffer with wrapped lines stops on all the wraplines
Date: Wed, 15 Jul 2009 21:45:51 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

On 2009-07-15 11:40 (-0700), David Karr wrote:

> If I'm in a buffer with wrapped lines, and my cursor is at the
> beginning of one line, and the line above is a wrapped line, I would
> assume that "up arrow" would skip the wrapped part of the previous
> line and go to the beginning of the real line. Instead, I find that
> the cursor goes to the start of the "screen" line, not the start of
> the real text line.
>
> I can see some advantages with this current behavior, but I'd really
> prefer "consistent" behavior, where "up arrow" goes to the next text
> line, not the next screen line.
>
> Is there a way to customize this behavior?

Yes:

    (setq line-move-visual nil)


reply via email to

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