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

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

[elpa] externals/vertico cdc3334: Remove while-no-input-ignore-events wo


From: ELPA Syncer
Subject: [elpa] externals/vertico cdc3334: Remove while-no-input-ignore-events workaround (#150)
Date: Mon, 1 Nov 2021 01:57:32 -0400 (EDT)

branch: externals/vertico
commit cdc33342ecb9801005d4b078362426c83cfdbe5e
Author: Aaron Jensen <aaronjensen@gmail.com>
Commit: GitHub <noreply@github.com>

    Remove while-no-input-ignore-events workaround (#150)
    
    Originally borrowed from icomplete, removed from Emacs in
    6265e9349f40f74cc275b3b2f1995d220519b3bd
    
    Discussion: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38024
---
 vertico.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/vertico.el b/vertico.el
index 9b2c7c2..47aee8a 100644
--- a/vertico.el
+++ b/vertico.el
@@ -426,9 +426,7 @@ The function is configured by BY, BSIZE, BINDEX, BPRED and 
PRED."
         (if (and (eq 'file (completion-metadata-get metadata 'category))
                  (or (vertico--remote-p content) (vertico--remote-p 
default-directory)))
             (vertico--recompute-candidates pt content metadata)
-          ;; bug#38024: Icomplete uses `while-no-input-ignore-events' to 
repair updating issues
-          (let ((while-no-input-ignore-events '(selection-request))
-                (non-essential t))
+          (let ((non-essential t))
             (while-no-input (vertico--recompute-candidates pt content 
metadata))))
       ('nil (abort-recursive-edit))
       (`(,base ,total ,def-missing ,index ,candidates ,groups ,all-groups ,hl)



reply via email to

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