From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: A redisplay bug in 22.0.99? Date: Fri, 11 May 2007 18:42:39 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1178898180 5593 80.91.229.12 (11 May 2007 15:43:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 May 2007 15:43:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 11 17:42:56 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 1HmXGh-0001IB-TG for ged-emacs-devel@m.gmane.org; Fri, 11 May 2007 17:42:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmXO8-0001Ys-IH for ged-emacs-devel@m.gmane.org; Fri, 11 May 2007 11:50:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmXNz-0001Va-5e for emacs-devel@gnu.org; Fri, 11 May 2007 11:50:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmXNx-0001Uk-LQ for emacs-devel@gnu.org; Fri, 11 May 2007 11:50:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmXNx-0001Uh-Cy for emacs-devel@gnu.org; Fri, 11 May 2007 11:50:25 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HmXGV-0001Mo-R5 for emacs-devel@gnu.org; Fri, 11 May 2007 11:42:44 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-151-238.inter.net.il [80.230.151.238]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HVB78384 (AUTH halo1); Fri, 11 May 2007 18:42:40 +0300 (IDT) In-reply-to: (lekktu@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:70825 Archived-At: > Date: Fri, 11 May 2007 16:41:52 +0200 > From: "Juanma Barranquero" > > emacs -Q > > C-x d etc/images/ > C-n C-o => display README > C-5 C-n C-o => display cancel.pbm > > cancel.pbm is shown as an empty box in the lower window, which is not > correctly redrawn (it has leftover pixels from the previous contents). Could it be that cancel.pbm is corrupted? Can you display it using some other program?