all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: npostavs@users.sourceforge.net
To: "Francesco Potortì" <pot@gnu.org>
Cc: 25040@debbugs.gnu.org
Subject: bug#25040: 24.5; setting mail-interactive to nil causes error while sending
Date: Sun, 27 Nov 2016 10:16:54 -0500	[thread overview]
Message-ID: <87twaths0p.fsf@users.sourceforge.net> (raw)
In-Reply-To: <E1cB0wN-0007ZG-Jl@tucano.isti.cnr.it> ("Francesco \=\?utf-8\?Q\?Potort\=C3\=AC\=22's\?\= message of "Sun, 27 Nov 2016 16:00:27 +0100")

unarchive 20211
forcemerge 20211 25040
quit

Francesco Potortì <pot@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)))





  reply	other threads:[~2016-11-27 15:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-27  0:21 bug#25040: 24.5; setting mail-interactive to nil causes error while sending Francesco Potortì
2016-11-27  0:39 ` Noam Postavsky
2016-11-27 15:00   ` Francesco Potortì
2016-11-27 15:16     ` npostavs [this message]
2016-11-27 15:32       ` Francesco Potortì

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87twaths0p.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=25040@debbugs.gnu.org \
    --cc=pot@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.