emacs-devel
[Top][All Lists]
Advanced

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

Annoying recentering when scrolling down


From: Juanma Barranquero
Subject: Annoying recentering when scrolling down
Date: Thu, 21 Aug 2008 03:06:04 +0200

I have the following in my .emacs:

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

When moving down with next-line, this used to produce a nice
line-by-line scrolling, with no recentering. That has changed
recently; now I'm getting (very annoying) recentering every now and
then (curiously, this does not happen when scrolling up with
previous-line).

How can I get the old behavior back?

 Juanma




reply via email to

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