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: Drew Adams
Subject: RE: [External] : Re: Simple isearch concerns
Date: Mon, 5 Apr 2021 14:58:57 +0000

> > FWIW, Since 2006 `isearch+.el' provides something
> > similar, but which I think is maybe a bit more useful.
> >
> > * Option `isearchp-set-region-flag' non-`nil' means
> >   automatically set the region around the last search
> >   target.
> 
> This is already easy to do with the hook:
> 
> (add-hook 'isearch-mode-end-hook
>           (lambda ()
>             (when transient-mark-mode
>               (push-mark isearch-other-end t 'activate))))

Yes, of course that's possible.  But it's less
convenient, especially without a key for toggling it.



reply via email to

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