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: Mon, 05 Feb 2007 22:12:05 +0100 Message-ID: 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 1170709964 2861 80.91.229.12 (5 Feb 2007 21:12:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 21:12:44 +0000 (UTC) Cc: Juri Linkov , 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:12:36 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 1HEB8e-0003S5-AT for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 22:12:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEB8d-0001th-Mk for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 16:12:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEB8N-0001r5-TH for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:12:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEB8M-0001q4-4P for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:12:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEB8L-0001pw-T4 for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:12:17 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.230]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HEB8L-0002Td-Lu for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:12:17 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 68so1323267wri for ; Mon, 05 Feb 2007 13:12:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:to:cc:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type:x-sa-exim-connect-ip:x-sa-exim-mail-from:x-spam-checker-version:x-spam-level:x-spam-status:subject:x-sa-exim-version:x-sa-exim-scanned:sender; b=FakI4qRclTDt8+spareq9NhL1NrCEF6fJeqnkKrB+dUWElg50V7ZSvszlm6xbszhD6RAmxQ/0VzqWq82fDSRDpbocw0ZNe97EicBLsh4gRRRJE5X6qiC3IhVDRP7hn7F0dYRtKR6Rg0k8vh7k885/cQz/0jVC9+FZ7H/U0yStFg= Original-Received: by 10.78.17.4 with SMTP id 4mr1299449huq.1170709935277; Mon, 05 Feb 2007 13:12:15 -0800 (PST) Original-Received: from chrislap.local ( [89.176.28.156]) by mx.google.com with ESMTP id 53sm8723183ugd.2007.02.05.13.12.12; Mon, 05 Feb 2007 13:12:14 -0800 (PST) Original-Received: from localhost ([127.0.0.1] helo=chrislap.local) by chrislap.local with esmtp (Exim 4.63) (envelope-from ) id 1HEB8B-0005G0-4f; Mon, 05 Feb 2007 22:12:08 +0100 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-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: dooglus@gmail.com X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on chrislap.local) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:65958 Archived-At: Stefan Monnier writes: > Note that I know of no other application which uses such > content-detection to discover whether a file is an image or > something else. Nautilus (GNOME's file browser) does. It will display an image file as a thumbnail of the image even if the file has an unknown extension. (If an image file has a wrong but known extension then it isn't displayed as an image).