Bug#625834: nxml interferes with psgml's `xml-mode\' autoload

2012-05-21 Thread Peter Flynn
I can confirm this bug persists into Ubuntu 12.04. My .emacs file associates (autoload 'xml-mode psgml Major mode to edit XML files. t) but when I open an XML document, Emacs invokes nxml-mode, and PSGML is not longer accessible via xml-mode. This is a show-stopper for production use of

Bug#625834: nxml interferes with psgml's `xml-mode\' autoload

2012-04-17 Thread Nicolas Quiniou
Hi, I have the same issue when I try to open an XML file with Emacs. nxml-mode is loaded by default even if I add the following line in my ~/.emacs file : (autoload 'xml-mode psgml Major mode to edit XML files. t) When I try M-x xml-mode on the buffer, nothing change. My solution is to use : -