From: Bernard Hurley Date: Fri, 23 Nov 2012 08:02:31 +0000 (+0000) Subject: Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d0f677bdce410cd7a152e1a7b75b0334b57a5ae5;p=notmuch-archives.git Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable --- diff --git a/c2/c355579324859a88108aa1ede679683ff6e18f b/c2/c355579324859a88108aa1ede679683ff6e18f new file mode 100644 index 000000000..4719b6e73 --- /dev/null +++ b/c2/c355579324859a88108aa1ede679683ff6e18f @@ -0,0 +1,87 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 5B47C431FBD + for ; Fri, 23 Nov 2012 00:02:36 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id kJaQPytQ-7M9 for ; + Fri, 23 Nov 2012 00:02:32 -0800 (PST) +Received: from marcade.vm.bytemark.co.uk (marcade.vm.bytemark.co.uk + [89.16.174.61]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CDDFE431FAF + for ; Fri, 23 Nov 2012 00:02:32 -0800 (PST) +Received: from bernard by marcade.vm.bytemark.co.uk with local (Exim 4.72) + (envelope-from ) + id 1TboDX-0005TW-FM; Fri, 23 Nov 2012 08:02:31 +0000 +Date: Fri, 23 Nov 2012 08:02:31 +0000 +From: Bernard Hurley +To: Damien Cassou +Subject: Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' + clickable +Message-ID: <20121123080231.GB20987@marcade.biz> +References: <1353266322-20318-1-git-send-email-damien.cassou@gmail.com> + <1353266322-20318-4-git-send-email-damien.cassou@gmail.com> + <87a9uepl2t.fsf@qmul.ac.uk> + +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: + +User-Agent: Mutt/1.5.20 (2009-06-14) +Cc: notmuch mailing list +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 23 Nov 2012 08:02:36 -0000 + +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 +