[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
On Mon, 26 Apr 2010 11:03:36 -0700, Carl Worth wrote: > Thanks. I've pushed this. Bonus points to someone who fixes it to avoid > printing "1 matches". It shouldn't do that: (let* (... (num-options (length options)) (chosen (if (eq num-options 1) (car

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
To: David Edmondson , notmuch at notmuchmail.org, dirk at yoom.home.cworth.org Cc: carl at ut.hh.sledj.net Date: Mon, 26 Apr 2010 08:21:51 -0700 Something interesting is happening here :-) dme. -- David Edmondson, http://dme.org -- next part -- A non-text

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
On Mon, 26 Apr 2010 08:21:51 -0700, Carl Worth wrote: > > > Finally, though, I haven't figured out how to get more than a single > > > match from this. If the first match isn't what I want, how do I see and > > > choose later matches? > > > > M-n to move forward in the list, M-p to move

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Sebastian Spaeth
On 2010-04-26, David Edmondson wrote: > M-n to move forward in the list, M-p to move backwards (including into > any history you have accrued). Alternatively, some of us have that weird new invention on their keyboards called "arrow keys" ;-)

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
On Mon, 26 Apr 2010 13:29:42 +0200, "Sebastian Spaeth" wrote: > On 2010-04-26, David Edmondson wrote: > > M-n to move forward in the list, M-p to move backwards (including into > > any history you have accrued). > > Alternatively, some of us have that weird new invention on their > keyboards

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
On Fri, 23 Apr 2010 17:49:38 -0700, Carl Worth wrote: > I finally hit on doing (require 'notmuch-address) in .emacs. As noted > previously, can we please make (require 'notmuch) pull in all notmuch > functionality rather than having it separated like this? Patch sent. > Finally, though, I

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
carl.d.worth at intel.com On Mon, 26 Apr 2010 19:20:04 +0100, David Edmondson wrote: > On Mon, 26 Apr 2010 11:03:36 -0700, Carl Worth wrote: > > Thanks. I've pushed this. Bonus points to someone who fixes it to avoid > > printing "1 matches". > > It shouldn't do that: ... > Does it? Bah. My

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
On Mon, 26 Apr 2010 17:28:47 +0100, David Edmondson wrote: > >To: David Edmondson , notmuch at notmuchmail.org, dirk at > yoom.home.cworth.org >Cc: carl at ut.hh.sledj.net >Date: Mon, 26 Apr 2010 08:21:51 -0700 > > Something interesting is happening here :-) Dirk wasn't involved

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
On Mon, 26 Apr 2010 17:27:38 +0100, David Edmondson wrote: > Patch is sent for this, though given that it's not easy to change the > prompt as you step through, it says: > > Address (7 match): Name Here Thanks. I've pushed this. Bonus points to someone who fixes it to avoid printing "1

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Dirk Hohndel
On Mon, 26 Apr 2010 17:28:47 +0100, David Edmondson wrote: > >To: David Edmondson , notmuch at notmuchmail.org, dirk at > yoom.home.cworth.org Looks like I now have an account on Carl's machine >Cc: carl at ut.hh.sledj.net Which is only fair, given that he has gotten himself an

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
On Mon, 26 Apr 2010 11:49:46 +0100, David Edmondson wrote: > On Fri, 23 Apr 2010 17:49:38 -0700, Carl Worth wrote: > > I finally hit on doing (require 'notmuch-address) in .emacs. As noted > > previously, can we please make (require 'notmuch) pull in all notmuch > > functionality rather than

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
On Fri, 23 Apr 2010 17:49:38 -0700, Carl Worth cwo...@cworth.org wrote: I finally hit on doing (require 'notmuch-address) in .emacs. As noted previously, can we please make (require 'notmuch) pull in all notmuch functionality rather than having it separated like this? Patch sent. Finally,

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Sebastian Spaeth
On 2010-04-26, David Edmondson wrote: M-n to move forward in the list, M-p to move backwards (including into any history you have accrued). Alternatively, some of us have that weird new invention on their keyboards called arrow keys ;-) ___ notmuch

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
On Mon, 26 Apr 2010 11:49:46 +0100, David Edmondson d...@dme.org wrote: On Fri, 23 Apr 2010 17:49:38 -0700, Carl Worth cwo...@cworth.org wrote: I finally hit on doing (require 'notmuch-address) in .emacs. As noted previously, can we please make (require 'notmuch) pull in all notmuch

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread David Edmondson
To: David Edmondson d...@dme.org, notmuch@notmuchmail.org, d...@yoom.home.cworth.org Cc: c...@ut.hh.sledj.net Date: Mon, 26 Apr 2010 08:21:51 -0700 Something interesting is happening here :-) dme. -- David Edmondson, http://dme.org pgpgH6xAit11l.pgp Description: PGP signature

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
On Mon, 26 Apr 2010 17:27:38 +0100, David Edmondson d...@dme.org wrote: Patch is sent for this, though given that it's not easy to change the prompt as you step through, it says: Address (7 match): Name Here addr...@example.com Thanks. I've pushed this. Bonus points to someone who

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
On Mon, 26 Apr 2010 17:28:47 +0100, David Edmondson d...@dme.org wrote: To: David Edmondson d...@dme.org, notmuch@notmuchmail.org, d...@yoom.home.cworth.org Cc: c...@ut.hh.sledj.net Date: Mon, 26 Apr 2010 08:21:51 -0700 Something interesting is happening here :-) Dirk wasn't

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-26 Thread Carl Worth
carl.d.wo...@intel.com On Mon, 26 Apr 2010 19:20:04 +0100, David Edmondson d...@dme.org wrote: On Mon, 26 Apr 2010 11:03:36 -0700, Carl Worth cwo...@cworth.org wrote: Thanks. I've pushed this. Bonus points to someone who fixes it to avoid printing 1 matches. It shouldn't do that: ... Does

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-23 Thread Carl Worth
On Thu, 22 Apr 2010 10:03:43 +0100, David Edmondson wrote: > A tool `notmuch-addresses' is required to produce addresses which > match a query string. An example of a suitable script can be found in > the git repository at > http://jkr.acm.jhu.edu/git/notmuch_addresses.git > There are no

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-22 Thread Sebastian Spaeth
On 2010-04-22, David Edmondson wrote: > A tool `notmuch-addresses' is required to produce addresses which > match a query string. An example of a suitable script can be found in > the git repository at > http://jkr.acm.jhu.edu/git/notmuch_addresses.git > There are no doubt others. no doubt

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-22 Thread David Edmondson
A tool `notmuch-addresses' is required to produce addresses which match a query string. An example of a suitable script can be found in the git repository at http://jkr.acm.jhu.edu/git/notmuch_addresses.git There are no doubt others. --- emacs/Makefile.local |3 +-

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-22 Thread Dirk Hohndel
On Thu, 22 Apr 2010 10:03:43 +0100, David Edmondson wrote: > A tool `notmuch-addresses' is required to produce addresses which > match a query string. An example of a suitable script can be found in > the git repository at > http://jkr.acm.jhu.edu/git/notmuch_addresses.git > There are no

[PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-22 Thread David Edmondson
A tool `notmuch-addresses' is required to produce addresses which match a query string. An example of a suitable script can be found in the git repository at http://jkr.acm.jhu.edu/git/notmuch_addresses.git There are no doubt others. --- emacs/Makefile.local |3 +-

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-22 Thread Sebastian Spaeth
On 2010-04-22, David Edmondson wrote: A tool `notmuch-addresses' is required to produce addresses which match a query string. An example of a suitable script can be found in the git repository at http://jkr.acm.jhu.edu/git/notmuch_addresses.git There are no doubt others. no doubt :-).

Re: [PATCH] emacs: Add notmuch-address.el for address completion using notmuch

2010-04-22 Thread Dirk Hohndel
On Thu, 22 Apr 2010 10:03:43 +0100, David Edmondson d...@dme.org wrote: A tool `notmuch-addresses' is required to produce addresses which match a query string. An example of a suitable script can be found in the git repository at http://jkr.acm.jhu.edu/git/notmuch_addresses.git There are