[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread Tomi Ollila
On Sat, Feb 08 2014, "W. Trevor King" wrote: > On Sat, Feb 08, 2014 at 08:29:41PM +0200, Tomi Ollila wrote: >> On Sat, Feb 08 2014, W. Trevor King wrote: >> > On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: >> >> >> >> yeah, the colour scheme is not my favourite. For the sake of b

[PATCH] emacs: remove newlines from input to notmuch count --batch

2014-02-08 Thread Tomi Ollila
On Sat, Feb 08 2014, David Bremner wrote: > Since a newline starts a new query in batch mode, this causes > mysterious crashes in the emacs interface if saved searches contain > newlines. See the discussion at > > id:87wqhcxb5j.fsf at maritornes.cs.unb.ca > > In general newlines seem to be

[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread Tomi Ollila
On Sat, Feb 08 2014, "W. Trevor King" wrote: > On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: >> W. Trevor King writes: >> > I'll remove this once the series lands, but I've currently got a >> > preview up at http://tremily.us/status.html >> >> yeah, the colour scheme is not my f

Re: [PATCH v4] build: write VERSION file containing $(VERSION) string

2014-02-08 Thread W. Trevor King
On Thu, Feb 06, 2014 at 12:58:33AM +0200, Tomi Ollila wrote: > -VERSION:=$(shell git describe --match '[0-9.]*'|sed -e s/_/~/ -e s/-/+/ -e > s/-/~/) > +# Also write VERSION file in case its contents differ from $(VERSION) > +VERSION:=$(shell\ > + gv=`git describe --match '[0-9.]*'|sed -e s/_/~

[PATCH v4] build: write VERSION file containing $(VERSION) string

2014-02-08 Thread W. Trevor King
uPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/f10dd7db/attachment.pgp>

Re: [PATCH 15/17] nmbug-status: Quote the title when using it as an id

2014-02-08 Thread W. Trevor King
On Mon, Feb 03, 2014 at 02:59:33AM -0800, W. Trevor King wrote: > +if 'id' not in view: > +view['id'] = quote(view['title']) Stuff like href="#Maybe%20Ready%20%28Core%20and%20Emacs%29" wasn't working for me on Firefox 24.2.0, so I've tweaked this commit to slug titles i

[PATCH 15/17] nmbug-status: Quote the title when using it as an id

2014-02-08 Thread W. Trevor King
ia.org/wiki/Pretty_Good_Privacy -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/ee287256/attachment.pgp>

[PATCH] nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}

2014-02-08 Thread W. Trevor King
From: "W. Trevor King" With two branches getting fetched (master and config), the branch referenced by FETCH_HEAD is ambiguous. For example, I have: $ cat FETCH_HEAD 41d7bfa7184cc93c9dac139d1674e9530799e3b0 \ not-for-merge branch 'config' of http://nmbug.tethera.net/git/nmbug-tags a

[PATCH] nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}

2014-02-08 Thread W. Trevor King
From: "W. Trevor King" With two branches getting fetched (master and config), the branch referenced by FETCH_HEAD is ambiguous. For example, I have: $ cat FETCH_HEAD 41d7bfa7184cc93c9dac139d1674e9530799e3b0 \ not-for-merge branch 'config' of http://nmbug.tethera.net/git/nmbug-tags a

Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread W. Trevor King
On Sat, Feb 08, 2014 at 09:37:43PM +0200, Tomi Ollila wrote: > On Sat, Feb 08 2014, W. Trevor King wrote: > > On Sat, Feb 08, 2014 at 08:29:41PM +0200, Tomi Ollila wrote: > >> On Sat, Feb 08 2014, W. Trevor King wrote: > >> > On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: > >> >> Mo

[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread W. Trevor King
r... 0.25em works for me. Branch and example updated. Cheers, Trevor -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/0e4b11d0/attachment.pgp>

[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread David Bremner
. Name: colour.png Type: image/png Size: 89089 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/810e5982/attachment-0001.png>

Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread Tomi Ollila
On Sat, Feb 08 2014, "W. Trevor King" wrote: > On Sat, Feb 08, 2014 at 08:29:41PM +0200, Tomi Ollila wrote: >> On Sat, Feb 08 2014, W. Trevor King wrote: >> > On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: >> >> >> >> yeah, the colour scheme is not my favourite. For the sake of b

Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread W. Trevor King
On Sat, Feb 08, 2014 at 08:29:41PM +0200, Tomi Ollila wrote: > On Sat, Feb 08 2014, W. Trevor King wrote: > > On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: > >> W. Trevor King writes: > >> > I'll remove this once the series lands, but I've currently got a > >> > preview up at http:

[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread W. Trevor King
be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/c4bd6531/attachment-0001.pgp>

Re: [PATCH] emacs: remove newlines from input to notmuch count --batch

2014-02-08 Thread Tomi Ollila
On Sat, Feb 08 2014, David Bremner wrote: > Since a newline starts a new query in batch mode, this causes > mysterious crashes in the emacs interface if saved searches contain > newlines. See the discussion at > > id:87wqhcxb5j@maritornes.cs.unb.ca > > In general newlines seem to be ju

Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread Tomi Ollila
On Sat, Feb 08 2014, "W. Trevor King" wrote: > On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: >> W. Trevor King writes: >> > I'll remove this once the series lands, but I've currently got a >> > preview up at http://tremily.us/status.html >> >> yeah, the colour scheme is not my f

[PATCH] emacs: remove newlines from input to notmuch count --batch

2014-02-08 Thread David Bremner
Since a newline starts a new query in batch mode, this causes mysterious crashes in the emacs interface if saved searches contain newlines. See the discussion at id:87wqhcxb5j.fsf at maritornes.cs.unb.ca In general newlines seem to be just whitespace to the xapian query parser, so this sho

Re: [PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons

2014-02-08 Thread W. Trevor King
On Mon, Feb 03, 2014 at 12:34:18PM -0800, W. Trevor King wrote: > On Mon, Feb 03, 2014 at 08:15:35PM +, Mark Walters wrote: > > My only other comment on the series is that you should update > > devel/schemata in the first patch to reflect this addition. > > Ah, I didn't realize that file exist

[PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons

2014-02-08 Thread W. Trevor King
part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/08fe3796/attachment.pgp>

Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread W. Trevor King
On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: > W. Trevor King writes: > > I'll remove this once the series lands, but I've currently got a > > preview up at http://tremily.us/status.html > > yeah, the colour scheme is not my favourite. For the sake of being > semi-constructive, I

[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-08 Thread W. Trevor King
es Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/2ece50e6/attachment.pgp>

Re: [PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons

2014-02-08 Thread W. Trevor King
On Sat, Feb 08, 2014 at 08:55:02AM -0400, David Bremner wrote: > "W. Trevor King" writes: > > Rather than patching this in Emacs, maybe we should collapse the > > “not set” and “set to empty string” cases in notmuch-show.c? I > > can't think of any reasons why someone would want to distinguish >

[PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons

2014-02-08 Thread W. Trevor King
ubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140208/53c31b6d/attachment.pgp>

[PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons

2014-02-08 Thread David Bremner
"W. Trevor King" writes: > > Rather than patching this in Emacs, maybe we should collapse the ?not > set? and ?set to empty string? cases in notmuch-show.c? I can't think > of any reasons why someone would want to distinguish those two cases, > and it's easier all around if we standardize the re

[PATCH] emacs: remove newlines from input to notmuch count --batch

2014-02-08 Thread David Bremner
Since a newline starts a new query in batch mode, this causes mysterious crashes in the emacs interface if saved searches contain newlines. See the discussion at id:87wqhcxb5j@maritornes.cs.unb.ca In general newlines seem to be just whitespace to the xapian query parser, so this should

Re: [PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons

2014-02-08 Thread David Bremner
"W. Trevor King" writes: > > Rather than patching this in Emacs, maybe we should collapse the “not > set” and “set to empty string” cases in notmuch-show.c? I can't think > of any reasons why someone would want to distinguish those two cases, > and it's easier all around if we standardize the re