From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: frame and message redisplay skipped if next input alreadypresent? Date: Sun, 16 Jan 2005 08:08:28 -0800 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105892332 7507 80.91.229.6 (16 Jan 2005 16:18:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Jan 2005 16:18:52 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 16 17:18:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqD6z-0003t3-00 for ; Sun, 16 Jan 2005 17:18:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqDIm-0002L2-Ay for ged-emacs-devel@m.gmane.org; Sun, 16 Jan 2005 11:30:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqDHR-0001vi-3l for emacs-devel@gnu.org; Sun, 16 Jan 2005 11:29:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqDHH-0001qK-Cx for emacs-devel@gnu.org; Sun, 16 Jan 2005 11:29:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqDHD-0001nB-Ur for emacs-devel@gnu.org; Sun, 16 Jan 2005 11:29:20 -0500 Original-Received: from [141.146.126.231] (helo=agminet04.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CqCxN-00042w-VI for emacs-devel@gnu.org; Sun, 16 Jan 2005 11:08:50 -0500 Original-Received: from agminet04.oracle.com (localhost [127.0.0.1]) by agminet04.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0GG8nWj012551; Sun, 16 Jan 2005 08:08:49 -0800 Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.191.50]) by agminet04.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0GG8lFZ012529; Sun, 16 Jan 2005 08:08:48 -0800 Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0GG8kxl020932; Sun, 16 Jan 2005 09:08:47 -0700 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-73-49.vpn.oracle.com [141.144.73.49]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j0GG8j90020923 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 16 Jan 2005 09:08:46 -0700 Original-To: "Jan D." X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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: main.gmane.org gmane.emacs.devel:32267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32267 Set the variable redisplay-dont-pause to t. It is nil by default. Wow! Thank you so much, Jan. I searched and searched for such a "key". Apparently, I just blew right past it when I read the Display section of Info _and_ when I searched through NEWS. This is (one reason) why this list is so great. I wasn't sure if this should be a question for help-gnu-emacs, a pb report for emacs-pretest, or a design pb for emacs-devel. (It turns out it that it should have been a question for help-gnu-emacs.) - Drew