Re: [PATCH 0/5] lib: make folder: prefix literal

2014-02-05 Thread Tomi Ollila
On Tue, Feb 04 2014, Austin Clements amdra...@mit.edu wrote: Quoth Jani Nikula on Feb 01 at 4:54 pm: I kind of like the /** suffix for recursive, but there's two small wrinkles: 1) it needs quoting on the command line (unlike my original suggestion of just / suffix), and 2) what should the

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

2014-02-05 Thread Tomi Ollila
On Tue, Feb 04 2014, Tomi Ollila tomi.oll...@iki.fi wrote: On Tue, Feb 04 2014, W. Trevor King wk...@tremily.us wrote: $ PYTHONPATH=$PWD/bindings/python/ ./devel/nmbug/nmbug-status ... Traceback (most recent call last): File devel/nmbug/nmbug-status, line 318, in module

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

2014-02-05 Thread Tomi Ollila
On Wed, Feb 05 2014, Tomi Ollila tomi.oll...@iki.fi wrote: I have some comments on the new look -- which is pretty nice btw. now every other thread is background-colored (girly) pink (fef?) and every other light blue (eff). for me the light blue is not visible (there are no body background

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

2014-02-05 Thread W. Trevor King
On Wed, Feb 05, 2014 at 05:00:45PM +0200, Tomi Ollila wrote: After I fixed the wrapper the program works fine on python 2.6.6. :) now every other thread is background-colored (girly) pink (fef?) and every other light blue (eff). for me the light blue is not visible (there are no body

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

2014-02-05 Thread W. Trevor King
On Wed, Feb 05, 2014 at 05:24:56PM +0200, Tomi Ollila wrote: Forgot to mention that the , , etc. characters could also be encoded in this patch series (to lt;, gt;, amp; etc.) Good point. I'll xml.sax.saxutils.escape the message-id, from, and subject at the end of

Re: [PATCH 0/5] lib: make folder: prefix literal

2014-02-05 Thread Tomi Ollila
On Wed, Feb 05 2014, Tomi Ollila tomi.oll...@iki.fi wrote: On Tue, Feb 04 2014, Austin Clements amdra...@mit.edu wrote: In zsh: $ echo whatever:/** whatever:/** Except (retested after seeing related IRC msg from Austin): $ unsetopt no_nomatch $ echo whatever:/** zsh: no matches found:

Re: [PATCH 0/7] emacs: show tag changes in buffer

2014-02-05 Thread Tomi Ollila
On Sun, Jan 19 2014, Mark Walters markwalters1...@gmail.com wrote: This is a reworked and expanded version of the single patch id:1387065197-15776-4-git-send-email-markwalters1...@gmail.com This shows any tags changed in the show buffer since it was loaded or refreshed. By default a removed

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

2014-02-05 Thread Tomi Ollila
On Wed, Feb 05 2014, W. Trevor King wk...@tremily.us wrote: On Wed, Feb 05, 2014 at 05:00:45PM +0200, Tomi Ollila wrote: After I fixed the wrapper the program works fine on python 2.6.6. :) now every other thread is background-colored (girly) pink (fef?) and every other light blue (eff).

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

2014-02-05 Thread Tomi Ollila
This version file will be as prerequisite to the target files that use the version info for some purpose, like printing it to the user to examine. The contents of the VERSION file is seldom read by the build system itself as the $(VERSION) variable has the same information. --- ctested also with:

[PATCH 0/5] lib: make folder: prefix literal

2014-02-05 Thread Tomi Ollila
On Tue, Feb 04 2014, Austin Clements wrote: > Quoth Jani Nikula on Feb 01 at 4:54 pm: > >> I kind of like the "/**" suffix for recursive, but there's two small >> wrinkles: 1) it needs quoting on the command line (unlike my original >> suggestion of just "/" suffix), and 2) what should the top

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

2014-02-05 Thread Tomi Ollila
On Tue, Feb 04 2014, Tomi Ollila wrote: > On Tue, Feb 04 2014, "W. Trevor King" wrote: > > > $ PYTHONPATH=$PWD/bindings/python/ ./devel/nmbug/nmbug-status > ... > Traceback (most recent call last): > File "devel/nmbug/nmbug-status", line 318, in > page.write(database=db,

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

2014-02-05 Thread Tomi Ollila
On Wed, Feb 05 2014, Tomi Ollila wrote: > I have some comments on the new look -- which is pretty nice btw. > > now every other thread is background-colored (girly) pink (fef?) > and every other light blue (eff). for me the light blue is not > visible (there are no body background color set?) >

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

2014-02-05 Thread W. Trevor King
plication/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140205/75e4b37b/attachment.pgp>

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

2014-02-05 Thread W. Trevor King
scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140205/57d96514/attachment.pgp>

[PATCH 0/5] lib: make folder: prefix literal

2014-02-05 Thread Tomi Ollila
On Wed, Feb 05 2014, Tomi Ollila wrote: > On Tue, Feb 04 2014, Austin Clements wrote: > > > In zsh: > > $ echo whatever:/** > whatever:/** Except (retested after seeing related IRC msg from Austin): $ unsetopt no_nomatch $ echo whatever:/** zsh: no matches found: whatever:/** We can maybe