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

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

Re: Emacs 26.2 - Scroll command breaks if allowed during Isearch


From: Eli Zaretskii
Subject: Re: Emacs 26.2 - Scroll command breaks if allowed during Isearch
Date: Sat, 16 Nov 2019 11:11:22 +0200

> From: Andrea Greselin <greselin.andrea@gmail.com>
> Date: Wed, 13 Nov 2019 17:06:33 +0100
> 
> What's the reason for this behaviour?

The reason is that you have Isearch fighting you: it itself calls
set-window-hscroll, trying to preserve the value it saw at the
beginning of the search command, as much as possible.  See
isearch-update in isearch.el.

> Can I change it so that `h-scroll' always sets the `window-hscroll'
> to 10 without exiting isearch?

Why do you want to do that?  Is there some problem with the hscrolling
Isearch does by default?



reply via email to

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