From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: [Stephen.Berman@gmx.net: Re: redisplay] Date: Thu, 26 Apr 2007 22:59:13 +0200 Message-ID: <87k5vyrgwu.fsf@escher.local.home> References: <87mz0z5dux.fsf@stupidchicken.com> <462D059B.7020001@swipnet.se> <462F1593.6030601@swipnet.se> <462F6ABA.6030808@swipnet.se> <462F9E30.4000702@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1177621552 10004 80.91.229.12 (26 Apr 2007 21:05:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2007 21:05:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 23:05:50 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HhB9d-0006d9-Gt for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2007 23:05:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhBFO-0008Co-SA for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2007 17:11:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhBFL-0008Ca-Px for emacs-devel@gnu.org; Thu, 26 Apr 2007 17:11:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhBFK-0008CB-BY for emacs-devel@gnu.org; Thu, 26 Apr 2007 17:11:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhBFK-0008C8-6G for emacs-devel@gnu.org; Thu, 26 Apr 2007 17:11:22 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HhB9W-0003vb-LX for emacs-devel@gnu.org; Thu, 26 Apr 2007 17:05:23 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HhB9B-00042J-SH for emacs-devel@gnu.org; Thu, 26 Apr 2007 23:05:01 +0200 Original-Received: from i577bc2f7.versanet.de ([87.123.194.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2007 23:05:01 +0200 Original-Received: from Stephen.Berman by i577bc2f7.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2007 23:05:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bc2f7.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.98 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:70205 Archived-At: On Wed, 25 Apr 2007 20:30:08 +0200 Jan Djärv wrote: > After some experimenting it seems that this patch fixes it. Note that a call > to redisplay() does not fix the bug. I don't know why. But a full redisplay > before every dialog maybe is too much? I rebuilt with this patch and haven't seen the blank frame problem yet, so it looks like it fixes the problem; thanks. (Ediff failed to apply the patch for some reason, so I just inserted the line by hand.) Steve Berman