[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: define-minor-mode doesn't use LIGHTER argument as documented
From: |
Stefan Monnier |
Subject: |
Re: define-minor-mode doesn't use LIGHTER argument as documented |
Date: |
Mon, 01 Nov 2004 21:18:58 GMT |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
> But easy-mmode.el doesn't update minor-mode-alist, so LIGHTER is not
> displayed in the mode line when MODE is on.
That's news to me.
In my currently running Emacs `eldoc-mode' is defined with define-minor-mode
and doesn't mess with minor-mode-alist manually, but the mode line sure
enough says " Eldoc".
Can you give us a recipe showing us when the LIGHTER fails to be used?
Stefan