From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Image file name extension not recognized Date: Fri, 02 Feb 2007 22:49:07 -0200 Message-ID: <45C3DC03.6010000@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170463699 1793 80.91.229.12 (3 Feb 2007 00:48:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Feb 2007 00:48:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 03 01:48:12 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 1HD94d-0002yy-Ci for ged-emacs-devel@m.gmane.org; Sat, 03 Feb 2007 01:48:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HD94c-0003xY-NI for ged-emacs-devel@m.gmane.org; Fri, 02 Feb 2007 19:48:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HD94Q-0003xT-DI for emacs-devel@gnu.org; Fri, 02 Feb 2007 19:47:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HD94K-0003xA-Kn for emacs-devel@gnu.org; Fri, 02 Feb 2007 19:47:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HD94K-0003x1-Ey for emacs-devel@gnu.org; Fri, 02 Feb 2007 19:47:52 -0500 Original-Received: from smtpout9.uol.com.br ([200.221.4.200] helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HD94J-00061A-Sw for emacs-devel@gnu.org; Fri, 02 Feb 2007 19:47:52 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by socom3.uol.com.br (Postfix) with ESMTP id A391840001CD for ; Fri, 2 Feb 2007 22:47:50 -0200 (BRST) Original-Received: from [201.82.35.154] (unknown [201.82.35.154]) by socom3.uol.com.br (Postfix) with ESMTP id 8C0084004258 for ; Fri, 2 Feb 2007 22:47:50 -0200 (BRST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 X-SIG5: 736ad46fc302d0796cc4d597e6d6c4cc 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:65801 Archived-At: Hi, Well, I don't know if this is a bug. I have some image files with names like: IMG_0366.JPG When I try to open it, Emacs does not recognize it as an image file. But if I rename the file to: IMG_0366.jpg Then Emacs recognizes the file as an image file. Shouldn't Emacs recognize files with .JPG extension as an image file? Vinicius PS: I'm using GNU/Linux and I got the image from my digital camera.