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: Chong Yidong
Subject: Re: Annoying recentering when scrolling down
Date: Fri, 22 Aug 2008 22:13:55 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.90 (gnu/linux)

Chong Yidong <address@hidden> writes:

>> ;;;; .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.
>
> Looks like this value of scroll-conservatively is causing an integer
> overflow in scroll_conservatively, due to different maximum sizes of
> EMACS_INT and int.  Bleah.  I'll take a look.

I've checked in a fix.




reply via email to

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