[mew-dist 19666] Re: サマリーモードの表示バグ
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2001年 11月 16日 (金) 21:43:23 JST
From: Hideyuki SHIRAI (白井秀行) <shirai at example.com>
Subject: [mew-dist 19654] Re: サマリーモードの表示バグ
> (defun mew-replace-white-space (string)
> "Replace white characters to a space."
> (while (string-match "[\n\t]+" string)
> (setq string (replace-match " " nil t string)))
> (while (string-match " +" string)
> (setq string (replace-match " " nil t string)))
> string)
>
> でいいんじゃないですか。
ようやくマージする時間がとれました。
--かず
Mew-dist メーリングリストの案内