[PATCH] emacs: More functionality for `notmuch-wash-tidy-citations'.

2010-05-04 Thread David Edmondson
Add: - Insert a blank line before a citation if there isn't one, - Insert a blank line after a citation if there isn't one. --- Better than the last version. emacs/notmuch-wash.el | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-wash.el

[PATCH] emacs: More functionality for `notmuch-wash-tidy-citations'.

2010-05-04 Thread David Edmondson
next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100504/b30232bc/attachment.pgp>

[PATCH] emacs: More functionality for `notmuch-wash-tidy-citations'.

2010-05-04 Thread David Edmondson
Add: - Insert a blank line before a citation if there isn't one, - Insert a blank line after a citation if there isn't one. --- emacs/notmuch-wash.el | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index

[PATCH] emacs: Pretty print the numbers of matching messages.

2010-05-04 Thread David Edmondson
Insert a separator every three digits when outputting numbers. Allow the user to choose the separator by customizing `notmuch-decimal-separator'. Widen the space allocated for message counts accordingly. --- emacs/notmuch-hello.el | 38 +++--- 1 files changed, 31

Failing test cases

2010-05-04 Thread Carl Worth
continue; } -- carl.d.worth at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100504/ec0fba7b/attachment.pgp>

[PATCH] Customize saved search order separately from regular search order

2010-05-04 Thread David Edmondson
uch/attachments/20100504/b80125f3/attachment.pgp>

all authors and subjects in the search buffer [was: Re: [PATCH] emacs: Fix i-search to open up invisible citations as necessary]

2010-05-04 Thread David Edmondson
ing' subject(s), displaying it only as necessary during isearch. dme. -- David Edmondson, http://dme.org -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmu

[PATCH] emacs: In search mode, truncate authors using invisible text.

2010-05-04 Thread David Edmondson
Rather than discarding authors when truncated to fit the defined column width, mark the text beyond the end of the column as invisible and allow `isearch' to be used over the text so hidden. This allows us to retain the compact display whilst enabling a user to find the elided text. ---

Failing test cases

2010-05-04 Thread Carl Worth
ught I'd at least share that much information. -Carl -- carl.d.worth at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100504/40dcc360/attachment.pgp>

Re: all authors and subjects in the search buffer [was: Re: [PATCH] emacs: Fix i-search to open up invisible citations as necessary]

2010-05-04 Thread David Edmondson
On Mon, 03 May 2010 13:27:35 -0700, Carl Worth cwo...@cworth.org wrote: On Fri, 30 Apr 2010 17:00:08 +0100, David Edmondson d...@dme.org wrote: All of the authors appear in the output already, but that doesn't seem to be the case of the subjects. Would you envisage doing something similar

[PATCH] emacs: Pretty print the numbers of matching messages.

2010-05-04 Thread David Edmondson
Insert a separator every three digits when outputting numbers. Allow the user to choose the separator by customizing `notmuch-decimal-separator'. Widen the space allocated for message counts accordingly. --- emacs/notmuch-hello.el | 38 +++--- 1 files changed, 31

Re: [PATCH] emacs: More functionality for `notmuch-wash-tidy-citations'.

2010-05-04 Thread David Edmondson
On Tue, 4 May 2010 14:45:14 +0100, David Edmondson d...@dme.org wrote: Add: - Insert a blank line before a citation if there isn't one, - Insert a blank line after a citation if there isn't one. Don't use this, it matches too often. dme. -- David Edmondson, http://dme.org

[PATCH] emacs: More functionality for `notmuch-wash-tidy-citations'.

2010-05-04 Thread David Edmondson
Add: - Insert a blank line before a citation if there isn't one, - Insert a blank line after a citation if there isn't one. --- Better than the last version. emacs/notmuch-wash.el | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-wash.el

Re: Failing test cases

2010-05-04 Thread Carl Worth
On Fri, 30 Apr 2010 01:23:16 + (UTC), Olly Betts o...@survex.com wrote: On 2010-04-28, Jason White wrote: It seems to be repeatable here, even after running git clean -d -f -x, followed by make make test Is anyone else seeing this? Yes, I got the same failure trying to rebuild the

Re: Failing test cases

2010-05-04 Thread Carl Worth
On Tue, 04 May 2010 11:21:27 -0700, Carl Worth cwo...@cworth.org wrote: I installed Xapian 1.0.20 (from the libxapian-dev package in sid) and am now getting this failure. I'm investigating more closely now, but I thought I'd at least share that much information. Here are my conclusions

Re: notmuch emacs interface

2010-05-04 Thread Paul R
Carl I didn't have any specific plans. I think things like this are Carl generally great if done by people already reading those lists. Carl Would you like to send a note including something very much like Carl the paragraph above along with Hey, I thought some poeple here Carl might be

Re: [PATCH 2/2] test: Have notmuch-test use the modular test collections

2010-05-04 Thread Jesse Rosenthal
These two patches, it turns out, do not quite go all the way -- they do not set up the environment to be exactly as it was in the full test suite. (I discovered this because my modular test suite did not fail on the recent xapian error -- failure being success in this case.) Further patches,