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

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

[nongnu] elpa/helm 644d4c6e82 5/7: Handle filter-one-by-one in process f


From: ELPA Syncer
Subject: [nongnu] elpa/helm 644d4c6e82 5/7: Handle filter-one-by-one in process filter
Date: Wed, 11 Jun 2025 04:02:07 -0400 (EDT)

branch: elpa/helm
commit 644d4c6e82351a18b7e3b7216c08580e7bdf4630
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Handle filter-one-by-one in process filter
---
 helm-core.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-core.el b/helm-core.el
index dba45bc3ef..02eb47fcd6 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5559,6 +5559,8 @@ This will work only in Emacs-26+, i.e. Emacs versions 
that have
               (pop lines))
             (setq candidates (nreverse candidates))
             (cl-dolist (candidate (helm-transform-candidates candidates source 
t))
+              (setq candidate (helm--maybe-process-filter-one-by-one-candidate
+                               candidate source))
               (let ((start (point)))
                 (unless (or (not multiline)
                             (zerop (cdr (assq 'item-count source))))



reply via email to

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