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: Default for editing XML files Date: Tue, 22 Sep 2009 10:27:52 -0400 Message-ID: References: <87ws45qavl.fsf@stupidchicken.com> <87eiq4jdgh.fsf@stupidchicken.com> <8763bc2fei.fsf@mail.jurta.org> <87d45kt0a4.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253629890 10460 80.91.229.12 (22 Sep 2009 14:31:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2009 14:31:30 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 22 16:31:22 2009 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 1Mq6On-0004vb-6i for ged-emacs-devel@m.gmane.org; Tue, 22 Sep 2009 16:31:21 +0200 Original-Received: from localhost ([127.0.0.1]:41661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq6Om-00070Y-GK for ged-emacs-devel@m.gmane.org; Tue, 22 Sep 2009 10:31:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq6LY-0005y0-3p for emacs-devel@gnu.org; Tue, 22 Sep 2009 10:28:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq6LT-0005xZ-Ii for emacs-devel@gnu.org; Tue, 22 Sep 2009 10:27:59 -0400 Original-Received: from [199.232.76.173] (port=48849 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq6LT-0005xW-8U for emacs-devel@gnu.org; Tue, 22 Sep 2009 10:27:55 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:46315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq6LS-0006U1-Mr for emacs-devel@gnu.org; Tue, 22 Sep 2009 10:27:55 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n8MERrY9001594; Tue, 22 Sep 2009 10:27:53 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 08F1F3A122; Tue, 22 Sep 2009 10:27:53 -0400 (EDT) In-Reply-To: <87d45kt0a4.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 21 Sep 2009 18:12:35 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3367=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:115519 Archived-At: >>> I've made nXML mode the default for editing XML files. >> Shouldn't `xml-mode' be replaced with `nxml-mode' in >> `magic-fallback-mode-alist' and `conf-mode-maybe' as well? > Yes, I missed that. Thanks. I think this is wrong. I think all those variable should point to xml-mode, and then xml-mode should be an alias for nxml-mode (which the user can re-alias back to sgml-mode if she so prefers). Stefan