f1d83cc175
A new major mode for GNU Emacs for editing XML documents. It supports editing well-formed XML documents and also provides schema-sensitive editing of XML documents using RELAX NG Compact Syntax.
12 lines
481 B
Text
12 lines
481 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2006/05/15 21:53:25 tonio Exp $
|
|
|
|
You will need to add something like the following to your .emacs file to
|
|
autoload the nXML mode for Emacs.
|
|
|
|
(load "${LISPDIR}/nxml-mode/rng-auto.el")
|
|
(setq auto-mode-alist
|
|
(cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode)
|
|
auto-mode-alist))
|
|
|
|
===========================================================================
|