adding emacs-snapshot as alternative to emacs

2012-06-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/06/12 19:11, Jeremy Nickurak wrote: > On Thu, Jun 21, 2012 at 10:25 AM, Rainer M Krug > > wrote: > > I would like to install notmuch with emacs-snapshot on ubuntu, but it does > not seem to be in > the list of

adding emacs-snapshot as alternative to emacs

2012-06-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to install notmuch with emacs-snapshot on ubuntu, but it does not seem to be in the list of alternatives to emacs. I cmpiled the deb packages from source. I have one question and one suggestion: 1) what do I have to change to have

adding emacs-snapshot as alternative to emacs

2012-06-21 Thread David Bremner
h. d -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 315 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120621/d7efb1c8/attachment-0001.pgp>

adding emacs-snapshot as alternative to emacs

2012-06-21 Thread Jeremy Nickurak
rt -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120621/f6101957/attachment.html> -- next part -- A non-text attachment was scrubbed... Name: 0001-debian-allow-emacs-snapshot-to-satisfy-build-depende.patch

[PATCH 8/8] cli: use notmuch_exclude_t in option parser

2012-06-21 Thread Peter Wang
Use notmuch_exclude_t constants directly instead of a redundant enumeration while parsing search --exclude keyword arguments. --- notmuch-search.c | 28 +--- 1 files changed, 9 insertions(+), 19 deletions(-) diff --git a/notmuch-search.c b/notmuch-search.c index

[PATCH 7/8] lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_t

2012-06-21 Thread Peter Wang
Add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_t so that it can cover all four values of search --exclude in the cli. --- lib/notmuch.h|1 + lib/query.cc |6 -- notmuch-search.c |2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/notmuch.h

[PATCH 6/8] man: document search --exclude=all

2012-06-21 Thread Peter Wang
Document the new search --exclude=all option. --- man/man1/notmuch-search.1 |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index e23ca30..1d8d57a 100644 --- a/man/man1/notmuch-search.1 +++

[PATCH 5/8] man: clarify search --exclude=flag

2012-06-21 Thread Peter Wang
Improve the description of the search --exclude=flag option, using text taken from the commit that introduced the option. --- man/man1/notmuch-search.1 |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index

[PATCH 4/8] man: clarify search --exclude documentation

2012-06-21 Thread Peter Wang
Highlight "excluded messages" as a piece of jargon with a meaning that may not be obvious. Be explicit about the effects of search --exclude=true and --exclude=false. --- man/man1/notmuch-search.1 | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git

[PATCH 3/8] test: add tests for search --exclude=all

2012-06-21 Thread Peter Wang
Test the new search --exclude=all option. --- test/excludes | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/test/excludes b/test/excludes index 24d653e..f1ae9ea 100755 --- a/test/excludes +++ b/test/excludes @@ -166,6 +166,16 @@

[PATCH 2/8] cli: add --exclude=all option to notmuch-search.c

2012-06-21 Thread Peter Wang
From: Mark Walters Add a --exclude=all option to notmuch search. --- notmuch-search.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/notmuch-search.c b/notmuch-search.c index 3be296d..89b5bf9 100644 --- a/notmuch-search.c +++

[PATCH 1/8] lib: add --exclude=all option

2012-06-21 Thread Peter Wang
From: Mark Walters Adds a exclude all option to the lib which means that excluded messages are completely ignored (as if they had actually been deleted). --- lib/notmuch-private.h |1 + lib/notmuch.h | 22 +++--- lib/query.cc |

[PATCH 0/8] search --exclude=all

2012-06-21 Thread Peter Wang
Hi, This is Mark's change to add search --exclude=all. I mainly just updated a comment and added some documentation. Mark Walters (2): lib: add --exclude=all option cli: add --exclude=all option to notmuch-search.c Peter Wang (6): test: add tests for search --exclude=all man: clarify

adding emacs-snapshot as alternative to emacs

2012-06-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to install notmuch with emacs-snapshot on ubuntu, but it does not seem to be in the list of alternatives to emacs. I cmpiled the deb packages from source. I have one question and one suggestion: 1) what do I have to change to have

Re: adding emacs-snapshot as alternative to emacs

2012-06-21 Thread Jeremy Nickurak
On Thu, Jun 21, 2012 at 10:25 AM, Rainer M Krug r.m.k...@gmail.com wrote: I would like to install notmuch with emacs-snapshot on ubuntu, but it does not seem to be in the list of alternatives to emacs. I cmpiled the deb packages from source. I have one question and one suggestion: 1) what

Re: adding emacs-snapshot as alternative to emacs

2012-06-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/06/12 19:11, Jeremy Nickurak wrote: On Thu, Jun 21, 2012 at 10:25 AM, Rainer M Krug r.m.k...@gmail.com mailto:r.m.k...@gmail.com wrote: I would like to install notmuch with emacs-snapshot on ubuntu, but it does not seem to be in the

Re: adding emacs-snapshot as alternative to emacs

2012-06-21 Thread David Bremner
Rainer M Krug r.m.k...@gmail.com writes: Here's what I'm using to get it to build right. Thanks - installs nicely. Would it be possible to include this in the source? Rainer See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677900 And yes, I'm the grinch. d