bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9293: say what they are shadowed by


From: Stefan Kangas
Subject: bug#9293: say what they are shadowed by
Date: Fri, 13 Nov 2020 11:37:49 -0800

tags 9293 + patch
thanks

Stefan Kangas <stefan@marxist.se> writes:

> So in conclusion the output here should probably be:
>
>   0 .. 9      digit-argument
>   e           tar-extract  (binding currently shadowed)
>   f           tar-extract

I've attached three patches.  The first fixes the bug with broken
ranges, the second one fixes the incorrect shadowing by the same
command, and the third one takes care of the feature request.

Using the original recipe, I now get:

0 .. 9          digit-argument
e               tar-extract  (currently shadowed by ‘View-exit’)
f               tar-extract

Comments?

Attachment: 0001-Don-t-show-key-ranges-if-shadowed-by-different-comma.patch
Description: Text Data

Attachment: 0002-Don-t-shadow-bindings-by-the-same-command.patch
Description: Text Data

Attachment: 0003-Say-which-command-shadows-a-key-binding.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]