|
| From: | Stefan Monnier |
| Subject: | Re: Per-mode obarray for M-x |
| Date: | Tue, 08 Mar 2011 22:26:49 -0500 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> It is undesirable for modes to be able to interfere with that.
> Depends what is meant by "interfere".
> No mode should ever do anything that would prevent M-x FOO from
> running the command whose name is FOO.
Noone suggested otherwise. What we're discussing here is to let the
user type M-x foo RET and have it do something useful rather than signal
that `foo' is not a command (e.g. run `bar-foo', or run `bar' if it
is listed as a mode-local alias).
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |