From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: redisplay-dont-pause does not work Date: Thu, 01 Jun 2006 22:22:07 +0200 Message-ID: <85ejy8bp8w.fsf@lola.goethe.zz> 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1149193385 16039 80.91.229.2 (1 Jun 2006 20:23:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jun 2006 20:23:05 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 01 22:23:02 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 1Flth3-0003wk-5H for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 22:22:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Flth2-0008Au-Ld for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 16:22:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fltgr-0008Af-Ct for emacs-devel@gnu.org; Thu, 01 Jun 2006 16:22:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fltgq-0008AS-VQ for emacs-devel@gnu.org; Thu, 01 Jun 2006 16:22:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fltgq-0008AP-R7 for emacs-devel@gnu.org; Thu, 01 Jun 2006 16:22:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FltnA-0003Ds-FL for emacs-devel@gnu.org; Thu, 01 Jun 2006 16:29:16 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1Fltgi-0005Kk-SK; Thu, 01 Jun 2006 16:22:37 -0400 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 063B51C1346E; Thu, 1 Jun 2006 22:22:08 +0200 (CEST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Thu, 01 Jun 2006 15:52:27 +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:55574 Archived-At: --=-=-= storm@cua.dk (Kim F. Storm) writes: > David Kastrup writes: > >> I propose checking this change in. > > Done. > >> It might be worth >> mentioning redisplay-dont-pause in the DOC string of sit-for. If >> people agree, I could write something for there. > > Please do. I came up with --=-=-= Content-Type: text/x-patch Content-Disposition: inline Index: dispnew.c =================================================================== RCS file: /sources/emacs/emacs/src/dispnew.c,v retrieving revision 1.364 diff -u -r1.364 dispnew.c *** dispnew.c 1 Jun 2006 13:53:19 -0000 1.364 --- dispnew.c 1 Jun 2006 20:18:09 -0000 *************** *** 6438,6443 **** --- 6438,6446 ---- if input is available before it starts. Value is t if waited the full time with no input arriving. + Redisplay will occur even when input is available if you bind + `redisplay-dont-pause' to a non-nil value. + An obsolete but still supported form is \(sit-for SECONDS &optional MILLISECONDS NODISP) Where the optional arg MILLISECONDS specifies an additional wait period, --=-=-= If nobody complains, I'll check it in. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--