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

2013-03-23 Thread Damien Cassou
go from one failure to another without losing enthusiasm." Winston Churchill -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130323/51cf5384/attachment-0001.html>

[PATCH 1/1] devel/STYLE: information how to enable standard pre-commit hook

2013-03-23 Thread Tomi Ollila
It is easier to enable git standard pre-commit hook, when the operation to do so is presented. --- devel/STYLE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/STYLE b/devel/STYLE index 0792ba1..92de42c 100644 --- a/devel/STYLE +++ b/devel/STYLE @@ -45,8 +45,9 @@ func

[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-03-23 Thread Tomi Ollila
On Sat, Mar 23 2013, Damien Cassou wrote: > Signed-off-by: Damien Cassou > --- The function notmuch-combine-face-text-property-string is used only once in next patch. Do you anticipate more uses of it in the future? Tomi > emacs/notmuch-lib.el |8 > 1 file changed, 8 insertions(

[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 t

[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-03-23 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el |8 1 file changed, 8 insertions(+) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index e6edb9a..78c578f 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -357,6 +357,14 @@ OBJECT." (setq pos next

[PATCH v3 0/2] Customize how each tag is displayed

2013-03-23 Thread Damien Cassou
[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string [PATCH 2/2] emacs: possibility to customize the rendering of tags These patches are the first of an upcoming series whose goal is to integrate notmuch-labeler into notmuch. See the following for more details: https://github.com/Damie

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 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 go from one fa

[PATCH 1/1] devel/STYLE: information how to enable standard pre-commit hook

2013-03-23 Thread Tomi Ollila
It is easier to enable git standard pre-commit hook, when the operation to do so is presented. --- devel/STYLE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/STYLE b/devel/STYLE index 0792ba1..92de42c 100644 --- a/devel/STYLE +++ b/devel/STYLE @@ -45,8 +45,9 @@ func

Re: [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-03-23 Thread Tomi Ollila
On Sat, Mar 23 2013, Damien Cassou wrote: > Signed-off-by: Damien Cassou > --- The function notmuch-combine-face-text-property-string is used only once in next patch. Do you anticipate more uses of it in the future? Tomi > emacs/notmuch-lib.el |8 > 1 file changed, 8 insertions(

[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 t

[PATCH v3 0/2] Customize how each tag is displayed

2013-03-23 Thread Damien Cassou
[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string [PATCH 2/2] emacs: possibility to customize the rendering of tags These patches are the first of an upcoming series whose goal is to integrate notmuch-labeler into notmuch. See the following for more details: https://github.com/Damie

[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-03-23 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el |8 1 file changed, 8 insertions(+) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index e6edb9a..78c578f 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -357,6 +357,14 @@ OBJECT." (setq pos next