[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: global minor modes that can be overridden locally?
From: |
Stefan Monnier |
Subject: |
Re: global minor modes that can be overridden locally? |
Date: |
Fri, 29 Dec 2006 17:15:00 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) |
> `define-global-minor-mode' is new in Emacs 22. I think we have the
> opportunity now to correct its name to avoid confusing users.
As the original inventor of the name (and code) of define-global-minor-mode,
I agree that it's not ideal. I hope we can come up with something better.
But note that the operation really defines a new global minor mode whose
effect is to turn on in most buffers the other (buffer-local) minor-mode.
Calling it make-minor-mode-global would be wrong, because it would make it
seem like it will change the buffer-local minor-mode to a global one,
whereas the buffer-local minor-mode is actually unaffected.
Stefan
- Re: global minor modes that can be overridden locally? [was: highlight-changes-mode], (continued)
- Re: global minor modes that can be overridden locally? [was: highlight-changes-mode], Richard Stallman, 2006/12/11
- Re: global minor modes that can be overridden locally? [was: highlight-changes-mode], Lennart Borgman, 2006/12/11
- Re: global minor modes that can be overridden locally? [was: highlight-changes-mode], Richard Stallman, 2006/12/12
- Re: global minor modes that can be overridden locally? [was: highlight-changes-mode], Lennart Borgman, 2006/12/12
- RE: global minor modes that can be overridden locally? [was: highlight-changes-mode], Drew Adams, 2006/12/11
- Re: global minor modes that can be overridden locally?, Miles Bader, 2006/12/11
- RE: global minor modes that can be overridden locally?, Drew Adams, 2006/12/12
- RE: global minor modes that can be overridden locally?, Drew Adams, 2006/12/29
- Re: global minor modes that can be overridden locally?,
Stefan Monnier <=
- RE: global minor modes that can be overridden locally?, Drew Adams, 2006/12/29
- Re: global minor modes that can be overridden locally?, Richard Stallman, 2006/12/30
- RE: global minor modes that can be overridden locally?, Drew Adams, 2006/12/30
- Re: global minor modes that can be overridden locally?, Richard Stallman, 2006/12/30
- Re: global minor modes that can be overridden locally?, Kim F. Storm, 2006/12/30
- Re: global minor modes that can be overridden locally?, Lennart Borgman (gmail), 2006/12/30
- Re: global minor modes that can be overridden locally?, Richard Stallman, 2006/12/30
- Re: global minor modes that can be overridden locally?, Juanma Barranquero, 2006/12/12
- Re: global minor modes that can be overridden locally?, Miles Bader, 2006/12/12
- Re: global minor modes that can be overridden locally?, Juanma Barranquero, 2006/12/12