Uwe Brauer wrote:
Hello
While in GNU emacs define-minor-mode *does* add an entry into the
modeline, it *does not* for XEmacs (21.4.x mule or nomule).
The only way I see it is to write an ugly kludge who adds explicitly
that entry. Does anybody know about a better solution?
it *should* add it to the modeline. this is accomplished using
add-minor-mode, which is called by define-minor-mode. it's possible
that, if you're dynamically changing things, you won't see the change
till you delete a buffer and revisit it.