XEmacs 21.5 has next-single-char-property-change that behaves
differently from the version in emacs. When there is no
next-single-char-property-change, XEmacs returns nil. But Emacs
(according the docstring) returns the end of the object. Similarly,
previous-single-char-property-change has the same problem.
Is this difference intentional? FWIW, it breaks slime, which assumes
Emacs' behavior. For right now, I'm just doing
(or (next-single-char-property-change <args>) (point-max))
which works for slime.
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta