From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Image mode Date: Mon, 5 Feb 2007 12:12:35 +0100 Message-ID: References: <87k5yxeg19.fsf@jurta.org> <8664ahq7gg.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170674028 14039 80.91.229.12 (5 Feb 2007 11:13:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 11:13:48 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org, Chong Yidong To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 12:13:40 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 1HE1n0-0001Sp-Hu for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 12:13:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE1mz-0005lP-F7 for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 06:13:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HE1m4-0005bp-CE for emacs-devel@gnu.org; Mon, 05 Feb 2007 06:12:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HE1m2-0005at-4n for emacs-devel@gnu.org; Mon, 05 Feb 2007 06:12:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE1m0-0005ai-SN for emacs-devel@gnu.org; Mon, 05 Feb 2007 06:12:37 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.240]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HE1m0-00068L-Hn for emacs-devel@gnu.org; Mon, 05 Feb 2007 06:12:36 -0500 Original-Received: by an-out-0708.google.com with SMTP id b8so862649ana for ; Mon, 05 Feb 2007 03:12:36 -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=O5d7Jwskd4sgwYhlrjfyhSfhYgdZIcGlhdtO6De1HIpq8zskSZ5JrC2V1QtW7C8pyt/ofwl5FxsqkDiLBnnhUDzMfdGj7vZ3IXq5uuErqzdyDWIrCxDvErygfry1fYivSssqqNWxtr3TzzRjNFaKiwkPbFaPOd2NR6iac2OS8og= Original-Received: by 10.114.78.1 with SMTP id a1mr579225wab.1170673955201; Mon, 05 Feb 2007 03:12:35 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Mon, 5 Feb 2007 03:12:35 -0800 (PST) In-Reply-To: <8664ahq7gg.fsf@lola.quinscape.zz> Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:65905 Archived-At: On 2/5/07, David Kastrup wrote: > Content auto-detection in connection with an image minor mode starting > in "on" state if the file name extension matches the recognized > content type, starting in "off" state with a notice > > Type C-c C-c to view as detected image type "JPG" > > if it doesn't. Seems like a good plan. /L/e/k/t/u