From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: We can use python.el Date: Sun, 13 May 2007 11:33:56 +0100 Message-ID: <4646E994.1000902@gnu.org> References: <873b22nd3f.fsf@stupidchicken.com> <87iraxtzkm.fsf@stupidchicken.com> NNTP-Posting-Host: lo.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 1179052530 10376 80.91.229.12 (13 May 2007 10:35:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 10:35:30 +0000 (UTC) Cc: Juanma Barranquero , rms@gnu.org, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 13 12:35:28 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 1HnBQE-0006ak-ML for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 12:35:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnBXr-0005AD-Al for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 06:43:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnBXp-0005A8-25 for emacs-devel@gnu.org; Sun, 13 May 2007 06:43:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnBXm-00059u-Jj for emacs-devel@gnu.org; Sun, 13 May 2007 06:43:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnBXm-00059r-CI for emacs-devel@gnu.org; Sun, 13 May 2007 06:43:14 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HnBQ5-0001c7-SR; Sun, 13 May 2007 06:35:18 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 3A5AECCB29; Sun, 13 May 2007 11:34:00 +0100 (BST) User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: <87iraxtzkm.fsf@stupidchicken.com> X-detected-kernel: Linux 2.4-2.6 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:70953 Archived-At: Chong Yidong wrote: > It's not a redisplay bug. > > Is there a compelling reason for fixing this on the branch? From what > I understand, there is some problem with the image that causes the bug > in the first place. > There is no problem with the image, it is a valid grayscale PGM. The problem is that it is being rejected as invalid by your bugfix, as it does not have enough bytes to be a valid color PPM image.