[PATCH v2] emacs: Add support for saved search accelerators

2014-07-13 Thread Mark Walters
> Quoth David Bremner on Jul 13 at 11:20 am: >> Austin Clements writes: >> >> > The right answer might be something between notmuch-go and dme's >> > patch. Currently notmuch-go uses a hard-coded set of searches, while >> > dme's patch derives them from the saved searches. >> >> I'm not really

[PATCH v2] emacs: Add support for saved search accelerators

2014-07-13 Thread David Bremner
Austin Clements writes: > The right answer might be something between notmuch-go and dme's > patch. Currently notmuch-go uses a hard-coded set of searches, while > dme's patch derives them from the saved searches. I'm not really looking for a solution for my own use, just wearing my integration

[PATCH v2] emacs: Add support for saved search accelerators

2014-07-13 Thread Austin Clements
Quoth David Bremner on Jul 13 at 11:20 am: > Austin Clements writes: > > > The right answer might be something between notmuch-go and dme's > > patch. Currently notmuch-go uses a hard-coded set of searches, while > > dme's patch derives them from the saved searches. > > I'm not really looking f

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-07-13 Thread Mark Walters
> Quoth David Bremner on Jul 13 at 11:20 am: >> Austin Clements writes: >> >> > The right answer might be something between notmuch-go and dme's >> > patch. Currently notmuch-go uses a hard-coded set of searches, while >> > dme's patch derives them from the saved searches. >> >> I'm not really

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-07-13 Thread Austin Clements
Quoth David Bremner on Jul 13 at 11:20 am: > Austin Clements writes: > > > The right answer might be something between notmuch-go and dme's > > patch. Currently notmuch-go uses a hard-coded set of searches, while > > dme's patch derives them from the saved searches. > > I'm not really looking f

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-07-13 Thread David Bremner
Austin Clements writes: > The right answer might be something between notmuch-go and dme's > patch. Currently notmuch-go uses a hard-coded set of searches, while > dme's patch derives them from the saved searches. I'm not really looking for a solution for my own use, just wearing my integration

[PATCH v2] emacs: Add support for saved search accelerators

2014-07-12 Thread Austin Clements
Quoth David Bremner on Jul 12 at 4:31 pm: > David Edmondson writes: > > > Extended the saved search definition to allow the inclusion of an > > accelerator key for the search. Bind 'j' in the common mode map as a > > leader for such accelerator keys. > > I was trying this out without configurin

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-07-12 Thread Austin Clements
Quoth David Bremner on Jul 12 at 4:31 pm: > David Edmondson writes: > > > Extended the saved search definition to allow the inclusion of an > > accelerator key for the search. Bind 'j' in the common mode map as a > > leader for such accelerator keys. > > I was trying this out without configurin

[PATCH v2] emacs: Add support for saved search accelerators

2014-07-12 Thread David Bremner
David Edmondson writes: > Extended the saved search definition to allow the inclusion of an > accelerator key for the search. Bind 'j' in the common mode map as a > leader for such accelerator keys. I was trying this out without configuring any accelerators and it seemed a bit unfriendly. After

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-07-12 Thread David Bremner
David Edmondson writes: > Extended the saved search definition to allow the inclusion of an > accelerator key for the search. Bind 'j' in the common mode map as a > leader for such accelerator keys. I was trying this out without configuring any accelerators and it seemed a bit unfriendly. After

[PATCH v2] emacs: Add support for saved search accelerators

2014-06-06 Thread Mark Walters
On Mon, 12 May 2014, David Edmondson wrote: > On Sat, May 10 2014, Aaron Ecay wrote: >> 2014ko maiatzak 8an, Mark Walters-ek idatzi zuen: >>> >>> Hi >>> >>> This version looks good to me. >>> >>> The only slight query I have is which key to bind it to: Austin used g >>> in notmuch-go and this uses

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-06-06 Thread Mark Walters
On Mon, 12 May 2014, David Edmondson wrote: > On Sat, May 10 2014, Aaron Ecay wrote: >> 2014ko maiatzak 8an, Mark Walters-ek idatzi zuen: >>> >>> Hi >>> >>> This version looks good to me. >>> >>> The only slight query I have is which key to bind it to: Austin used g >>> in notmuch-go and this uses

[PATCH v2] emacs: Add support for saved search accelerators

2014-05-12 Thread David Edmondson
On Sat, May 10 2014, Aaron Ecay wrote: > 2014ko maiatzak 8an, Mark Walters-ek idatzi zuen: >> >> Hi >> >> This version looks good to me. >> >> The only slight query I have is which key to bind it to: Austin used g >> in notmuch-go and this uses j. Austin said on irc that he chose g >> because it wa

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-05-11 Thread David Edmondson
On Sat, May 10 2014, Aaron Ecay wrote: > 2014ko maiatzak 8an, Mark Walters-ek idatzi zuen: >> >> Hi >> >> This version looks good to me. >> >> The only slight query I have is which key to bind it to: Austin used g >> in notmuch-go and this uses j. Austin said on irc that he chose g >> because it wa

[PATCH v2] emacs: Add support for saved search accelerators

2014-05-10 Thread Aaron Ecay
Hello, 2014ko maiatzak 8an, Mark Walters-ek idatzi zuen: > > Hi > > This version looks good to me. > > The only slight query I have is which key to bind it to: Austin used g > in notmuch-go and this uses j. Austin said on irc that he chose g > because it wasn't bound and matched gmail's shortcut.

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-05-10 Thread Aaron Ecay
Hello, 2014ko maiatzak 8an, Mark Walters-ek idatzi zuen: > > Hi > > This version looks good to me. > > The only slight query I have is which key to bind it to: Austin used g > in notmuch-go and this uses j. Austin said on irc that he chose g > because it wasn't bound and matched gmail's shortcut.

[PATCH v2] emacs: Add support for saved search accelerators

2014-05-08 Thread Mark Walters
Hi This version looks good to me. The only slight query I have is which key to bind it to: Austin used g in notmuch-go and this uses j. Austin said on irc that he chose g because it wasn't bound and matched gmail's shortcut. Personally I like j (as it starts fewer words than g) and given that w

Re: [PATCH v2] emacs: Add support for saved search accelerators

2014-05-08 Thread Mark Walters
Hi This version looks good to me. The only slight query I have is which key to bind it to: Austin used g in notmuch-go and this uses j. Austin said on irc that he chose g because it wasn't bound and matched gmail's shortcut. Personally I like j (as it starts fewer words than g) and given that w

[PATCH v2] emacs: Add support for saved search accelerators

2014-05-07 Thread David Edmondson
Extended the saved search definition to allow the inclusion of an accelerator key for the search. Bind 'j' in the common mode map as a leader for such accelerator keys. --- emacs/notmuch-hello.el | 5 - emacs/notmuch-lib.el | 46 ++ 2 files change

[PATCH v2] emacs: Add support for saved search accelerators

2014-05-07 Thread David Edmondson
Extended the saved search definition to allow the inclusion of an accelerator key for the search. Bind 'j' in the common mode map as a leader for such accelerator keys. --- emacs/notmuch-hello.el | 5 - emacs/notmuch-lib.el | 46 ++ 2 files change