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

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

[nongnu] elpa/scroll-on-drag 97741be699 32/35: Remove override for timer


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-drag 97741be699 32/35: Remove override for timer-idle-list
Date: Thu, 7 Jul 2022 12:02:52 -0400 (EDT)

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

    Remove override for timer-idle-list
    
    This causes packages that add timers while drawing to fail.
    
    Unfortunately this means idle timers may cause some overhead,
    ideally there would be a way to make scrolling cause emacs
    not to be considered idle.
---
 scroll-on-drag.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scroll-on-drag.el b/scroll-on-drag.el
index c99fe037f6..33c6332bac 100644
--- a/scroll-on-drag.el
+++ b/scroll-on-drag.el
@@ -169,9 +169,6 @@ 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]