From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: redisplay-dont-pause does not work Date: Mon, 29 May 2006 10:08:45 +0200 Message-ID: References: <85y7wqz896.fsf@lola.goethe.zz> <85verttfr2.fsf@lola.goethe.zz> <85psi0klmx.fsf@lola.goethe.zz> <85bqtik2ua.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148890288 26167 80.91.229.2 (29 May 2006 08:11:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 08:11:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 29 10:11:25 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 1FkcqP-0003Ne-D0 for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 10:11:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkcqO-0003FS-SL for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 04:11:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FkcqB-0003ER-7y for emacs-devel@gnu.org; Mon, 29 May 2006 04:11:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fkcq8-0003EF-Ik for emacs-devel@gnu.org; Mon, 29 May 2006 04:11:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fkcq8-0003EC-DL for emacs-devel@gnu.org; Mon, 29 May 2006 04:11:04 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fkcvc-0005I8-8d; Mon, 29 May 2006 04:16:44 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 9F929A5001D; Mon, 29 May 2006 10:11:00 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 29 May 2006 02:38:26 -0400") 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:55411 Archived-At: Richard Stallman writes: > Thanks. Does this do it? Obviously not, as the variable is named redisplay_dont_pause. Try this: *** dispnew.c 01 May 2006 16:16:58 -0400 1.363 --- dispnew.c 28 May 2006 19:07:02 -0400 *************** *** 6405,6411 **** { swallow_events (display); ! if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_kbd_macro)) return Qnil; if (initial_display) --- 6406,6415 ---- { swallow_events (display); ! if ((detect_input_pending_run_timers (display) ! && !redisplay_dont_pause) ! || !NILP (Vexecuting_kbd_macro)) ! return Qnil; if (initial_display) -- Kim F. Storm http://www.cua.dk