[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-25 Thread Austin Clements
Quoth myself on Mar 25 at 10:22 am: > I pre-applied the transformations and removed the style attributes > that had default or unimportant values. (The script to do the path > math is attached.) Now attached. -- next part -- A non-text attachment was scrubbed... Name:

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-25 Thread Austin Clements
Series LGTM. I noticed a few things below that would be fine to tweak in a follow-up trivial patch or two. Quoth Damien Cassou on Mar 23 at 12:29 pm: > This patch extracts the rendering of tags in notmuch-show to > the notmuch-tag file. > > This file introduces a `notmuch-tag-formats' variable

Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-25 Thread Austin Clements
Series LGTM. I noticed a few things below that would be fine to tweak in a follow-up trivial patch or two. Quoth Damien Cassou on Mar 23 at 12:29 pm: This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that

Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-25 Thread Austin Clements
Quoth myself on Mar 25 at 10:22 am: I pre-applied the transformations and removed the style attributes that had default or unimportant values. (The script to do the path math is attached.) Now attached. import re, numpy def parse_xform(xform): [(name, args)] =

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-23 Thread Damien Cassou
On Sat, Mar 16, 2013 at 5:10 AM, Austin Clements wrote: > Just a few tiny comments below. Thanks for your comments. Please see v3 in id:1364038194-19856-1-git-send-email-damien.cassou at gmail.com -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-23 Thread Damien Cassou
This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that associates each tag to a particular format. This variable can be customized thanks to the work of Austin Clements. For example, '(("unread" (propertize

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-23 Thread Damien Cassou
This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that associates each tag to a particular format. This variable can be customized thanks to the work of Austin Clements. For example, '((unread (propertize

Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-23 Thread Damien Cassou
On Sat, Mar 16, 2013 at 5:10 AM, Austin Clements amdra...@mit.edu wrote: Just a few tiny comments below. Thanks for your comments. Please see v3 in id:1364038194-19856-1-git-send-email-damien.cas...@gmail.com -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-16 Thread Austin Clements
(Decided I needed a brief break from working continuously. I haven't been following the mailing list at all, so I don't know if there's been additional context relevant to this patch series, but this at least appears to be the latest version.) This is looking really good. Just a few tiny

Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-03-15 Thread Austin Clements
(Decided I needed a brief break from working continuously. I haven't been following the mailing list at all, so I don't know if there's been additional context relevant to this patch series, but this at least appears to be the latest version.) This is looking really good. Just a few tiny

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-02-06 Thread Damien Cassou
This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that associates each tag to a particular format. This variable can be customized thanks to the work of Austin Clements. For example, '(("unread" (propertize

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-02-06 Thread Damien Cassou
This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that associates each tag to a particular format. This variable can be customized thanks to the work of Austin Clements. For example, '((unread (propertize