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

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

Re: Window recentering on wrapped lines


From: Eli Zaretskii
Subject: Re: Window recentering on wrapped lines
Date: Sun, 9 Dec 2001 11:41:17 +0200 (IST)

On Sat, 8 Dec 2001, digifork wrote:

> I have the following variables set in my .emacs file:
> 
> (setq truncate-partial-width-windows nil)
> (setq scroll-step 1)
> (setq scroll-conservatively 1000000)
> 
> The desired result of those lines is when using the arrow keys to move up
> and down through a file, I don't want to have to scroll side to side to see
> a line in it's entirety and I want to be able step through the file one line
> at a time with no recentering.
> 
> The problem is encountered when I am scrolling up or down with the arrow
> keys, my cursor is a the top or bottom of the screen, and it reaches a line
> that has been line-wrapped. I cannot find any setting to fix this behavior.
> 
> Am I correct in assuming that this is a bug?

If my guess about the situation you describe is correct, it's not a
bug, but intended behavior, due to the need to display continuation
lines (what you call ``a wrapped line'').

But it's not good for us to guess what the problem is.  So please post
an exact recipe to reproduce the problem you see, starting with the
command "emacs -q --no-site-file", and please include the description
of the display as you see it, and the display you thought you should
have seen in that case.



reply via email to

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