bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23343: 25.0.93; [PATCH] URI schemes are not regexp-quoted for `goto-


From: Phil Sainty
Subject: bug#23343: 25.0.93; [PATCH] URI schemes are not regexp-quoted for `goto-address-url-regexp'
Date: Sun, 24 Apr 2016 02:02:40 +1200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

This could be resolved with

-   (mapconcat 'identity
+   (mapconcat 'regexp-quote

But on account of http://stackoverflow.com/questions/36787889/how-to-remove-some-link-type-in-emacs
I thought that making it easier to customise this feature was a useful
improvement to make.


-Phil

Attachment: 0001-Fix-goto-address-url-regexp.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]