From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Stephen.Berman@gmx.net: Re: redisplay] Date: Mon, 16 Mar 2009 23:59:40 -0400 Message-ID: <87d4cgbxzn.fsf@cyd.mit.edu> References: <87mz0z5dux.fsf@stupidchicken.com> <462D059B.7020001@swipnet.se> <462F1593.6030601@swipnet.se> <462F6ABA.6030808@swipnet.se> <462F9E30.4000702@swipnet.se> <87vdq9xzqj.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237262323 7731 80.91.229.12 (17 Mar 2009 03:58:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 03:58:43 +0000 (UTC) Cc: David Reitter , Jan =?utf-8?Q?Dj=C3=A4rv?= , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 17 04:59:59 2009 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 1LjQT5-0003YL-Ex for ged-emacs-devel@m.gmane.org; Tue, 17 Mar 2009 04:59:55 +0100 Original-Received: from localhost ([127.0.0.1]:57070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjQRj-0004lu-3d for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2009 23:58:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjQRe-0004lf-TV for emacs-devel@gnu.org; Mon, 16 Mar 2009 23:58:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjQRa-0004lS-6o for emacs-devel@gnu.org; Mon, 16 Mar 2009 23:58:26 -0400 Original-Received: from [199.232.76.173] (port=35164 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjQRa-0004lP-11 for emacs-devel@gnu.org; Mon, 16 Mar 2009 23:58:22 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:33506) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjQRZ-0005CU-P3 for emacs-devel@gnu.org; Mon, 16 Mar 2009 23:58:21 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 951A057E205; Mon, 16 Mar 2009 23:59:40 -0400 (EDT) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Tue, 17 Mar 2009 11:43:11 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109664 Archived-At: YAMAMOTO Mitsuharu writes: >> This does not work properly on X. With that change, there are frame >> exposure problems using the recipe from > >> http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01201.html > >> (i.e., when the dialog box is moved, the underlying frame is not >> drawn properly.) However, I have not had time to debug further. > > Just to be sure, that doesn't happen if Fredisplay is called from the > original position? Correct. The current version works properly; moving the Fredisplay call earlier leads to uncorrect display.