From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Image mode Date: Mon, 05 Feb 2007 22:35:39 +0100 Message-ID: <45C7A32B.3050104@gmail.com> References: <87k5yxeg19.fsf@jurta.org> <45C70ECD.70208@gmail.com> <45C72724.4000800@gmail.com> <87ireggxcf.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170711365 8091 80.91.229.12 (5 Feb 2007 21:36:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 21:36:05 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 22:35:55 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 1HEBVC-0006P6-Q2 for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 22:35:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEBVC-0000Nl-AX for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 16:35:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEBV0-0000N2-V1 for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:35:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEBUy-0000Lt-7x for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:35:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEBUx-0000Lm-PJ for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:35:39 -0500 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HEBUx-0007Nw-Da for emacs-devel@gnu.org; Mon, 05 Feb 2007 16:35:39 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:64167 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HEBUu-0002xK-6k; Mon, 05 Feb 2007 22:35:36 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 In-Reply-To: <87ireggxcf.fsf@jurta.org> X-Antivirus: avast! (VPS 000710-2, 2007-02-05), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HEBUu-0002xK-6k. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1HEBUu-0002xK-6k cddad5504aa1d9fb4e5184de4be4dc72 X-detected-kernel: Linux 2.6? (barebone, rare!) 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:65965 Archived-At: Juri Linkov wrote: >> 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 think 4 is the most reasonable choice. To make this simpler: I said 7, but would have very little against 4 too.