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

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

[elpa] externals/corfu 3b5bb9e 2/2: Quit if while-no-input returned nil


From: ELPA Syncer
Subject: [elpa] externals/corfu 3b5bb9e 2/2: Quit if while-no-input returned nil
Date: Fri, 23 Jul 2021 17:57:09 -0400 (EDT)

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

    Quit if while-no-input returned nil
---
 corfu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/corfu.el b/corfu.el
index fbb87ad..7d350a4 100644
--- a/corfu.el
+++ b/corfu.el
@@ -507,6 +507,7 @@ completion began less than that number of seconds ago."
   "Update candidates from STR, METADATA, PT, TABLE and PRED."
   (pcase (let ((while-no-input-ignore-events '(selection-request)))
            (while-no-input (corfu--recompute-candidates str metadata pt table 
pred)))
+    ('nil (keyboard-quit))
     (`(,base ,total ,candidates ,hl)
      (setq corfu--input (cons str pt)
            corfu--candidates candidates



reply via email to

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