[Mew-dist 05612] Re: About typing C-c C-e
YOKOTA Yoshinori
yokota at example.com
1998年 7月 20日 (月) 08:49:15 JST
よこた です。
Date: Mon, 20 Jul 1998 08:36:40 +0900
From: Nobuhiro Tsuchie <tsuchie at example.com>
Subject: [Mew-dist 05611] Re: About typing C-c C-e
Message-ID: <199807192336.IAA00336 at example.com>
>> > Symbol's value as variable is void: fld
>> >
>> > と表示されます。これはバグなのでしょうか? 気になったので、手元
>> > にあった1.93b46 でもテストしたところ、同じ現象が起きました。
>>
>> Signalling: (void-variable fld)
>> (and fld msg (not (boundp ...)) (mh-biff-delete-unseen-sequence fld msg))
>> (lambda nil (and fld msg (not ...) (mh-biff-delete-unseen-sequence fld msg)))()
>> run-hooks(mew-message-hook)
>> mew-summary-display-part([message 1 1118 nil ("Message/Rfc822") nil "\222\244\263\222\244\363\2$
>> mew-summary-execute-external()
>> * call-interactively(mew-summary-execute-external)
あとで時間が取れたときに確認しますが、
>> mh-biff が原因になっているようです。しかし、Mew FAQ の 5.6 の通り、
>>
>> (add-hook 'mew-message-hook
>> '(lambda ()
>> (and fld msg (not (boundp 'program))
>> (mh-biff-delete-unseen-sequence fld msg))))
>>
>> と、"~/.emacs" の中に記述しています。
とりあえず、
(add-hook 'mew-message-hook
'(lambda ()
(and (boundp 'fld) fld (boundp 'msg) msg (not (boundp 'program))
(mh-biff-delete-unseen-sequence fld msg))))
とでもしておいてください。
Mew-dist メーリングリストの案内