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

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

[elpa] externals/corfu c08b9004a0 1/3: corfu--auto-post-command: Check f


From: ELPA Syncer
Subject: [elpa] externals/corfu c08b9004a0 1/3: corfu--auto-post-command: Check for defining-kbd-macro
Date: Wed, 12 Jan 2022 15:57:20 -0500 (EST)

branch: externals/corfu
commit c08b9004a0e07a8fe29de2c26a3f76e16fa5b223
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu--auto-post-command: Check for defining-kbd-macro
---
 corfu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/corfu.el b/corfu.el
index 14bb05ea36..50c02a86e1 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1126,6 +1126,7 @@ there hasn't been any input, then quit."
     (cancel-timer corfu--auto-timer)
     (setq corfu--auto-timer nil))
   (when (and (not completion-in-region-mode)
+             (not defining-kbd-macro)
              (corfu--match-symbol-p corfu-auto-commands this-command)
              (display-graphic-p))
     ;; NOTE: Do not use idle timer since this leads to unacceptable slowdowns,



reply via email to

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