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

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

[nongnu] elpa/helm 73d8d6f79c 4/5: Run popup-info in helm-help-mode-afte


From: ELPA Syncer
Subject: [nongnu] elpa/helm 73d8d6f79c 4/5: Run popup-info in helm-help-mode-after-hook
Date: Sat, 24 Aug 2024 04:00:22 -0400 (EDT)

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

    Run popup-info in helm-help-mode-after-hook
---
 helm-utils.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-utils.el b/helm-utils.el
index 481c2978f4..2b00c75899 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -1069,8 +1069,10 @@ this source to fetch infos on candidate."
   (if helm-popup-tip-mode
       (progn
         (add-hook 'helm-move-selection-after-hook 'helm-maybe-show-help-echo)
+        (add-hook 'helm-help-mode-after-hook 'helm-maybe-show-help-echo)
         (add-hook 'helm-cleanup-hook 'helm-cancel-help-echo-timer))
     (remove-hook 'helm-move-selection-after-hook 'helm-maybe-show-help-echo)
+    (remove-hook 'helm-help-mode-after-hook 'helm-maybe-show-help-echo)
     (remove-hook 'helm-cleanup-hook 'helm-cancel-help-echo-timer)))
 
 (defun helm-open-file-with-default-tool (file)



reply via email to

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