[mew-int 00534] Re: problem sending/forwarding documents
Tatsuya Kinoshita
tats at example.com
Tue Oct 30 07:43:04 JST 2001
In message [mew-int 00529], on Mon, 29 Oct 2001,
Tatsuya Kinoshita <tats at example.com> wrote:
> > (1) (error/warning) Error in process filter: (args-out-of-range -0.011158)
> Ad hoc patch:
> - (run-at-time 0.01 nil 'mew-smtp-command-content pro pnm))))
> + (run-at-time 0.05 nil 'mew-smtp-command-content pro pnm))))
In message [mew-int 00532], on Mon, 29 Oct 2001,
Kazu Yamamoto <kazu at example.com> wrote:
> Please explain why this can prevent the error?
I guessed this:
0.01 -> -0.011158 -> Error (smaller than zero)
0.05 -> 0.031158 -> OK (greater than zero)
I found a similar situation about run-at-time on XEmacs, but
I can't explain why it's so.
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list