[mew-int 01387] Re: mew 2.2 and thing-at-point-url-path-regexp problem

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Wed Apr 9 16:39:08 JST 2003


From: Bosse Nyström <bo.nystrom at example.com>
Subject: [mew-int 01386] mew 2.2 and thing-at-point-url-path-regexp problem

> (setq thing-at-point-url-path-regexp "[~/A-Za-z0-9---_.${}#%,:\?=]+")
> 
> regexp but this does not appear to help

I guess above should be:

	(setq thing-at-point-url-path-regexp "[~/A-Za-z0-9---_.${}#%,:?=]+")

'?' should not be quoted in CLASS.

In CLASS, only ']', '^', and '-' are meta character. 
'?' is not.

This is one of pitfalls of Emacs's regular expression.

--Kazu



More information about the Mew-int mailing list