From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Image mode Date: Mon, 05 Feb 2007 13:58:41 +0100 Message-ID: <86y7ncoj5q.fsf@lola.quinscape.zz> References: <87k5yxeg19.fsf@jurta.org> <45C70ECD.70208@gmail.com> <45C72724.4000800@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170680360 3834 80.91.229.12 (5 Feb 2007 12:59:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 12:59:20 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 13:59: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 1HE3R9-0003YC-6r for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 13:59:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE3R8-0006ag-Rk for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 07:59:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HE3Qv-0006ZC-Oz for emacs-devel@gnu.org; Mon, 05 Feb 2007 07:58:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HE3Qu-0006Yz-My for emacs-devel@gnu.org; Mon, 05 Feb 2007 07:58:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE3Qu-0006Yw-Fo for emacs-devel@gnu.org; Mon, 05 Feb 2007 07:58:56 -0500 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HE3Qu-0005pm-9e for emacs-devel@gnu.org; Mon, 05 Feb 2007 07:58:56 -0500 Original-Received: from quinscape.de (pd95b0fdb.dip0.t-ipconnect.de [217.91.15.219]) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id NAA07105 for ; Mon, 5 Feb 2007 13:58:47 +0100 X-Delivered-To: Original-Received: (qmail 24493 invoked from network); 5 Feb 2007 12:58:51 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 5 Feb 2007 12:58:51 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id C6198C2B47; Mon, 5 Feb 2007 13:58:41 +0100 (CET) In-Reply-To: (Juanma Barranquero's message of "Mon\, 5 Feb 2007 13\:57\:09 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-detected-kernel: 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:65920 Archived-At: "Juanma Barranquero" writes: > On 2/5/07, Lennart Borgman (gmail) wrote: > >> Opening an >> image with C-x C-f seems quite ok to me, at least if I am doing that >> myself ;-) > > Even if the image lacks a recognized image file extension? I.e., do > you think that opening a .c file containing a JPEG should > > 1) Start in image-mode and display the image > 2) Start in C mode, image-minor-mode and display the image > 3) Start in image-mode and not display the image > 4) Start in C mode, image-minor-mode and not display the image > 5) Start in fundamental mode, image-minor-mode and display the image > 6) Start in fundamental mode, image-minor-mode and not display the image > 7) Start in C mode and bypass image mode (major and minor) > 8) Start in fundamental mode and bypass all mode detection I'd pick 4. -- David Kastrup