emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Re: Problem sending bigger mails with CVS Gnus + CVS


From: Jason Rumney
Subject: Re: address@hidden: Re: Problem sending bigger mails with CVS Gnus + CVS Emacs]
Date: 20 May 2002 22:47:05 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

Christoph, Tak,

Could you please try the following patch, and tell me if it has any
effect on the problems you reported with sending mail with Gnus and
Mew and the latest CVS Emacs.


*** process.c.~1.373.~  Mon May 20 21:41:59 2002
--- process.c   Mon May 20 22:41:50 2002
***************
*** 4810,4815 ****
--- 4810,4819 ----
  #ifdef EAGAIN
                      || errno == EAGAIN
  #endif
+ #ifdef WSAENOBUFS
+                     /* MS-Windows uses WSAENOBUFS for a full buffer.  */
+                     || errno == WSAENOBUFS
+ #endif
                      )
                    /* Buffer is full.  Wait, accepting input; 
                       that may allow the program




reply via email to

[Prev in Thread] Current Thread [Next in Thread]