[mew-int 2186] Re: How to correct set up Mew to highlight URL links in the message
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Thu Jun 22 22:31:35 JST 2006
Hello,
> I often encounter the situation that only part of the message highlight the
> URLs in the message (the message is displayed as a text), while not the full
> message. And sometimes "=" and "?" in the URL links can't be correctly
> parsed, which yield only partial of the link was sent to the browser while
> all part of the link was highlighted in Mew. How to correct this?
That is because the regular expression of URL defined in thingatpt.el
is too conservative. To make it loose, I put the following code to my
.emacs.
(setq thing-at-point-url-path-regexp "[/A-Za-z0-9---_.${}#%,:?=&~]+")
--Kazu
More information about the Mew-int
mailing list