]> git.cworth.org Git - notmuch/commit
notmuch.el: Fix notmuch-help to properly display prefixed bindings.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 05:46:55 +0000 (21:46 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 05:46:55 +0000 (21:46 -0800)
commitf5e125a9c02c0afbe52d0be4033fb46e0d74dfc0
tree58dcb0afc5a88eb60fd6e7643711cf1a739da61e
parent335a8aec2bf36a9f947e4ebc333d9977c4606cd4
notmuch.el: Fix notmuch-help to properly display prefixed bindings.

Previously, we would do only a single-level traverse of the keymap.
That meant that for a keybinding such as "M-TAB" we would just see
the prefix key ("ESC") and print that it was a keymap---never printing
the TAB nor the documentation for the command it is bound to.

Now, we do the full walk, constructing a proper description of the
full keybdinding with prefix characters, (and converting "ESC" to
"M-" for legibility).
notmuch.el