]> git.notmuchmail.org Git - notmuch/commit
emacs: show: make buttons select window
authorMark Walters <markwalters1009@gmail.com>
Mon, 7 Jan 2013 21:07:20 +0000 (21:07 +0000)
committerDavid Bremner <bremner@debian.org>
Tue, 19 Feb 2013 00:13:19 +0000 (20:13 -0400)
commit3901bbca2eb3f24dd8ffa628a2c057ec1a28a1d0
treecafe03af33674c303a782ca387177452549d432f
parentc34effad9a65c2f2c6d4d25c508c201bad7a07f6
emacs: show: make buttons select window

Emacs has two button type objects: widgets (as used for saved searches
in notmuch-hello) and buttons as used by parts/citations and id links
in notmuch-show. These two behave subtly differently when clicked with
the mouse: widgets select the window clicked before running the
action, buttons do not.

This patch makes all of these behave the same: clicking always selects
the clicked window. It does this by defining a notmuch-button-type
supertype that the other notmuch buttons can inherit from. This
supertype binds the mouse-action to select the window and then
activate the button.
emacs/notmuch-crypto.el
emacs/notmuch-lib.el
emacs/notmuch-show.el
emacs/notmuch-wash.el