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: Tue, 06 Apr 2021 20:10:46 +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)



reply via email to

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