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

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

[elpa] externals/company c17e5c1 1/2: company-pseudo-tooltip-unless-just


From: ELPA Syncer
Subject: [elpa] externals/company c17e5c1 1/2: company-pseudo-tooltip-unless-just-one-frontend-with-delay: Add 'unhide' support
Date: Fri, 11 Jun 2021 08:57:07 -0400 (EDT)

branch: externals/company
commit c17e5c14b375c978179eaac8ec06427199391357
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    company-pseudo-tooltip-unless-just-one-frontend-with-delay: Add 'unhide' 
support
    
    Fixes #1116
---
 company.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/company.el b/company.el
index 5358fe3..3b5a7ba 100644
--- a/company.el
+++ b/company.el
@@ -3419,6 +3419,9 @@ Delay is determined by `company-tooltip-idle-delay'."
              (run-with-timer company-tooltip-idle-delay nil
                              
'company-pseudo-tooltip-unless-just-one-frontend-with-delay
                              'post-command))))
+    (unhide
+     (when (overlayp company-pseudo-tooltip-overlay)
+       (company-pseudo-tooltip-unless-just-one-frontend command)))
     (t
      (company-pseudo-tooltip-unless-just-one-frontend command))))
 



reply via email to

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