hi all,
Glad to tell you all that, nxml-mode now roughly works(lazy-* mode do
not work well) in S/XEmacs now... And all these code are in my
mercurial repository
http://hg.linuxfire.com.cn/nxml-mode-fktpp
TO TRY THIS CODE:
FIRST, you must have your XEmacsen compiled with RE_CHAR_CLASS support
(for SXEmacs this is already the case. just ignore me). For XEmacs
21.5.28 beta This can be done by changeing *xemacs/src/regex.h* line:185
#define RE_SYNTAX_EMACS RE_INTERVALS
into
#define RE_SYNTAX_EMACS (RE_INTERVALS | RE_CHAR_CLASSES)
and then recompile your XEmacs(This is known to broke your gnus in
XEmacs, so you should use a dedicated copy of XEmacs for trying).
SECOND, you need A modified version of overlay.el
<
http://linuxfire.com.cn/%7Efktpp/overlay.el>(see attachment) for
fsf-compat package to avoid `args out of range' error. just overwrite
your copy of overlay.el by this one, and byte compile it.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta