unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* post-command-idle-hook
@ 2005-05-15 21:32 Nick Roberts
  2005-05-18 22:45 ` post-command-idle-hook Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Roberts @ 2005-05-15 21:32 UTC (permalink / raw)



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-timer when
   there is no binding for post-command-idle-hook.

2) follow.el which only seems to use post-command-idle-hook to cover the
   case where another function is already on post-command-idle-hook.

Would it be a good idea now to remove post-command-idle-hook from Emacs
and its reference in follow.el?

Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: post-command-idle-hook
  2005-05-15 21:32 post-command-idle-hook Nick Roberts
@ 2005-05-18 22:45 ` Richard Stallman
  2005-05-18 23:59   ` post-command-idle-hook Nick Roberts
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2005-05-18 22:45 UTC (permalink / raw)
  Cc: emacs-devel

    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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: post-command-idle-hook
  2005-05-18 22:45 ` post-command-idle-hook Richard Stallman
@ 2005-05-18 23:59   ` Nick Roberts
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Roberts @ 2005-05-18 23:59 UTC (permalink / raw)
  Cc: emacs-devel

 >     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 removed post-command-idle-delay and updated NEWS and
TODO.

Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-18 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-15 21:32 post-command-idle-hook Nick Roberts
2005-05-18 22:45 ` post-command-idle-hook Richard Stallman
2005-05-18 23:59   ` post-command-idle-hook Nick Roberts

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).