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: Nested sit-for's Date: Fri, 18 Aug 2006 11:47:53 -0400 Message-ID: References: <87y7tp90i1.fsf@stupidchicken.com> <85odujzchd.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1155916236 20483 80.91.229.2 (18 Aug 2006 15:50:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Aug 2006 15:50:36 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 18 17:50:34 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 1GE6aW-00019a-W9 for ged-emacs-devel@m.gmane.org; Fri, 18 Aug 2006 17:48:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GE6aW-0006nV-Gf for ged-emacs-devel@m.gmane.org; Fri, 18 Aug 2006 11:48:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GE6Zk-00065z-O9 for emacs-devel@gnu.org; Fri, 18 Aug 2006 11:48:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GE6Zh-00063J-35 for emacs-devel@gnu.org; Fri, 18 Aug 2006 11:47:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GE6Zg-00062o-M4 for emacs-devel@gnu.org; Fri, 18 Aug 2006 11:47:56 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GE6gQ-0007FP-Av for emacs-devel@gnu.org; Fri, 18 Aug 2006 11:54:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GE6Zd-0008W4-8W; Fri, 18 Aug 2006 11:47:53 -0400 Original-To: David Kastrup In-reply-to: <85odujzchd.fsf@lola.goethe.zz> (message from David Kastrup on Thu, 17 Aug 2006 16:02:54 +0200) 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:58490 Archived-At: If we are in the temptation to let a central function like jit-lock use sit-for in a timer, that means that there is a general perceived need to do that. That does not follow. But perhaps it is not clear to me what "that" refers to here. So we should create a convenient way to do the equivalent, document it, and use it ourselves. I can't tell whether "a way to do the equivalent" includes what I have just done, or not.