X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lurk.git;a=blobdiff_plain;f=lurk.el;h=fb1c25841efe43b44525ee490cc1b568b150cef9;hp=95632371867dd1d3b68651fb03a67d2787b0a531;hb=28a02ce6c1e937ad829a844a007ed10d1e177aed;hpb=048ab640e5a9df999fdaf3e50dca3f2e6bd1a171 diff --git a/lurk.el b/lurk.el index 9563237..fb1c258 100644 --- a/lurk.el +++ b/lurk.el @@ -509,8 +509,9 @@ portion of the source component of the message, as LURK doesn't use this.") (opt (group (: ":" (+ digit)))) (opt (group (: "/" (opt - (* (any alnum ",.-~/@|:%#=&_")) - (+ (any alnum "-~/@|:%#=&"))))))))) + (* (any alnum "-/.,#:%=&_")) + (any alnum "-/#:%=&_"))))))) + "Imperfect regex used to find URLs in plain text.") (defun lurk-click-url (button) (browse-url (button-get button 'url)))