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

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

[nongnu] elpa/flx acf230e2c9 102/182: Lower default flx-ido-threshold ->


From: ELPA Syncer
Subject: [nongnu] elpa/flx acf230e2c9 102/182: Lower default flx-ido-threshold -> 500.
Date: Tue, 13 Dec 2022 03:59:34 -0500 (EST)

branch: elpa/flx
commit acf230e2c9bc62aac1bc2c4c0ebfd998556a84ed
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    Lower default flx-ido-threshold -> 500.
    
    - Now that it works well.
---
 flx-ido.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/flx-ido.el b/flx-ido.el
index 70fb36343c..1cfbe99f98 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -61,7 +61,7 @@
 (eval-when-compile
   (defvar ido-cur-item))
 
-(defcustom flx-ido-threshold 6000
+(defcustom flx-ido-threshold 500
   "flx will not kick in until collection is filtered below this size with 
\"flex\"."
   :group 'ido)
 
@@ -222,9 +222,6 @@ non-nil."
            (foo (ad-get-arg 0))
            filtered-items
            items)
-      (setq test (ad-get-arg 0))
-      (message "original-items: %s" original-items)
-      (message "test: %s" test)
       (flx-ido-debug "id-set-matches-1 sees %s items" (length original-items))
       (setq items (cond ((flx-ido-is-prefix-match query (car flx-ido-last-run))
                          (cdr flx-ido-last-run))



reply via email to

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