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

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

Re: query-replace and the bottom of the screen


From: Eli Zaretskii
Subject: Re: query-replace and the bottom of the screen
Date: Tue, 05 Sep 2017 19:27:00 +0300

> From: Uwe Brauer <oub@mat.ucm.es>
> Date: Tue, 05 Sep 2017 17:51:59 +0200
> 
>     > Do you perhaps have scroll-conservatively set to a value larger than
>     > 100?  If so, Emacs is behaving like you requested.
> 
> Indeed this is the case
> I had
> 
> (setq scroll-conservatively  10000)
> 
> Following
> 
> https://www.emacswiki.org/emacs/SmoothScrolling
> 
> 
> Now I set it to zero
> 
> So is this behavior intentional or is it a bug?

It's exactly what that variable with that value is supposed to cause.
People who like that behavior want Emacs to scroll the screen as
little as possible, so point after scrolling is always either at the
first or the last visible line of the window, depending on whether
point moved back or forward from its last position.

IOW, this is intentional behavior when scroll-conservatively is set to
something greater than 100.



reply via email to

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