GNU bug report logs - #20211
24.4; sendmail.el

Previous Next

Package: emacs;

Reported by: Richard Ryniker <ryniker <at> alum.mit.edu>

Date: Fri, 27 Mar 2015 02:06:02 UTC

Severity: normal

Merged with 21388, 25040

Found in versions 24.4, 24.4.50, 24.5

Fixed in version 25.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #34 received at control <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Francesco Potortì <pot <at> gnu.org>
Cc: 25040 <at> debbugs.gnu.org
Subject: Re: bug#25040: 24.5;
 setting mail-interactive to nil causes error while sending
Date: Sun, 27 Nov 2016 10:16:54 -0500
unarchive 20211
forcemerge 20211 25040
quit

Francesco Potortì <pot <at> gnu.org> writes:
>
> I was too hasty, sorry about that.  Anyway, the problem exists, but it
> is different from what I have told.  0 can be put back there.
>
> Apparently this change at the end of the functions fixes the bug:
>
> 1302,1305c1302,1305
> <       (if (and (bufferp errbuf)
> <                (not error))
> <           (kill-buffer errbuf)
> <         (switch-to-buffer-other-window errbuf)))))
> ---
>>       (when (bufferp errbuf)
>> 	(if (not error)
>> 	    (kill-buffer errbuf)
>> 	  (switch-to-buffer-other-window errbuf))))))

Ah, this was fixed in 25.1, where the function ends with

    (when (buffer-live-p errbuf)
      (if error
          (switch-to-buffer-other-window errbuf)
        (kill-buffer errbuf)))




This bug report was last modified 8 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.