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: redisplay-dont-pause does not work Date: Mon, 05 Jun 2006 17:31:41 -0400 Message-ID: References: <85y7wqz896.fsf@lola.goethe.zz> <85verttfr2.fsf@lola.goethe.zz> <85psi0klmx.fsf@lola.goethe.zz> <85bqtik2ua.fsf@lola.goethe.zz> <85k681dxc4.fsf@lola.goethe.zz> <4483F292.2040302@soem.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1149543163 27391 80.91.229.2 (5 Jun 2006 21:32:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 21:32:43 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 23:32:43 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 1FnMgi-00029y-2R for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 23:32:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnMgh-0002Xw-Eb for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 17:32:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnMfo-0001lZ-DP for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:31:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnMfn-0001jy-Ob for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:31:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnMfn-0001jM-7E for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:31:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnMn1-0002z4-Cu for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:39:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FnMfl-0006Ki-1N; Mon, 05 Jun 2006 17:31:41 -0400 Original-To: Lars Hansen In-reply-to: <4483F292.2040302@soem.dk> (message from Lars Hansen on Mon, 05 Jun 2006 11:00:02 +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:55731 Archived-At: + (defun redisplay-now () + "Force display update." + (let ((redisplay-dont-pause t)) + (sit-for 0))) I don't want dinky little Lisp extensions now. Let's focus on what we need to do to make the release.