emacs-devel
[Top][All Lists]
Advanced

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

Re: jit-lock timer etc.


From: Kim F. Storm
Subject: Re: jit-lock timer etc.
Date: Thu, 24 Aug 2006 15:11:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

address@hidden (Kim F. Storm) writes:

>
>         (let ((idle (current-idle-time)))
>           (when idle
>             (run-with-idle-timer (+ idle (max delay 0.1))
>                                     nil #'jit-lock-stealth-fontify)))
>

make that:

          (let ((idle (current-idle-time)))
            (setq jit-lock-stealth-repeat-timer
                 (and (not idle)
                      (run-with-idle-timer (+ idle (max delay 0.1))
                                           nil #'jit-lock-stealth-fontify))))
-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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