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

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

[nongnu] elpa/scroll-on-drag ba2c1a598e 17/35: Fix for idle timers runni


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-drag ba2c1a598e 17/35: Fix for idle timers running during scroll
Date: Thu, 7 Jul 2022 12:02:50 -0400 (EDT)

branch: elpa/scroll-on-drag
commit ba2c1a598e94d3c897b2a576f2e0cb80fe2f8ee8
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Fix for idle timers running during scroll
---
 scroll-on-drag.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scroll-on-drag.el b/scroll-on-drag.el
index c9951d3dc3..1d1b4cf017 100644
--- a/scroll-on-drag.el
+++ b/scroll-on-drag.el
@@ -164,6 +164,9 @@ Returns true when scrolling took place, otherwise nil."
       ;; Only draw explicitly once all actions have been done.
       (inhibit-redisplay t)
 
+      ;; Don't call idle timers (use as only key input resets Emacs idle 
timer).
+      (timer-idle-list nil)
+
       ;; Variables for re-use.
       (this-window (selected-window))
       (this-frame-char-height (frame-char-height))



reply via email to

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