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: Re: post-command-idle-hook Date: Thu, 19 May 2005 11:59:13 +1200 Message-ID: <17035.54993.673838.192667@farnswood.snap.net.nz> References: <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 1116461842 5523 80.91.229.2 (19 May 2005 00:17:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 May 2005 00:17:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 02:17:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYYi9-0004Wx-CY for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 02:16:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYYkg-0002Gg-Fq for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 20:19:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYYgk-0007MI-Ci for emacs-devel@gnu.org; Wed, 18 May 2005 20:14:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYYeN-0005nx-FD for emacs-devel@gnu.org; Wed, 18 May 2005 20:12:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYYeG-0005FY-OB for emacs-devel@gnu.org; Wed, 18 May 2005 20:12:24 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYYZ3-0007pI-C9; Wed, 18 May 2005 20:07:01 -0400 Original-Received: from farnswood.snap.net.nz (p216-tnt2.snap.net.nz [202.124.108.216]) by viper.snap.net.nz (Postfix) with ESMTP id 34C1F535CF7; Thu, 19 May 2005 11:58:36 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 7446762A99; Thu, 19 May 2005 00:59:14 +0100 (BST) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.52 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:37321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37321 > 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