From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lisp image.el Date: Mon, 31 Aug 2009 11:15:04 -0400 Message-ID: <87iqg4vwuf.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251734346 19680 80.91.229.12 (31 Aug 2009 15:59:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2009 15:59:06 +0000 (UTC) Cc: Juri Linkov , Juanma Barranquero , Emacs developers To: Gerd Moellmann Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 31 17:58:59 2009 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 1Mi9HW-0004sz-JN for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2009 17:58:58 +0200 Original-Received: from localhost ([127.0.0.1]:43999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi9HW-0002lB-5d for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2009 11:58:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi8bK-0003U4-AI for emacs-devel@gnu.org; Mon, 31 Aug 2009 11:15:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi8bE-0003MK-8G for emacs-devel@gnu.org; Mon, 31 Aug 2009 11:15:21 -0400 Original-Received: from [199.232.76.173] (port=36857 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi8bE-0003Ly-1O for emacs-devel@gnu.org; Mon, 31 Aug 2009 11:15:16 -0400 Original-Received: from pantheon-po44.its.yale.edu ([130.132.50.78]:47351) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mi8bB-0006d0-DZ; Mon, 31 Aug 2009 11:15:13 -0400 Original-Received: from furry (dhcp128036014244.central.yale.edu [128.36.14.244]) (authenticated bits=0) by pantheon-po44.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n7VFF4OP025996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 31 Aug 2009 11:15:04 -0400 Original-Received: by furry (Postfix, from userid 1000) id 71284C070; Mon, 31 Aug 2009 11:15:04 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Sat, 29 Aug 2009 02:21:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/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:114903 Archived-At: Juanma Barranquero writes: > On Sat, Aug 29, 2009 at 01:49, Juri Linkov wrote: > > Then we should perhaps obsolete `image-jpeg-p' (which is not used > anymore in the sources). > > Currently it does what its docstring says, but there's some of a > mismatch with the name (which seems to imply more generality); also it > is not clear what purpose does serve a function to detect just > JFIF/Exif JPEGs. And generalizing it would turn it into a trivial > two-liner. Gerd, do you remember the original rationale for image-jpeg-p?