]> git.notmuchmail.org Git - notmuch/commit
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)
commit0ae8cab4d38ee146876fda48d86f662e397bfb51
tree1e3541b60c89f2a2c0bbba9a8ba336d29f26dfcd
parentb22386f353fb30a0d6ccffb32b7339d69f12b85f
Fix notmuch-describe-key

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.
emacs/notmuch-lib.el