Re: Problem with emacs goto-address-at-point in email view

Subject: Re: Problem with emacs goto-address-at-point in email view

Date: Wed, 18 May 2016 09:52:50 +0100

To: Jonathan BISSON, notmuch@notmuchmail.org

Cc:

From: David Edmondson


On Tue, May 17 2016, Jonathan BISSON wrote:

> Hi,
>
> When I click on the links on this email, the first two ones work, the
> third one tries to go to https.com (which is probably a NSFW website I
> guess from the redirections I see, but noscript is protecting me).

Try setting:

(setq thing-at-point-markedup-url-regexp "<URL: *\\([^<> \n]+\\) *>")

Reading the documentation for `thing-at-point-markedup-url-regexp'
suggests that the form you have (the general form, as well as the use of
spaces around the URL itself) should be discouraged.

> J.
>
> From: bjonnh-nm@bjonnh.net
> Subject: Test link
> To: bjonnh-nm@bjonnh.net
> Date: Tue, 17 May 2016 13:54:13 -0500
>
> < https://www.bjonnh.net >
> https://www.bjonnh.net
>
> Ticket <URL: https://www.bjonnh.net >
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

Thread: