all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: Oleh Krehel <ohwoeowho@gmail.com>, emacs-devel <emacs-devel@gnu.org>
Cc: Leo Liu <sdl.web@gmail.com>
Subject: Re: master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string
Date: Fri, 26 Jun 2015 10:17:00 -0700	[thread overview]
Message-ID: <CAOj2CQQ0FGMSguV5=KftFCHeiCPZaTgxiJ7WLdQ_MFBG51QvOA@mail.gmail.com> (raw)
In-Reply-To: <87bng3ey4q.fsf@gmail.com>

Oleh Krehel <ohwoeowho@gmail.com> wrote:
> I even checked the args of `with-output-to-string' for SBCL, just in
> case: they are &rest.

Hm, not sure why it showed you that, but it's not right.

CL-USER> (lisp-implementation-type)
"SBCL"
CL-USER> (describe 'with-output-to-string)
COMMON-LISP:WITH-OUTPUT-TO-STRING
  [symbol]

WITH-OUTPUT-TO-STRING names a macro:
  Lambda-list: ((VAR &OPTIONAL STRING &KEY (ELEMENT-TYPE ''CHARACTER))
                &BODY FORMS-DECLS)
  Source file: SYS:SRC;CODE;MACROS.LISP

-- 
john



  reply	other threads:[~2015-06-26 17:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150625112550.14642.54593@vcs.savannah.gnu.org>
     [not found] ` <E1Z85Hy-0003om-JV@vcs.savannah.gnu.org>
2015-06-26  1:17   ` master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string Leo Liu
2015-06-26  7:18     ` Oleh Krehel
2015-06-26 17:17       ` John Mastro [this message]
2015-06-26 17:23         ` John Mastro
2015-06-26 19:32       ` Stefan Monnier
2015-06-28 13:41       ` Oleh Krehel

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='CAOj2CQQ0FGMSguV5=KftFCHeiCPZaTgxiJ7WLdQ_MFBG51QvOA@mail.gmail.com' \
    --to=john.b.mastro@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=ohwoeowho@gmail.com \
    --cc=sdl.web@gmail.com \
    /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.