From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Image mode Date: Mon, 05 Feb 2007 23:28:55 +0200 Organization: JURTA Message-ID: <874pq0cnn4.fsf@jurta.org> References: <87k5yxeg19.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170711239 7596 80.91.229.12 (5 Feb 2007 21:33:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 21:33:59 +0000 (UTC) Cc: emacs-devel@gnu.org, Chong Yidong To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 22:33:52 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 1HEBTD-0005OY-Kb for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 22:33:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEBTD-0008Dt-5U for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 16:33:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEBSE-0007we-UR for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:32:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEBSD-0007w1-As for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:32:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEBSD-0007vr-45 for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:32:49 -0500 Original-Received: from relay01.kiev.sovam.com ([62.64.120.200]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HEBSC-0006Xd-GE for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:32:48 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay01.kiev.sovam.com with esmtp (Exim 4.60) (envelope-from ) id 1HEBS1-0005Ih-Hl; Mon, 05 Feb 2007 23:32:45 +0200 In-Reply-To: (Stefan Monnier's message of "Mon\, 05 Feb 2007 13\:56\:45 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-Scanner-Signature: 7b6940144bc5d56bdacd12344196c2df X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 745 [Feb 05 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-detected-kernel: FreeBSD 4.8-5.1 (or MacOS X 10.2-10.3) 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:65964 Archived-At: > 1 - misdetection of foo.JPG as a non-image. > 2 - misdetection of non-images because of the content of unrelated files. > 3 - misdetection of thumb-images in special directories. > > The first (which started this whole thing) is trivially solved by setting > the stupid variable `auto-mode-case-fold' to t. The var was only introduced > to allow Richard to default its value to nil because of some undisclosed > reason. I second this. I see no reason not to change the default of `auto-mode-case-fold' to t. I'm tired of selecting the necessary mode manually on files with uppercase file names (e.g. from old archives, from digital cameras, etc.) and I'm sure many other users have the same problem. -- Juri Linkov http://www.jurta.org/emacs/