From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: We can use python.el Date: Mon, 14 May 2007 13:45:09 -0400 Message-ID: References: <873b22nd3f.fsf@stupidchicken.com> <87iraxtzkm.fsf@stupidchicken.com> <87abw961jm.fsf@stupidchicken.com> <5kfy61cxjl.fsf@fencepost.gnu.org> <4648211C.7080107@gnu.org> <87sl9zo3o3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179164908 30274 80.91.229.12 (14 May 2007 17:48:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 May 2007 17:48:28 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, rms@gnu.org, Jason Rumney To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 14 19:48:27 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 1Hneek-0000NW-Nz for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 19:48:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnemX-0002y7-0H for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 13:56:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnemT-0002xC-4g for emacs-devel@gnu.org; Mon, 14 May 2007 13:56:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnemS-0002wh-Gi for emacs-devel@gnu.org; Mon, 14 May 2007 13:56:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnemS-0002wX-3Q for emacs-devel@gnu.org; Mon, 14 May 2007 13:56:20 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hneef-0003Fb-3o for emacs-devel@gnu.org; Mon, 14 May 2007 13:48:17 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hnebe-0004Vm-EH; Mon, 14 May 2007 13:45:10 -0400 X-Spook: codes $400 million in gold bullion Merlin STARLAN M-14 X-Ran: {?DsGUTikYm2a{e"!@"E4Oqd*ay^=%\fH#;qA7[q;\Gqvg|1UnZ@#0SDT$=`lgw1,?`a7B X-Hue: black X-Attribution: GM In-Reply-To: <87sl9zo3o3.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 14 May 2007 10:55:40 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71053 Archived-At: Chong Yidong wrote: > I checked in a fix into the trunk (I haven't been able to test this, > because I don't know how to create a malformed pbm, but redisplay of > valid pbms seems to work.) Isn't it just a case of editing an existing pbm file (eg etc/images/zoom-out.pbm) so that the width and height values on the second line of the file header are bigger than they should be? I tried this and where before Emacs displayed a garbled image (no crash), now it gives a message and a blank image. So your change looks good to me.