emacs-devel
[Top][All Lists]
Advanced

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

Re: Advicing select-windows, shr rendering, and per-buffer-theme package


From: Stefan Monnier
Subject: Re: Advicing select-windows, shr rendering, and per-buffer-theme package
Date: Fri, 18 Mar 2016 12:47:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> well enough. So what is it that led folk like yourself and John to
> intuitively suggest idle timers for this case?

Actually, I would have suggested post-command-hook, but if you want to
do it a bit more lazily (e.g. not react to changes within
a keyboard-macro, for example), then an idle hook is the next
logical step.

The main issue is that you want to deal with "the user-perceived
changes", rather than actual detailed changes, and the user only
perceives changes when a redisplay occurs or between commands.


        Stefan



reply via email to

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