emacs-devel
[Top][All Lists]
Advanced

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

Re: Simple isearch concerns


From: Stefan Monnier
Subject: Re: Simple isearch concerns
Date: Sun, 04 Apr 2021 19:27:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> -(defvar isearch-mode-end-hook nil
> +(defcustom isearch-mode-end-hook nil
>    "Function(s) to call after terminating an incremental search.
>  When these functions are called, `isearch-mode-end-hook-quit'
> -is non-nil if the user quits the search.")
> +is non-nil if the user quits the search."
> +  :type 'hook
> +  :options '(isearch-exit-other-end)
> +  :version "28.1")

FWIW, I can't imagine why someone would like that option.  I can see it
being useful *sometimes*, but I think it'd be harmful at least as often
as it is useful.


        Stefan




reply via email to

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