From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Chris Moore" Newsgroups: gmane.emacs.devel Subject: Re: Image mode Date: Tue, 13 Feb 2007 07:01:55 +0100 Message-ID: References: <87k5yxeg19.fsf@jurta.org> <86ps8nmy95.fsf@lola.quinscape.zz> <86d54nmve9.fsf@lola.quinscape.zz> <868xfbmthh.fsf@lola.quinscape.zz> <39229.128.165.123.18.1170864622.squirrel@webmail.lanl.gov> 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 1171464114 1294 80.91.229.12 (14 Feb 2007 14:41:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 14:41:54 +0000 (UTC) Cc: lekktu@gmail.com, cyd@stupidchicken.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 14 15:41:38 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 1HHLKE-0007c3-9u for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 15:41:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHLKD-0000Hp-OS for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 09:41:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGqjr-0006f5-7t for emacs-devel@gnu.org; Tue, 13 Feb 2007 01:02:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGqjl-0006ej-E8 for emacs-devel@gnu.org; Tue, 13 Feb 2007 01:02:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGqjl-0006eg-AI for emacs-devel@gnu.org; Tue, 13 Feb 2007 01:01:57 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HGqjk-0001tz-Fs for emacs-devel@gnu.org; Tue, 13 Feb 2007 01:01:56 -0500 Original-Received: by nf-out-0910.google.com with SMTP id h2so165238nfe for ; Mon, 12 Feb 2007 22:01:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M1NAB0mzUoeUtHFgdlNIxs07L3neV0lO6GEQHOl6dK4qA65+uNPPiMn3IS9BxDKRX0/P9piWTFkEvR7H+YccTgwi7AMME0N63bWdQAhEN3cIRf9UWDx5x57aLV5m2+Va2xIQKG3pgs3njR7B0HuiOIC+78+wS45mcMfJsOvoev0= Original-Received: by 10.82.167.5 with SMTP id p5mr11344873bue.1171346515402; Mon, 12 Feb 2007 22:01:55 -0800 (PST) Original-Received: by 10.82.179.3 with HTTP; Mon, 12 Feb 2007 22:01:55 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-Mailman-Approved-At: Wed, 14 Feb 2007 09:41:23 -0500 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:66377 Archived-At: On 2/12/07, Richard Stallman wrote: > 3. If the file name has a meaning which conflicts with the image type, > obey the file name. > > #3 is mostly the case after Yidong's latest change. The only change > proposed in #3 is that a file foo.jpg which contains a PNG should be > treated as a case of #3. I'm not sure that displaying PNG content using the JPG library is ever worth doing - it will almost certainly not work. Better would be to prompt "foo.jpg contains a PNG image; display it?"