[xyzzy:08571] kamail-grep
- Subject: [xyzzy:08571] kamail-grep
- From: Yoichi Katogi <ykatogi@xxxxxxxxxxxxxxxxxxx>
- X-mailer: KaMail-0.0.2.5 on xyzzy-0.2.2.231
KaMail で kamail-grep したときに正規表現が効いてないようで、さらに、
kamail-grep-view-mail すると xyzzy から応答がなくなることがありました。
調べたところ、kamail-grep.l の kamail-grep-execute に原因がありました。
いくつかの変数を declare special してないだけなんですが、いちおう貼っ
ときます。
*** kamail-grep.l Sun Dec 2 13:26:36 2001
--- kamail-grep.l Mon Dec 9 13:38:00 2002
***************
*** 69,74 ****
--- 69,78 ----
(ed::*grep-highlight-match* *kamail-grep-highlight-match*)
(ed::*grep-regexp-search* t)
(ed::*grep-subdir* t))
+ (declare (special ed::*grep-case-fold-search*
+ ed::*grep-highlight-match*
+ ed::*grep-regexp-search*
+ ed::*grep-subdir*))
(switch-to-buffer "*grep*")
(erase-buffer (selected-buffer))
(ed::scan-files *kamail-grep-last-word* "[0-9]*" dir)
--
加藤木 洋一
ykatogi@xxxxxxxxxxxxxxxxxxx