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

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

[elpa] externals/company f0caa24: company-echo-metadata-frontend: Reduce


From: ELPA Syncer
Subject: [elpa] externals/company f0caa24: company-echo-metadata-frontend: Reduce blinking with "async" backends
Date: Mon, 24 May 2021 21:57:09 -0400 (EDT)

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

    company-echo-metadata-frontend: Reduce blinking with "async" backends
---
 company.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/company.el b/company.el
index 7535dde..c89d347 100644
--- a/company.el
+++ b/company.el
@@ -3634,6 +3634,7 @@ Delay is determined by `company-tooltip-idle-delay'."
   "`company-mode' frontend showing the documentation in the echo area."
   (pcase command
     (`post-command (company-echo-show-soon 'company-fetch-metadata))
+    (`unhide (company-echo-show))
     (`hide (company-echo-hide))))
 
 (provide 'company)



reply via email to

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