From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luuk Newsgroups: gmane.emacs.help Subject: Re: Disabling nxml-mode Date: Sun, 08 May 2011 21:24:38 +0200 Message-ID: <4dc6edf7$0$41110$e4fe514c@news.xs4all.nl> References: <92m0bdFgm5U1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1306268583 17766 80.91.229.12 (24 May 2011 20:23:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:23:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:22:58 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy7y-0006jr-IA for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:22:54 +0200 Original-Received: from localhost ([::1]:43812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy7y-0002o1-3c for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:22:54 -0400 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en_US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 Original-Newsgroups: comp.text.xml,gnu.emacs.help In-Reply-To: <92m0bdFgm5U1@mid.individual.net> Original-Lines: 28 Original-NNTP-Posting-Host: 80.101.116.74 Original-X-Trace: 1304882679 news.xs4all.nl 41110 [::ffff:80.101.116.74]:19842 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: usenet.stanford.edu comp.text.xml:85707 gnu.emacs.help:186815 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81131 Archived-At: On 08-05-2011 00:45, Peter Flynn wrote: > I just upgraded a machine to Ubuntu Natty, which installed Emacs 23.2, > which appears to open XML files in nxml-mode by default. My .emacs file > says > >> (autoload 'xml-mode "psgml" "Major mode to edit XML files." t ) >> (setq auto-mode-alist (cons >> '("\\.[XxRrMmDdTt][TtMmDdSsNnEe][PpAaMmLlFfSsIi]?[EePp]*[Cc]*$" . >> xml-mode) auto-mode-alist)) > > which has been working fine for years. It looks as if Emacs 23.2 defines > xml-mode to point to nxml-mode, and this is somehow superseding my .emacs. > > Unfortunately I still need to use psgml's xml-mode for all my XML stuff. > Does anyone know how I disable Emacs' new behaviour? > > ///Peter http://lists.oasis-open.org/archives/docbook-apps/200707/msg00126.html Is an article from someone who is switching to nxml in 2007, about 4 years ago...... I was just Googling because i want to know what nXML is, but still have not found the answer ;) -- Luuk