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

 >          (if (and (bufferp errbuf)
 >                   (not error))
 >              (kill-buffer errbuf)
 > !         (if (bufferp errbuf)
 > ! 	    (switch-to-buffer-other-window errbuf))))))

Still slightly too complicated.  We should be able to use the form

(bufferp errbuf)

once only, preferably starting with

(when (bufferp errbuf)
   ...

and avoid the "not" ;-)

martin





  reply	other threads:[~2015-03-28 15:26 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
2015-03-28 15:26     ` martin rudalics [this message]
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=5516C81B.3040400@gmx.at \
    --to=rudalics@gmx.at \
    --cc=20211@debbugs.gnu.org \
    --cc=ryniker@alum.mit.edu \
    /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.