# HG changeset patch # User Jason Rumney # Date 1200064298 0 # Node ID a9f53375739ad66e2bd4ae65576bfae2f1172e30 # Parent 7dc75a6bfb3838478c521d03bf910e834980f109 (nxml-mode): Call rng-nxml-mode-init directly. Update doc string and commentary. diff -r 7dc75a6bfb38 -r a9f53375739a lisp/nxml/nxml-mode.el --- a/lisp/nxml/nxml-mode.el Fri Jan 11 11:30:25 2008 +0000 +++ b/lisp/nxml/nxml-mode.el Fri Jan 11 15:11:38 2008 +0000 @@ -24,8 +24,6 @@ ;;; Commentary: -;; To use this include rng-auto.el in your .emacs. - ;; See nxml-rap.el for description of parsing strategy. ;; The font locking here is independent of font-lock.el. We want to @@ -479,9 +477,9 @@ Validation is provided by the related minor-mode `rng-validate-mode'. This also makes completion schema- and context- sensitive. Element names, attribute names, attribute values and namespace URIs can all be -completed. By default, `rng-validate-mode' is automatically enabled by -`rng-nxml-mode-init' which is normally added to `nxml-mode-hook'. You -can toggle it using \\[rng-validate-mode]. +completed. By default, `rng-validate-mode' is automatically enabled. You +can toggle it using \\[rng-validate-mode] or change the default by +customizing `rng-nxml-auto-validate-flag'. \\[indent-for-tab-command] indents the current line appropriately. This can be customized using the variable `nxml-child-indent' @@ -555,6 +553,7 @@ (setq buffer-file-coding-system nxml-default-buffer-file-coding-system)) (when nxml-auto-insert-xml-declaration-flag (nxml-insert-xml-declaration))) + (rng-nxml-mode-init) (run-hooks 'nxml-mode-hook)) (defun nxml-degrade (context err)