emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/anzu 10a05eb50c 166/288: Disable blink-matching-paren for


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 10a05eb50c 166/288: Disable blink-matching-paren for improvement
Date: Thu, 6 Jan 2022 03:58:49 -0500 (EST)

branch: elpa/anzu
commit 10a05eb50c93081f0ada87594898485769be3b82
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Disable blink-matching-paren for improvement
    
    Replacement ')' is too slow if blink-matching-paren is enabled.
    It is enabled in emacs standard replace commands such as query-replace.
    While it is disabled in isearch-command. I thinks it is also disabled
    in replace command.
---
 anzu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anzu.el b/anzu.el
index 9e48989f27..97360dd286 100644
--- a/anzu.el
+++ b/anzu.el
@@ -387,6 +387,7 @@
 
 (defun anzu--read-from-string (prompt beg end use-regexp overlay-limit)
   (let ((curbuf (current-buffer))
+        (blink-matching-paren nil)
         timer is-input)
     (unwind-protect
         (minibuffer-with-setup-hook



reply via email to

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