From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: jit-lock timer etc. Date: Fri, 25 Aug 2006 16:23:39 -0400 Message-ID: References: <44E9E5F5.8000400@gmx.at> <87fyfpq5wf.fsf@stupidchicken.com> <44EA3222.9050405@gmx.at> <44EC49AD.2080001@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1156537492 19560 80.91.229.2 (25 Aug 2006 20:24:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Aug 2006 20:24:52 +0000 (UTC) Cc: rudalics@gmx.at, cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 25 22:24:50 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 1GGiEL-0007XK-FO for ged-emacs-devel@m.gmane.org; Fri, 25 Aug 2006 22:24:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGiEK-0006HY-Vr for ged-emacs-devel@m.gmane.org; Fri, 25 Aug 2006 16:24:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GGiDO-0005Ez-4z for emacs-devel@gnu.org; Fri, 25 Aug 2006 16:23:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GGiDN-0005DU-1l for emacs-devel@gnu.org; Fri, 25 Aug 2006 16:23:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGiDM-0005D5-Ni for emacs-devel@gnu.org; Fri, 25 Aug 2006 16:23:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GGiLi-00030J-LW for emacs-devel@gnu.org; Fri, 25 Aug 2006 16:32:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GGiDL-00043L-NJ; Fri, 25 Aug 2006 16:23:39 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:58873 Archived-At: > However, returning the value in floating point might be a good method. That would be much better and cleaner, IMO. And we can leave time-to-seconds where it is! > But if we do that, we should call it float-idle-time. Why? For consistency with float-time. I see Yidong has already fixed the bug, by extending run-with-idle-time to handle this type of value. But it would still be useful to add float-idle-time. Would you like to do that?