[Mew-dist 10148] Re: FAQ addition request (was Re: X-Mail-Count: X-ML-Name:)

SAKAI Kiyotaka ksakai at example.com
1999年 8月 17日 (火) 14:24:42 JST


>> In article <19990817140131W.1000 at example.com>, sen_ml at example.com writes:

> http://www.mew.org/archive/mew-dist/2022-3256/msg00812.html

> に書いてある「ルール作り」に関しては、現在はどうなっているのでしょうか?

そのためには、このパッチも必要ですね。

ルール的には、2文字以上の文字列を使えば、Scan.pm であらかじめ定義して
いる symbol とぶつかることはない、ぐらいでいいと思います。
-- 
酒井 清隆 (E-mail: ksakai at example.com)

-------------- next part --------------
Index: Scan.pm
===================================================================
RCS file: /home/ksakai/cvsroot/im-121/IM/Scan.pm,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Scan.pm
--- Scan.pm	1999/08/17 02:35:44	1.1.1.1
+++ Scan.pm	1999/08/17 05:20:35
@@ -671,6 +671,7 @@
 	    $type = $5;
 	    $SCANFORM = $6;
 
+	    $type =~ s/{(.*)}/$1/;
 	    if ($type eq 'n') {
 		if ($SCANFORM =~ /^ / ||
 		    $SCANFORM =~ /^%D/ || $SCANFORM =~ /^%p/ ||


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