[mew-int 00529] Re: problem sending/forwarding documents
Tatsuya Kinoshita
tats at example.com
Mon Oct 29 19:02:53 JST 2001
In message [mew-int 00522], on Mon, 29 Oct 2001,
Geoff Leach <gl at example.com> wrote:
> I often (have to) send/forward word documents. I get intermittent
> failure with an error message
>
> (1) (error/warning) Error in process filter: (args-out-of-range -0.011158)
My guess is that the problem occurs on XEmacs only.
Ad hoc patch:
----
--- mew/mew-smtp.el Fri Oct 26 19:47:50 2001
+++ mew-tats/mew-smtp.el Mon Oct 29 18:41:23 2001
@@ -433,7 +433,7 @@
(if (input-pending-p)
(run-with-idle-timer
0.01 nil 'mew-smtp-command-content pro pnm)
- (run-at-time 0.01 nil 'mew-smtp-command-content pro pnm))))
+ (run-at-time 0.05 nil 'mew-smtp-command-content pro pnm))))
(mew-smtp-set-timer pnm timer))
(mew-smtp-set-cont pnm nil)
(mew-smtp-set-timer pnm nil)
----
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list