[PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2011-04-18 Thread Pieter Praet
On Mon, 18 Apr 2011 09:36:45 +0200, Xavier Maillard wrote: > > Sounds logical in theory, but in practice, you'll soon get stuck > > spamming "npppnwtf" in the search field. > > > > That, and TAB/S-TAB feels more natural. > > More natural than what exactly ? [...] More natural than n/p (as

[PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2011-04-18 Thread Xavier Maillard
Hi Pieter, On Sat, 16 Apr 2011 15:26:11 +0200, Pieter Praet wrote: > On Tue, 27 Jul 2010 09:48:45 +0800, Kan-Ru Chen wrote: > > Bind "n" to widget-forward and "p" to widget-backward to unify the > > interface since other notmuch major mode also accept "n" and "p" to > > navigation. > > --- > >

Re: [PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2011-04-18 Thread Pieter Praet
On Mon, 18 Apr 2011 09:36:45 +0200, Xavier Maillard wrote: > > Sounds logical in theory, but in practice, you'll soon get stuck > > spamming "npppnwtf" in the search field. > > > > That, and TAB/S-TAB feels more natural. > > More natural than what exactly ? [...] More natural than n/p (as i

Re: [PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2011-04-18 Thread Xavier Maillard
Hi Pieter, On Sat, 16 Apr 2011 15:26:11 +0200, Pieter Praet wrote: > On Tue, 27 Jul 2010 09:48:45 +0800, Kan-Ru Chen wrote: > > Bind "n" to widget-forward and "p" to widget-backward to unify the > > interface since other notmuch major mode also accept "n" and "p" to > > navigation. > > --- > >

[PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2011-04-16 Thread Pieter Praet
On Tue, 27 Jul 2010 09:48:45 +0800, Kan-Ru Chen wrote: > Bind "n" to widget-forward and "p" to widget-backward to unify the > interface since other notmuch major mode also accept "n" and "p" to > navigation. > --- > emacs/notmuch-hello.el |2 ++ > 1 files changed, 2 insertions(+), 0 deletions

Re: [PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2011-04-16 Thread Pieter Praet
On Tue, 27 Jul 2010 09:48:45 +0800, Kan-Ru Chen wrote: > Bind "n" to widget-forward and "p" to widget-backward to unify the > interface since other notmuch major mode also accept "n" and "p" to > navigation. > --- > emacs/notmuch-hello.el |2 ++ > 1 files changed, 2 insertions(+), 0 deletions

[PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2010-07-27 Thread Kan-Ru Chen
Bind "n" to widget-forward and "p" to widget-backward to unify the interface since other notmuch major mode also accept "n" and "p" to navigation. --- emacs/notmuch-hello.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el in

[PATCH 2/2] emacs: notmuch-hello: Add "n" and "p" to mod map

2010-07-26 Thread Kan-Ru Chen
Bind "n" to widget-forward and "p" to widget-backward to unify the interface since other notmuch major mode also accept "n" and "p" to navigation. --- emacs/notmuch-hello.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el in