[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm db1cdd2815 3/6: helm-mm-matching-method is no more a
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm db1cdd2815 3/6: helm-mm-matching-method is no more a user var |
Date: |
Thu, 26 Jun 2025 07:00:35 -0400 (EDT) |
branch: elpa/helm
commit db1cdd2815bc4de8b1ec7dd8bebe2bb032b31897
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
helm-mm-matching-method is no more a user var
---
helm-multi-match.el | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/helm-multi-match.el b/helm-multi-match.el
index 0b1c5a521d..99d61b69f3 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -31,7 +31,7 @@
"Helm multi match."
:group 'helm)
-(defcustom helm-mm-matching-method 'multi3
+(defvar helm-mm-matching-method 'multi3
"Matching method for helm match plugin.
You can set here different methods to match candidates in helm.
Here are the possible value of this symbol and their meaning:
@@ -43,17 +43,10 @@ Here are the possible value of this symbol and their
meaning:
Default is multi3, you should keep this for a better experience.
-The multi3f method is meant to be used within helm-find-files or at
+The multi3f method is meant to be used within `helm-find-files' or at
least when matching on a list of files or strings with a leading common
part like the basedir of an absolute filename from the same directory
-but never globally."
- :type '(radio :tag "Matching methods for helm"
- (const :tag "Multiple regexp 1 ordered with prefix match"
multi1)
- (const :tag "Multiple regexp 2 ordered with partial match"
multi2)
- (const :tag "Multiple regexp 3 matching no order, partial, best."
multi3)
- (const :tag "Multiple regexp 3 matching no order, for files."
multi3f)
- (const :tag "Multiple regexp 3p matching with prefix match"
multi3p))
- :group 'helm-multi-match)
+but never globally.")
;; Internal
- [nongnu] elpa/helm updated (36e5b767d9 -> e402aa7114), ELPA Syncer, 2025/06/26
- [nongnu] elpa/helm 26ef562202 2/6: Remove limitation on mm match fns for files, ELPA Syncer, 2025/06/26
- [nongnu] elpa/helm cbaed45fc1 1/6: helm-browse-project: handle nested projects (Hg inside Git or vice versa), ELPA Syncer, 2025/06/26
- [nongnu] elpa/helm e402aa7114 6/6: Merge pull request #2723 from taquangtrung/helm-browse-project, ELPA Syncer, 2025/06/26
- [nongnu] elpa/helm db1cdd2815 3/6: helm-mm-matching-method is no more a user var,
ELPA Syncer <=
- [nongnu] elpa/helm 903f99bffd 4/6: helm-browse-project: refactor patch to use helm-aif, ELPA Syncer, 2025/06/26
- [nongnu] elpa/helm f7e0184c58 5/6: Fix prefix end in helm-mm-3-search-base, ELPA Syncer, 2025/06/26