all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Ryniker <ryniker@alum.mit.edu>
To: martin rudalics <rudalics@gmx.at>
Cc: 20211@debbugs.gnu.org
Subject: bug#20211: 24.4; sendmail.el
Date: Sat, 28 Mar 2015 09:51:53 -0400	[thread overview]
Message-ID: <E1Ybr9V-0001sL-Aa@ryniker.ods.org> (raw)
In-Reply-To: <55167B8B.6030203@gmx.at> (rudalics@gmx.at)

Your strategy is better.  I focused too closely on simple avoidance of
the fault.  In fact, I believe the test you want is already present in
the previous two lines.  Tberefore, I think this does what you suggest:


*** 1302,1308 ****
        (if (and (bufferp errbuf)
                 (not error))
            (kill-buffer errbuf)
!         (switch-to-buffer-other-window errbuf)))))
  
  (autoload 'rmail-output-to-rmail-buffer "rmailout")
  
--- 1305,1312 ----
        (if (and (bufferp errbuf)
                 (not error))
            (kill-buffer errbuf)
!         (if (bufferp errbuf)
! 	    (switch-to-buffer-other-window errbuf))))))
  
  (autoload 'rmail-output-to-rmail-buffer "rmailout")





  reply	other threads:[~2015-03-28 13:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-27  1:08 bug#20211: 24.4; sendmail.el Richard Ryniker
2015-03-28  9:59 ` martin rudalics
2015-03-28 13:51   ` Richard Ryniker [this message]
2015-03-28 15:26     ` martin rudalics
2015-03-28 20:49       ` Richard Ryniker
2015-03-29 11:20         ` martin rudalics
2015-03-30 15:04           ` Richard Ryniker
2015-03-30 16:02             ` martin rudalics

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=E1Ybr9V-0001sL-Aa@ryniker.ods.org \
    --to=ryniker@alum.mit.edu \
    --cc=20211@debbugs.gnu.org \
    --cc=rudalics@gmx.at \
    /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.