From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Re: Redisplay bug still there Date: Thu, 25 Jul 2002 11:33:42 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <3D3FC5F6.3000904@dponce.com> References: <20020725092008.2FF5.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1027589484 13538 127.0.0.1 (25 Jul 2002 09:31:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 25 Jul 2002 09:31:24 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Xexv-0003WF-00 for ; Thu, 25 Jul 2002 11:31:23 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17XfD9-0007ca-00 for ; Thu, 25 Jul 2002 11:47:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Xey7-0000oK-00; Thu, 25 Jul 2002 05:31:36 -0400 Original-Received: from smtp-out-6.wanadoo.fr ([193.252.19.25] helo=mel-rto6.wanadoo.fr) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17XexU-0000lE-00 for ; Thu, 25 Jul 2002 05:30:56 -0400 Original-Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto6.wanadoo.fr (6.5.007) id 3D18683700FD1BEA; Thu, 25 Jul 2002 11:30:54 +0200 Original-Received: from dponce.com (193.248.132.253) by mel-rta9.wanadoo.fr (6.5.007) id 3D2A791A007FBAD7; Thu, 25 Jul 2002 11:30:54 +0200 User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1b) Gecko/20020720 X-Accept-Language: fr, en-us, en Original-To: Juanma Barranquero Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6030 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6030 Juanma Barranquero wrote: >If this patch was meant to fix the redisplay bug with partially visible >rows, it doesn't do it, at least on W2K. > > > >2002-07-24 Gerd Moellmann > > * xterm.c (expose_overlaps): New function. > (expose_window): Use it to fix the display of overlapping rows. > > * xdisp.c (unwind_redisplay): Clear redisplay_updating_p. > Hi, I applied the above xterm.c changes in w32term.c and I confirm that the redisplay bug is still here :-( David