[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: where-is-internal's firstonly
From: |
Stefan |
Subject: |
Re: where-is-internal's firstonly |
Date: |
Fri, 01 Oct 2004 08:40:49 -0400 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) |
> In short, where-is-internal finds the last binding in the
> first active map.
> Is this a bug?
It's not a bug in the sense that the documentation is silent about this part
of the behavior. Usually the selection of "which binding to use" uses other
criterions such as "simple ascii char vs. mouse binding".
But that also means that changing the behavior such that "1" is returned in
your example would not introduce a bug either and it can be argued that it'd
be a better behavior.
Stefan