[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
On Fri, Nov 23, 2012 at 9:02 AM, Bernard Hurley wrote: > Can I add one little caveat - although from what you say it probably > doesn't apply in this case. I have set up my computer so that as much as > possible can be done from the keyboard. I have arthritis in my rignt > hand and although I

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
On Tue, Nov 20, 2012 at 6:32 AM, Austin Clements wrote: > Though is this really the right interface? Is it useful to return a > mode-line-format template from this, given that it can't be used in > the mode-line or header-line since the buttons won't work? Should > this just return a string

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
On Tue, Nov 20, 2012 at 6:32 AM, Austin Clements amdra...@mit.edu wrote: Though is this really the right interface? Is it useful to return a mode-line-format template from this, given that it can't be used in the mode-line or header-line since the buttons won't work? Should this just

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
On Fri, Nov 23, 2012 at 9:02 AM, Bernard Hurley bern...@marcade.biz wrote: Can I add one little caveat - although from what you say it probably doesn't apply in this case. I have set up my computer so that as much as possible can be done from the keyboard. I have arthritis in my rignt hand

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-23 Thread Tomi Ollila
On Fri, Nov 23 2012, Bernard Hurley wrote: > On Thu, Nov 22, 2012 at 07:40:36PM +0100, Damien Cassou wrote: >> Hi, >> >> >> you are perfectly right. In the upcoming patch I made the buttons so that >> TAB won't stop at them ('skip t) but you can still activate them with RET >> or a mouse click.

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-23 Thread Bernard Hurley
On Thu, Nov 22, 2012 at 07:40:36PM +0100, Damien Cassou wrote: > Hi, > > > you are perfectly right. In the upcoming patch I made the buttons so that > TAB won't stop at them ('skip t) but you can still activate them with RET > or a mouse click. Is that ok? > Can I add one little caveat -

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-23 Thread Bernard Hurley
On Thu, Nov 22, 2012 at 07:40:36PM +0100, Damien Cassou wrote: Hi, you are perfectly right. In the upcoming patch I made the buttons so that TAB won't stop at them ('skip t) but you can still activate them with RET or a mouse click. Is that ok? Can I add one little caveat - although

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-23 Thread Tomi Ollila
On Fri, Nov 23 2012, Bernard Hurley wrote: On Thu, Nov 22, 2012 at 07:40:36PM +0100, Damien Cassou wrote: Hi, you are perfectly right. In the upcoming patch I made the buttons so that TAB won't stop at them ('skip t) but you can still activate them with RET or a mouse click. Is that ok?

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-22 Thread Damien Cassou
Hi, On Mon, Nov 19, 2012 at 12:06 AM, Mark Walters wrote: > This patch adds buttons for every tag in show mode which means that > tabbing down to an attachment (or other button) is rather slower. As > someone who is not going to use the tag buttons (at least not very > often) Is it possible to

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-22 Thread Mark Walters
On Thu, 22 Nov 2012, Damien Cassou wrote: > Hi, > > On Mon, Nov 19, 2012 at 12:06 AM, Mark Walters gmail.com>wrote: > >> This patch adds buttons for every tag in show mode which means that >> tabbing down to an attachment (or other button) is rather slower. As >> someone who is not going to use

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-22 Thread Damien Cassou
Hi, On Mon, Nov 19, 2012 at 12:06 AM, Mark Walters markwalters1...@gmail.comwrote: This patch adds buttons for every tag in show mode which means that tabbing down to an attachment (or other button) is rather slower. As someone who is not going to use the tag buttons (at least not very

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-20 Thread Austin Clements
Quoth Damien Cassou on Nov 18 at 8:18 pm: > Signed-off-by: Damien Cassou > --- > emacs/notmuch-show.el |9 + > emacs/notmuch-tagger.el | 33 + > 2 files changed, 38 insertions(+), 4 deletions(-) > > diff --git a/emacs/notmuch-show.el

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-18 Thread Mark Walters
Hi This patch adds buttons for every tag in show mode which means that tabbing down to an attachment (or other button) is rather slower. As someone who is not going to use the tag buttons (at least not very often) Is it possible to avoid this? perhaps by making the button optional or making the

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |9 + emacs/notmuch-tagger.el | 33 + 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 988e27c..379c8cd 100644 ---