emacs-devel
[Top][All Lists]
Advanced

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

Re: Simple isearch concerns


From: Gregory Heytings
Subject: Re: Simple isearch concerns
Date: Wed, 07 Apr 2021 10:22:26 +0000


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'?

No, because I did not know that multi-isearch-buffers exists. I see that it uses multi-isearch-current-buffer in a similar way than isearch-buffer, but currently I don't know anything else about multi-isearch-buffers, so I cannot try to fix this.


Okay, I looked a bit closer at multi-isearch, and it seems that the attached patch works with mutli-isearch, too.

Attachment: 0001-Terminate-isearch-when-point-has-moved-to-another-bu.patch
Description: Text Data


reply via email to

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