unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Disabling nxml-mode
@ 2011-05-07 22:45 Peter Flynn
  2011-05-08 19:24 ` Luuk
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Peter Flynn @ 2011-05-07 22:45 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-05-12  2:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 22:45 Disabling nxml-mode Peter Flynn
2011-05-08 19:24 ` Luuk
2011-05-08 21:45   ` Joe Kesselman
2011-05-08 21:46     ` Joe Kesselman
2011-05-08 21:46     ` Joe Kesselman
2011-05-09 18:26       ` Luuk
2011-05-09 20:12 ` William F Hammond
2011-05-10 11:23 ` Xah Lee
2011-05-10 17:15   ` B. T. Raven
2011-05-10 19:16     ` Xah Lee
2011-05-11  2:03       ` B. T. Raven
2011-05-11  4:05         ` rusi
2011-05-11 20:38           ` xmodmap ( was:: Disabling nxml-mode) B. T. Raven
2011-05-11 22:35             ` xmodmap ( Tim X
2011-05-12  2:20               ` B. T. Raven
2011-05-11  4:17         ` Disabling nxml-mode Xah Lee
2011-05-10 23:02   ` Joe Kesselman
2011-05-10 23:11     ` John Bokma
2011-05-11 20:24   ` Peter Flynn
2011-05-10 20:42 ` Peter Flynn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).