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

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

[nongnu] elpa/helm e13c9b0ca7 1/2: Wait end of update before trying to f


From: ELPA Syncer
Subject: [nongnu] elpa/helm e13c9b0ca7 1/2: Wait end of update before trying to follow candidate
Date: Sat, 24 Jun 2023 13:01:47 -0400 (EDT)

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

    Wait end of update before trying to follow candidate
---
 helm-core.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index d7225f6ca1..e506c95196 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -7734,7 +7734,8 @@ source or `helm-follow-input-idle-delay' or
                  (or (and helm-input-idle-delay
                           (max helm-input-idle-delay 0.01))
                      0.01))))
-    (when (and (not (get-buffer-window helm-action-buffer 'visible))
+    (when (and (not helm--in-update) ; Wait end of update.
+               (not (get-buffer-window helm-action-buffer 'visible))
                (not (helm-pos-header-line-p))
                (or (helm-follow-mode-p src)
                    (and helm-follow-mode-persistent



reply via email to

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