[mew-dist 21546] mew-regex-url

SAKAI Kiyotaka ksakai at example.com
2002年 8月 26日 (月) 11:52:12 JST


mew-regex-url ですが、

  http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q263837

というような URL もありますので、以下のように変更しませんか?
-- 
酒井 清隆 (E-mail: ksakai at example.com)


Index: mew-vars.el
===================================================================
RCS file: /cvsmew/mew/mew-vars.el,v
retrieving revision 1.138
diff -u -r1.138 mew-vars.el
--- mew-vars.el	2002/08/22 03:28:07	1.138
+++ mew-vars.el	2002/08/26 02:50:22
@@ -2240,7 +2240,7 @@
   :type 'face)
 
 (defcustom mew-regex-url
-  "\\b\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,:]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]"
+  "\\b\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,:;]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]"
   "*Regular expression to find URL."
   :group 'mew-highlight
   :type 'regexp)



Mew-dist メーリングリストの案内