]> git.cworth.org Git - notmuch/commitdiff
Fix notmuch-describe-key
authorYang Sheng <yangsheng6810@gmail.com>
Sun, 3 Mar 2019 04:35:33 +0000 (23:35 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 31 Mar 2019 15:00:50 +0000 (12:00 -0300)
Fix notmuch-describe-key crashing for the following two cases
1. format-kbd-macro cannot deal with keys like [(32 . 126)], switch to
use key-description instead.
2. if a function in the current keymap is not bounded, it will crash
the whole process. We check if it is bounded and silently skip it to
avoid crashing.


No differences found