From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: C file recoginzed as image file Date: Mon, 08 Jan 2007 18:27:54 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168298950 24704 80.91.229.12 (8 Jan 2007 23:29:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Jan 2007 23:29:10 +0000 (UTC) Cc: dooglus@gmail.com, emacs-devel@gnu.org, rms@gnu.org, c.a.rendle@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 09 00:29:07 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 1H43vH-0004kR-UH for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 00:29:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H43vG-00072J-Ou for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2007 18:28:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H43uQ-0006Oh-B9 for emacs-devel@gnu.org; Mon, 08 Jan 2007 18:28:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H43uO-0006MO-5T for emacs-devel@gnu.org; Mon, 08 Jan 2007 18:28:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H43uO-0006MA-2r for emacs-devel@gnu.org; Mon, 08 Jan 2007 18:28:04 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H43uL-000540-Gl; Mon, 08 Jan 2007 18:28:01 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 73A142CEAA3; Mon, 8 Jan 2007 18:28:00 -0500 (EST) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 998063FE0; Mon, 8 Jan 2007 18:27:54 -0500 (EST) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 709ED4C6D25; Mon, 8 Jan 2007 18:27:54 -0500 (EST) Original-To: "Juanma Barranquero" In-Reply-To: (Juanma Barranquero's message of "Mon\, 8 Jan 2007 21\:26\:36 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca 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:65018 Archived-At: >> After all, an inconsistently named file is generally a sign that there's >> something wrong, so it's good to prompt the user about it. > That's a bit of second-guessing. We are not in the business of knowing > why someone uses non-default file names. If she uses non-default file names, she can easily change auto-mode-alist to reflect it. I see no problem here. Stefan