emacs-devel
[Top][All Lists]
Advanced

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

Re: [External] : Re: Simple isearch concerns


From: Gregory Heytings
Subject: Re: [External] : Re: Simple isearch concerns
Date: Wed, 07 Apr 2021 17:14:45 +0000


Should then forward-char be remapped to isearch-repeat to go to the next match? Then also remap next-line to go to the next line with matches, etc.

Please don't, these commands should exit the search.

Yes, I also think these commands should exit the search by default. Users who would like to have that behavior can do so easily with my patch:

(put 'next-line 'isearch-match-scroll 'isearch-repeat-forward)

Then 'isearch-match-scroll' has nothing to do with scrolling.


It was you who suggested that change, you asked: "Should then forward-char be remapped to isearch-repeat to go to the next match?" Or am I misunderstanding something?



reply via email to

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