[PATCH v2] emacs: Improve the behaviour of the 'q' binding.

2014-10-31 Thread David Bremner
David Edmondson writes: > When a user hits 'q' in a notmuch buffer, kill the buffer only if > there are no other windows currently showing it. pushed. That probably deserves a NEWS patch. d

[PATCH v2] emacs: Improve the behaviour of the 'q' binding.

2014-10-29 Thread David Edmondson
When a user hits 'q' in a notmuch buffer, kill the buffer only if there are no other windows currently showing it. --- emacs/notmuch-lib.el | 13 + emacs/notmuch-show.el | 2 +- emacs/notmuch-tree.el | 2 +- emacs/notmuch.el | 4 ++-- 4 files changed, 13 insertions(+), 8

[PATCH v2] emacs: Improve the behaviour of the 'q' binding.

2014-10-29 Thread David Edmondson
emacs: Improve the behaviour of the 'q' binding. When a user hits 'q' in a notmuch buffer, kill the buffer only if there are no other windows currently showing it. v2: - Change the name of `notmuch-kill-this-buffer' to be clearer. David Edmondson (1): emacs: Improve the behaviour of the 'q'

[PATCH v2] emacs: Improve the behaviour of the 'q' binding.

2014-10-29 Thread David Edmondson
When a user hits 'q' in a notmuch buffer, kill the buffer only if there are no other windows currently showing it. --- emacs/notmuch-lib.el | 13 + emacs/notmuch-show.el | 2 +- emacs/notmuch-tree.el | 2 +- emacs/notmuch.el | 4 ++-- 4 files changed, 13 insertions(+), 8

[PATCH v2] emacs: Improve the behaviour of the 'q' binding.

2014-10-29 Thread David Edmondson
emacs: Improve the behaviour of the 'q' binding. When a user hits 'q' in a notmuch buffer, kill the buffer only if there are no other windows currently showing it. v2: - Change the name of `notmuch-kill-this-buffer' to be clearer. David Edmondson (1): emacs: Improve the behaviour of the 'q'