[PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-28 Thread David Edmondson
On Tue, 27 Dec 2011 21:23:25 +0200, Jani Nikula wrote: > I'm wondering whether message-mode should be included. I tried it, and > it's useful in my interrupted-more-often-than-I'd-like-to workflow... Agreed. Updated patch coming. -- next part -- A non-text attachment was s

Re: [PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-28 Thread David Edmondson
On Tue, 27 Dec 2011 21:23:25 +0200, Jani Nikula wrote: > I'm wondering whether message-mode should be included. I tried it, and > it's useful in my interrupted-more-often-than-I'd-like-to workflow... Agreed. Updated patch coming. pgpuEXm7YaMTU.pgp Description: PGP signature

[PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-27 Thread Jani Nikula
On Tue, 27 Dec 2011 10:50:44 +, David Edmondson wrote: > As suggested by j4ni in #notmuch, rename > `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and > have it behave accordingly. Hi David, thanks for submitting this. It works nicely, and IMHO it's *much* more useful than

Re: [PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-27 Thread Jani Nikula
On Tue, 27 Dec 2011 10:50:44 +, David Edmondson wrote: > As suggested by j4ni in #notmuch, rename > `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and > have it behave accordingly. Hi David, thanks for submitting this. It works nicely, and IMHO it's *much* more useful than

[PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-27 Thread David Edmondson
On Tue, 27 Dec 2011 10:50:44 +, David Edmondson wrote: > As suggested by j4ni in #notmuch, rename > `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and > have it behave accordingly. This is the reason that I haven't mentioned `notmuch-jump-to-recent-buffer' in the NEWS file

[PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-27 Thread David Edmondson
As suggested by j4ni in #notmuch, rename `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and have it behave accordingly. --- emacs/notmuch.el | 39 +++ 1 files changed, 27 insertions(+), 12 deletions(-) diff --git a/emacs/notmuch.el b/emacs

Re: [PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-27 Thread David Edmondson
On Tue, 27 Dec 2011 10:50:44 +, David Edmondson wrote: > As suggested by j4ni in #notmuch, rename > `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and > have it behave accordingly. This is the reason that I haven't mentioned `notmuch-jump-to-recent-buffer' in the NEWS file

[PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last.

2011-12-27 Thread David Edmondson
As suggested by j4ni in #notmuch, rename `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and have it behave accordingly. --- emacs/notmuch.el | 39 +++ 1 files changed, 27 insertions(+), 12 deletions(-) diff --git a/emacs/notmuch.el b/emacs