bug#81462: [PATCH] Skip non-key events in `where-is-internal' with FIRSTONLY
Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> FWIW, here's a totally different idea that might solve the same > problem. What if where-is-internal had a SHORTEST argument where you > could ask it for the shortest binding rather than the first one? I thought that's already what it does. At least if you ask for all bindings, they should be sorted shortest to longest. === Stefan