From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: post-command-idle-hook Date: Mon, 16 May 2005 09:32:36 +1200 Message-ID: <17031.49140.784687.317291@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116380344 18895 80.91.229.2 (18 May 2005 01:39:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 01:39:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 18 03:39:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYDUy-0004zL-8s for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 03:37:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYDXJ-0001YO-HJ for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 21:39:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXe89-0001gr-4d for emacs-devel@gnu.org; Mon, 16 May 2005 07:51:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXSFB-0006RZ-7Q for emacs-devel@gnu.org; Sun, 15 May 2005 19:09:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXQkG-0001pT-Lc for emacs-devel@gnu.org; Sun, 15 May 2005 17:33:57 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DXQq2-0007Ju-No for emacs-devel@gnu.org; Sun, 15 May 2005 17:39:55 -0400 Original-Received: from farnswood.snap.net.nz (p123-tnt1.snap.net.nz [202.124.110.123]) by viper.snap.net.nz (Postfix) with ESMTP id BC78439A71 for ; Mon, 16 May 2005 09:32:13 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 89AA062A99; Sun, 15 May 2005 22:32:37 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.46 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37209 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37209 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