emacs-devel
[Top][All Lists]
Advanced

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

Re: Annoying recentering when scrolling down


From: Juanma Barranquero
Subject: Re: Annoying recentering when scrolling down
Date: Fri, 22 Aug 2008 22:11:03 +0200

On Fri, Aug 22, 2008 at 20:50, Chong Yidong <address@hidden> wrote:

> Could you check if you have scroll-margin on?  (This wasn't mentioned in
> your original post)?

Because it is at the default value, 0.

> Also, is there a way to reproduce this problem?

In my setup, it is 100% repeatable.

I start Emacs with the following .emacs:

;;;; .emacs starts here
(setq scroll-preserve-screen-position 'always
      scroll-conservatively           most-positive-fixnum
      scroll-step                     0)
;;;; .emacs ends here

then I visit NEWS with C-h C-n, press <down> and keep it so. At first
it scrolls line by line; after a while it starts recentering.

   Juanma




reply via email to

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