emacs-devel
[Top][All Lists]
Advanced

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

Re: The unwarranted scrolling assumption


From: Eli Zaretskii
Subject: Re: The unwarranted scrolling assumption
Date: Sun, 20 Jun 2010 21:13:43 +0300

> Date: Sat, 19 Jun 2010 23:19:41 +0100
> From: David De La Harpe Golden <address@hidden>
> CC: address@hidden
> 
> On 19/06/10 22:38, Eli Zaretskii wrote:
> 
> 
> > Also, do you see the recentering only the first time you scroll
> > through HELLO, or also after that?  That is, if you first lean on the
> > <down>  arrow key and scroll through the entire file, then type C-Home
> > and lean again on<down>, do you see recentering again on the second
> > scroll through the file?
> >
> 
> Yep. At least sometimes. At keyboard repeat rates high enough to trigger
> it nearly every time, nearly every time.

I succeeded to reproduce recentering in HELLO, and fixed the problem
which caused that on my machine.  Please see if revno 100623 fixes the
problem for you as well, i.e. there's no more recentering in HELLO (or
elsewhere), with these settings:

    (setq scroll-preserve-screen-position 'always
          scroll-conservatively           most-positive-fixnum
          scroll-step                     0)

(You can also set redisplay-dont-pause, if you want.)



reply via email to

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