I don't think rng-schema-locating-files-default is intended to be
user-customizable. It's defvar'ed, not defcustom'ed, and it's not
mentioned in the texinfo documentation. By contrary,
rng-schema-locating-files is defcustom'ed and mentioned in the
documentation.
rng-schema-locating-files-default is
severity 546209 normal
thanks
Downgrading to normal since there's another way to do the same thing,
and that works with both Emacs 22 and Emacs 23: using a nxml-mode-hook
to modify rng-schema-locating-files. I've not tested this extensively,
though. And it is still annoying that an upgrade breaks
Package: nxml-mode
Version: 20041004-8
Severity: important
I have the following lines in my .emacs:
(when (boundp 'rng-schema-locating-files-default)
(add-to-list 'rng-schema-locating-files-default
"~/wd/xml/schemas/schemas.xml")
(add-to-list 'rng-schema-locating-files-default "schemas/sc
3 matches
Mail list logo