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 3AC11431FC2 for ; Sun, 21 Jul 2013 01:21:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.098 X-Spam-Level: X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] 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 EJJ0HDnzzuux for ; Sun, 21 Jul 2013 01:21:22 -0700 (PDT) Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9CF33431FBF for ; Sun, 21 Jul 2013 01:21:22 -0700 (PDT) Received: from smtp.qmul.ac.uk ([138.37.6.40]) by mail2.qmul.ac.uk with esmtp (Exim 4.71) (envelope-from ) id 1V0otJ-0001eZ-VC; Sun, 21 Jul 2013 09:21:20 +0100 Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost) by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71) (envelope-from ) id 1V0otJ-0008TR-ML; Sun, 21 Jul 2013 09:21:17 +0100 From: Mark Walters To: Bart Bunting , Adam Wolfe Gordon Subject: Re: Links in email messages In-Reply-To: References: User-Agent: Notmuch/0.15.2+192~g8222af3 (http://notmuchmail.org) Emacs/23.4.1 (i486-pc-linux-gnu) Date: Sun, 21 Jul 2013 09:21:16 +0100 Message-ID: <87ob9w8gsj.fsf@qmul.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender-Host-Address: 93.97.24.31 X-QM-SPAM-Info: Sender has good ham record. :) X-QM-Body-MD5: 3c043c3757df7949d549f63de55cd00b (of first 20000 bytes) X-SpamAssassin-Score: 0.0 X-SpamAssassin-SpamBar: / X-SpamAssassin-Report: The QM spam filters have analysed this message to determine if it is spam. We require at least 5.0 points to mark a message as spam. This message scored 0.0 points. Summary of the scoring: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (markwalters1009[at]gmail.com) * 0.0 AWL AWL: From: address is in the auto white-list X-QM-Scan-Virus: ClamAV says the message is clean Cc: Notmuch Mail 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: Sun, 21 Jul 2013 08:21:29 -0000 Hi I think C-c RET works to follow the link. At least that seems to do the same as clicking it. I agree that just RET would be nice, but also would like the links to be treated as buttons so next-button (ie TAB) would stop at them. What do other people think? (I have a preliminary implementation that does this) Best wishes Mark Bart Bunting writes: > Adam, > > Thanks for the tip. That is obvious now you point it out. > > I too would welcome an implementation that allowed hitting enter to > follow a link. Hitting another key though is not too arduous. > > Guyzmo, no problems regarding your interpretation of my question. I > should have been more specific with regards to emacs. > > > > Kind regards > > Bart > > Adam Wolfe Gordon writes: > >> Hi Bart, >> >> On Sun, Jul 14, 2013 at 11:34 PM, Bart Bunting wrote: >>> I am having trouble activating links in emails. I guess what I >>> intuitively expect to happen is that if i hit enter on a link that it >>> opens up using browse-url-at-point or similar. >>> >>> All that appears to happen is that the message I'm viewing collapses. >>> >>> I would also if possible like urls to be active in text messages as >>> well. >>> >>> Is there an easy solution to this that I'm missing? >> >> First off, if anyone would like to implement this feature, I would >> definitely appreciate it. I don't have a great solution, but there are >> two workarounds I've used for this: >> >> 1. I used to use a terminal that automatically made links clickable >> (with a modifier key). This worked well until I got tired of other >> bugs in that terminal. (Note that this only applies if, like me, you >> run emacs -nw). >> >> 2. These days I add a key to the notmuch-show keymap mapped to >> browse-url-at-point, with the following: >> >> (define-key notmuch-show-mode-map "U" 'browse-url-at-point) >> >> So when there's a URL I want to see, I go to it and hit U. It's not as >> convenient/obvious as enter, but it works well enough. I assume this >> works in non-terminal emacs as well. >> >> -- Adam > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch