From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.devel Subject: Re: master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string Date: Fri, 26 Jun 2015 10:23:48 -0700 Message-ID: References: <20150625112550.14642.54593@vcs.savannah.gnu.org> <87bng3ey4q.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1435339463 11829 80.91.229.3 (26 Jun 2015 17:24:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2015 17:24:23 +0000 (UTC) Cc: Leo Liu To: Oleh Krehel , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 19:24:18 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z8XMM-0001wu-MN for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 19:24:14 +0200 Original-Received: from localhost ([::1]:33233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XML-0005Uo-VZ for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 13:24:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XMH-0005T7-Sm for emacs-devel@gnu.org; Fri, 26 Jun 2015 13:24:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8XMG-0001oR-TA for emacs-devel@gnu.org; Fri, 26 Jun 2015 13:24:09 -0400 Original-Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]:35985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XMG-0001oN-OC for emacs-devel@gnu.org; Fri, 26 Jun 2015 13:24:08 -0400 Original-Received: by oigb199 with SMTP id b199so80229549oig.3 for ; Fri, 26 Jun 2015 10:24:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QLCbLMWwN6BqZlC8oLzzxfGrJEAzWLVpt0g7HE81WnE=; b=m6lM42v9281vExcLVHHVKBHn4ZcwQaEjQq/nv3YkWanrQifitzMvaFwdf01MsGJ4U1 ske1P/PYxPHSNcCQperVQXOG3JXZhKrE3KoZqmnjFMumJsgEnPOvB6tHhGOzDin2nIW4 CvUXZ1RHFy2tMaQOYvt0+m/PpB1aNL4NVS392Z7MTjg3fRE+fQf1lF4sk6ZmHAKGZGwN OVR7xZNgJaUJ7yf46Cv85ehzCbuR7m88HZk5wCSPBCUfxycj2e29x+WRaUhpMQYjvCaH 7YNP+17TVTUJOecxupHUXTQ2FGw1PiJRYUKchO122flksZ92mFqINLMsX5Jm7Uz28IA9 sZuQ== X-Received: by 10.182.58.81 with SMTP id o17mr12914obq.13.1435339448252; Fri, 26 Jun 2015 10:24:08 -0700 (PDT) Original-Received: by 10.76.168.70 with HTTP; Fri, 26 Jun 2015 10:23:48 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187574 Archived-At: John Mastro 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. But the best source for this sort of thing is the CLHS: http://www.lispworks.com/documentation/HyperSpec/Body/m_w_out_.htm#with-output-to-string -- john