[Mew-dist 15039] Re: thread
Shun-ichi GOTO
gotoh at example.com
2000年 11月 25日 (土) 11:22:05 JST
>>>>> at Fri, 24 Nov 2000 21:31:34 +0900
>>>>> p-katoh == "Takashi P.KATOH" <p-katoh at example.com> said,
p-katoh> Subject: だけ字下げした方が良いように思います。
この辺りは 人によって違うでしょうね。
p-katoh> | 787 11/24 ISHIKAWA Masaru [Mew-dist 15026] Re: thread
p-katoh> | 788 11/24 itojun at example.com [Mew-dist 15027] Re: thread
p-katoh> | 789 11/24 OHARA Shigeki [Mew-dist 15028] Re: thread
p-katoh> ではなくて、
p-katoh> | 787 11/24 ISHIKAWA Masaru [Mew-dist 15026] Re: thread
p-katoh> | 788 11/24 itojun at example.com [Mew-dist 15027] Re: thread
p-katoh> | 789 11/24 OHARA Shigeki [Mew-dist 15028] Re: thread
p-katoh> こんな感じ。
個人的には差出人もインデントしたいと思うクチなので、こんなのもお好み候補。
787 11/24 ISHIKAWA Masaru [Mew-dist 15026] Re: thread
788 11/24 itojun at example.com [Mew-dist 15027] Re: thread
789 11/24 OHARA Shigeki [Mew-dist 15028] Re: thread
p-katoh> あ、でも form との絡みもあるのか... な?
思いっきりYESですね。
今回のthreading は .mew-cache の各行の文字列に対して、インデント用の
空白を入れるregexp で調べ、必要な量の空白を入れることで実現しています。
## だから速いし、メッセージのいろいろな情報をを持たないですんでいる
ちなみに上記の第3のパターンであれば、mew-regex-thread-indent を
(setq mew-regex-thread-indent (concat mew-regex-msg "..[0-9/]+"))
なんてしておけばいいんじゃないでしょうか。(See mew-summary-thread-reagion)
加藤さんの案だと、From: 名のパターンを指定できないので、つらい。
てとしては、form の指定で From: を[....] で囲むなど、細工をして、
(setq mew-regex-thread-indent (concat mew-regex-msg "..[0-9/]+.*\\]"))
などとするのも手かも知れません。
--- Regards,
Shun-ichi Goto <gotoh at example.com>
R&D Group, TAIYO Corp., Tokyo, JAPAN
Mew-dist メーリングリストの案内