[mew-int 01388] Re: mew 2.2 and thing-at-point-url-path-regexp problem
Bosse Nyström
bo.nystrom at example.com
Wed Apr 9 19:42:22 JST 2003
From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: Re: [mew-int 01386] mew 2.2 and thing-at-point-url-path-regexp problem
Date: Wed, 09 Apr 2003 16:39:08 +0900 (JST)
I have tried that
but with a link like:
http://slashdot.org/article.pl?sid=03/04/07/2320227
All I get is:
http://slashdot.org/article.pl
The behaviour is the same if I use \? or only ?
// Bosse
(^_^) 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