[Mew-dist 03593] Re: PGP で署名できない

Kazu Yamamoto ( 山本和彦 ) Kazu at example.com
1998年 1月 30日 (金) 14:03:54 JST


From: MATSUURA Takanori (松浦孝範) <t-matsuu at example.com>
Subject: [Mew-dist 03592] Re: PGPで署名できない
Date: Fri, 30 Jan 1998 13:54:36 +0900

> ということは
> IRIX かつ XEmacs-20.3
> でしか起こらないのでしょうか。うーん。

mew-pgp.el の 

    (while mew-pgp-running
        (if mew-xemacs-p
            (accept-process-output)
          (sit-for 1)
          ;; accept-process-output or sleep-for is not enough
          (discard-input))
        )

を

    (while mew-pgp-running
          (sit-for 1)
          ;; accept-process-output or sleep-for is not enough
          (discard-input))

にするとどうなりますか?

2 箇所あります。

--かず





Mew-dist メーリングリストの案内