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

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

[elpa] externals/corfu-doc fa5f36599d 20/95: Force to refresh corfu echo


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc fa5f36599d 20/95: Force to refresh corfu echo message
Date: Tue, 19 Jul 2022 15:58:01 -0400 (EDT)

branch: externals/corfu-doc
commit fa5f36599d8d8dd9e62aab9eec5b6c394ca14539
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>

    Force to refresh corfu echo message
---
 corfu-doc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 47e01a1b18..ae0f7ae321 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -288,7 +288,8 @@ If this is nil, do not resize corfu doc frame 
automatically."
                   (apply #'corfu-doc--set-frame-position
                          corfu-doc--frame
                          (corfu-doc--calculate-doc-frame-position)))
-              (corfu-doc--hide))))
+              (corfu-doc--hide)))
+          (corfu--echo-refresh))
       (corfu-doc--hide))
     (setq corfu-doc--candidate candidate)
     (setq corfu-doc--cf-frame-edges cf-frame-edges)



reply via email to

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