> Would it be a good idea now to remove post-command-idle-hook from Emacs
> and its reference in follow.el?
>
> Yes, please do. run-with-idle-timer has existed since Emacs 19.31.
> and post-command-idle-hook has been obsolete since then.
I've done this. I also
Would it be a good idea now to remove post-command-idle-hook from Emacs
and its reference in follow.el?
Yes, please do. run-with-idle-timer has existed since Emacs 19.31.
and post-command-idle-hook has been obsolete since then.
___
Emacs
TODO has the following item:
* Small but important fixes needed in existing features:
** Convert everything that uses post-command-idle-hook
to use idle timers instead.
I can only find two reference to post-command-idle-hook:
1) speedbar.el which, in any case, uses which uses run-with-idle