emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA?] Controlling Isearch from the minibuffer


From: Juri Linkov
Subject: Re: [ELPA?] Controlling Isearch from the minibuffer
Date: Sun, 16 May 2021 21:12:56 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> I'm pretty convinced that the approach of my first patch
> (`with-isearch-window' macro, etc.) is the right way to implement this
> and possibly other future features.  On the other hand, I understand
> that it would be premature to just change isearch.el in this direction
> without a deeper reflection and further testing.

Wrapping the bodies of all isearch commands in a macro `with-isearch-window'
is much more intrusive change than handling commands in hooks
after adding just one such line for every command:

  (put 'isearch-repeat-forward 'isearch-from-minibuffer t)



reply via email to

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