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 return a string that can be inserted into a buffer?
 Something like (untested),


I agree, it might look strange. Nevertheless, I want to keep consistency
between header-line and body. That's not important at all now, but in the
next series of patches I will add the possibility to replace tags by
pictures and consistency will help I think.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

Success is the ability to go from one failure to another without losing
enthusiasm.
Winston Churchill
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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 and although I can still type as well as before I find it very
 difficult to use a mouse. I have recently discovered I am far from alone
 in this. So it is important for me and others that when mouse options
 are added to software, convienient keyboard options still exist.


don't worry, you can still press RET on a tag to follow the link.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

Success is the ability to go from one failure to another without losing
enthusiasm.
Winston Churchill
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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 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 can still type as well as before I find it very 
difficult to use a mouse. I have recently discovered I am far from alone
in this. So it is important for me and others that when mouse options 
are added to software, convienient keyboard options still exist.

Bernard Hurley

 -- 
 Damien Cassou
 http://damiencassou.seasidehosting.st
 
 Success is the ability to go from one failure to another without losing
 enthusiasm.
 Winston Churchill

 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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?
 

 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 can still type as well as before I find it very 
 difficult to use a mouse. I have recently discovered I am far from alone
 in this. So it is important for me and others that when mouse options 
 are added to software, convienient keyboard options still exist.

I run my 2 notmuch emacs instances on urxvt terminals over ssh connection
-- I don't have any mouse access there (except window focus and some 
cutpaste operations).

I'd be disappointed if my email experience got worse -- and I don't
think that is going to happen :D

 Bernard Hurley

Tomi


 -- 
 Damien Cassou
 http://damiencassou.seasidehosting.st
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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
 often) Is it possible to avoid this? perhaps by making the button
 optional or making the button only mouse clickable? (Since the buttons
 in the headerline are not tabbable to then the latter might be
 reasonable.)


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?

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

Success is the ability to go from one failure to another without losing
enthusiasm.
Winston Churchill
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch