Simon Josefsson <jas(a)extundo.com> writes:
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
I also think this might be needed. But this kind of defeats the
variable message-interactive. With your change, setting the variable
to nil still means the user has to wait. Presumably, the idea behind
message-interactive was to make things faster?
Hm.
kai
--
Silence is foo!