emacs-devel
[Top][All Lists]
Advanced

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

Re: Simple isearch concerns


From: Juri Linkov
Subject: Re: Simple isearch concerns
Date: Tue, 06 Apr 2021 21:56:32 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> And here is a micro-patch to fix that behavior.
>
> +  ;; Terminate the search if point has moved to another buffer.
> +  (unless (eq isearch-buffer (current-buffer))
> +    (isearch-cancel))

Have you tested this with 'multi-isearch-buffers'?



reply via email to

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