From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: jit-lock timer etc. Date: Thu, 24 Aug 2006 12:34:44 -0400 Message-ID: <87lkpehz2z.fsf@stupidchicken.com> References: <44E9E5F5.8000400@gmx.at> <87fyfpq5wf.fsf@stupidchicken.com> <44EA3222.9050405@gmx.at> <44EC49AD.2080001@gmx.at> <87k64y8875.fsf@furball.mit.edu> <44EDD157.8010207@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156437245 2780 80.91.229.2 (24 Aug 2006 16:34:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Aug 2006 16:34:05 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 24 18:34:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GGI9B-0005vE-12 for ged-emacs-devel@m.gmane.org; Thu, 24 Aug 2006 18:33:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGI9A-0003YD-FX for ged-emacs-devel@m.gmane.org; Thu, 24 Aug 2006 12:33:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GGI8u-0003TO-7w for emacs-devel@gnu.org; Thu, 24 Aug 2006 12:33:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GGI8r-0003Mc-5R for emacs-devel@gnu.org; Thu, 24 Aug 2006 12:33:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGI8q-0003Lv-KF for emacs-devel@gnu.org; Thu, 24 Aug 2006 12:33:16 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GGIGu-0005Sv-HV; Thu, 24 Aug 2006 12:41:36 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 9B2F64E2C4; Thu, 24 Aug 2006 12:34:44 -0400 (EDT) Original-To: martin rudalics In-Reply-To: <44EDD157.8010207@gmx.at> (martin rudalics's message of "Thu, 24 Aug 2006 18:18:31 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:58820 Archived-At: martin rudalics writes: >> It applies to the current CVS tree, and uses `current-idle-time'. It >> includes and uses the change to `timer-set-idle-time' which I >> previously posted, allowing it to accept the value returned by >> `current-idle-time'. > > Is this Richard's or Kim's version of `current-idle-time'. Richard's --- the version in CVS at the moment. > Did you compile that? `time' in here gets me: See the followup message I posted, containing a corrected patch.