[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))))
- [nongnu] elpa/helm updated (01b2efc256 -> 474abc30c0), ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm 75b07ed20c 2/7: Simplify helm-output-filter, ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm 7b162795ca 3/7: Fix DRY in helm-output-filter, ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm 474abc30c0 7/7: pop lines directly instead of doing it at end of loop, ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm 4895397ef3 6/7: Cleanup and add comments in helm-output-filter, ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm e15fea9545 1/7: Fix id-utils sentinel, ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm 7da8f04e15 4/7: Simplify helm-kill-async-processes, ELPA Syncer, 2025/06/11
- [nongnu] elpa/helm 644d4c6e82 5/7: Handle filter-one-by-one in process filter,
ELPA Syncer <=