From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: frame and message redisplay skipped if next input already present? Date: Sun, 16 Jan 2005 08:53:28 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105862297 11277 80.91.229.6 (16 Jan 2005 07:58:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Jan 2005 07:58:17 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 16 08:58:11 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 1Cq5IZ-0001Be-00 for ; Sun, 16 Jan 2005 08:58:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cq5UM-00005U-Rl for ged-emacs-devel@m.gmane.org; Sun, 16 Jan 2005 03:10:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cq5UA-00004r-QY for emacs-devel@gnu.org; Sun, 16 Jan 2005 03:10:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cq5U8-0008VI-GA for emacs-devel@gnu.org; Sun, 16 Jan 2005 03:10:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cq5U8-0008Uu-9p for emacs-devel@gnu.org; Sun, 16 Jan 2005 03:10:08 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cq5EP-0005KB-CX for emacs-devel@gnu.org; Sun, 16 Jan 2005 02:53:53 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20050116075351.JMZI15609.mxfep01.bredband.com@coolsville.localdomain>; Sun, 16 Jan 2005 08:53:51 +0100 In-Reply-To: Original-To: "Drew Adams" X-Mailer: Apple Mail (2.619) 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:32263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32263 2005-01-16 kl. 08.09 skrev Drew Adams: > I don't know if this i > When I hold down a key continually, so that the loop repeats quickly, > the > text in the frame is not redisplayed, and the message is not updated (a > previous message remains in the echo area). By the frame not being > redisplayed, I mean that it appears temporarily empty, or at least > partly > blank - the bottom portion is blank, as if the frame didn't have time > to be > completely "painted" before the next loop cycle. Set the variable redisplay-dont-pause to t. It is nil by default. Jan D.