[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 92d32bfdad 3/4: Maybe provide popup-info in CAP
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 92d32bfdad 3/4: Maybe provide popup-info in CAP |
Date: |
Thu, 19 Sep 2024 07:00:33 -0400 (EDT) |
branch: elpa/helm
commit 92d32bfdad44a599c6df10468fce2cb16c53b063
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Maybe provide popup-info in CAP
---
helm-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/helm-mode.el b/helm-mode.el
index 7e7fb6e13f..e3041e8fa7 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -2620,6 +2620,7 @@ Can be used for `completion-in-region-function' by
advicing it with an
;; completion-in-region, try anyway never know.
(afix (or (plist-get completion-extra-properties
:affixation-function)
(completion-metadata-get metadata
'affixation-function)))
+ (docsig (plist-get completion-extra-properties
:company-docsig))
(category (or (eq (completion-metadata-get metadata
'category) 'file)
(eq (plist-get completion-extra-properties
:category) 'file)))
(file-comp-p (or (eq category 'file)
@@ -2711,6 +2712,7 @@ Can be used for `completion-in-region-function' by
advicing it with an
candidates source)
afun afix category))))
'(helm-cr-default-transformer))
+ :popup-info docsig
:match-dynamic (eq helm-completion-style 'emacs)
:fuzzy (eq helm-completion-style 'helm-fuzzy)
:exec-when-only-one t