On Wed, 5 Jun 2002, Kai [iso-8859-15] Großjohann wrote:
Simon Josefsson <jas(a)extundo.com> writes:
> On 5 Jun 2002, Stephen J. Turnbull wrote:
>
>> >>>>> "Simon" == Simon Josefsson
<jas(a)extundo.com> writes:
>>
>> Simon> This probably solves the original problem.
>>
>> Highly unlikely. ;-) Gnus, as always, marches to the beat of a
>> different drummer. I think Kai's patch is necessary as well.
>
> Oops, I missed that one, I guess it wasn't CC'd to xemacs-beta or I did
> something wrong when trying to find it (can't find it in this thread).
I saw the message in ding.gnus-bug and posted there, I think. Sorry
about this.
I found the patch, but does it work? I think it needs the same patch as
sendmail.el as well, otherwise call-process-region will never return
anything useful. Of course, that message.el duplicates code from
sendmail.el so we need to fix both can probably be considered a bug in
itself. Sigh. I'll commit the same patch to sendmail.el in mail-lib and
Emacs.
--- message.el.~6.230.~ Wed Jun 5 12:06:29 2002
+++ message.el Wed Jun 5 13:11:40 2002
@@ -2968,7 +2968,7 @@
(let ((errbuf (if message-interactive
(message-generate-new-buffer-clone-locals
" sendmail errors")
- 0))
+ nil))
resend-to-addresses delimline)
(let ((case-fold-search t))
(save-restriction