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: Emacs-CVS doesn't redraw correctly with gtk-2.6 Date: Fri, 31 Dec 2004 19:20:40 +0100 Message-ID: <41D59878.106@swipnet.se> References: <1104461006.5463.8.camel@coltrane.laudi.ka> <1104507075.4044.0.camel@coltrane.laudi.ka> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104517839 17962 80.91.229.6 (31 Dec 2004 18:30:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Dec 2004 18:30:39 +0000 (UTC) Cc: jtl@schlund.de, amardeeps@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 31 19:30:32 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CkRXj-0000O4-00 for ; Fri, 31 Dec 2004 19:30:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CkRij-00035Z-3y for ged-emacs-devel@m.gmane.org; Fri, 31 Dec 2004 13:41:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CkRib-00033P-0S for emacs-devel@gnu.org; Fri, 31 Dec 2004 13:41:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CkRia-00032h-6P for emacs-devel@gnu.org; Fri, 31 Dec 2004 13:41:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CkRia-00032X-2H for emacs-devel@gnu.org; Fri, 31 Dec 2004 13:41:44 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CkROX-0000p5-VI for emacs-devel@gnu.org; Fri, 31 Dec 2004 13:21:02 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20041231182101.BTXK6820.mxfep02.bredband.com@coolsville.localdomain>; Fri, 31 Dec 2004 19:21:01 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: Emacs-Devel In-Reply-To: <1104507075.4044.0.camel@coltrane.laudi.ka> 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:31647 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31647 Jens Lautenbacher wrote: >On Fri, 2004-12-31 at 09:20 +0100, Jan D. wrote: > > >>Please use "Send Bug Report" from within Emacs or send the output from >>xdpyinfo. >> >> > >[~] $ xdpyinfo >name of display: :0.0 >version number: 11.0 >vendor string: The X.Org Foundation >vendor release number: 60801000 >X.Org version: 6.8.1 >maximum request size: 16777212 bytes >motion buffer size: 256 >bitmap unit, bit order, padding: 32, LSBFirst, 32 >image byte order: LSBFirst >number of supported pixmap formats: 7 > Thanks. I don't have time to figure out exactly why this happens, but I've added a fix in CVS. It could mean that more redrawing is done that are needed. I see all kinds of strange redraw behaviour under Gtk+ 2.6. I am not sure if Emacs or Gtk+ has a bug. In the mean time, please try the fix in CVS. Thanks for the report, Jan D.