Re: post-command-idle-hook

2005-05-18 Thread Nick Roberts
> 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

Re: post-command-idle-hook

2005-05-18 Thread Richard Stallman
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

post-command-idle-hook

2005-05-17 Thread Nick Roberts
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