[mew-dist 18009] Re: scan.sbr
Koyama Mituru
mkoya at example.com
2001年 7月 10日 (火) 23:07:22 JST
小山です。
From: Koyama Mituru <mkoya at example.com>
Subject: [mew-dist 18008] scan.sbr
Date: Tue, 10 Jul 2001 22:56:05 +0900 (JST)
> (defun mew-scan-form-mysubj-replace (key rep subj)
> (while (string-match key subj)
> (setq subj (replace-match rep nil t subj))
> )
> subj
> )
(defun mew-scan-form-mysubj-replace (key rep subj)
(while (string-match key subj)
(setq subj (replace-match rep nil nil subj))
)
subj
)
の間違いでした。
----
小山満 mkoya at example.com
Mew-dist メーリングリストの案内