Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: nxml-mode - Emacs package for editing XML https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223023 ------- Additional Comments From twaugh@xxxxxxxxxx 2007-02-08 08:06 EST ------- Works here with slides.xml. I get '(nXML Valid)' in the mode bar, and 'Using schema /usr/share/emacs/site-lisp/nxml-mode/schema/docbook.rnc' in the minibuffer. Perhaps you have a .emacs file that is preventing things from working correctly? Do you have the psgml package installed, possibly overriding our own mode? FWIW, I get nxml-mode for .xml, .xsl, .rng and .xhtml, which is precisely the set of modes expected: (setq auto-mode-alist (cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode) auto-mode-alist)) SGML and HTML already have handlers (sgml-mode), and I'm not sure we want to override that (do we?). http://cyberelk.net/tim/data/nxml-mode/emacs-nxml-mode.spec http://cyberelk.net/tim/data/nxml-mode/emacs-nxml-mode-0.20041004.1-3.src.rpm -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review