From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: moving more cl seq/mapping support into core Date: Fri, 08 Oct 2010 11:18:13 +0900 Message-ID: <8739sh8m1m.fsf@catnip.gol.com> References: <4CAA0FFC.5020809@gmail.com> <4CAE7CCB.7030005@fastmail.net> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286504310 11835 80.91.229.12 (8 Oct 2010 02:18:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2010 02:18:30 +0000 (UTC) Cc: eliz@gnu.org, MON KEY , dan.colascione@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Christian Ohler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 04:18:27 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P42XS-0001j8-K7 for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 04:18:26 +0200 Original-Received: from localhost ([127.0.0.1]:55803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P42XR-0006sf-Kq for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 22:18:25 -0400 Original-Received: from [140.186.70.92] (port=55381 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P42XM-0006sU-6l for emacs-devel@gnu.org; Thu, 07 Oct 2010 22:18:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P42XL-0000G6-9G for emacs-devel@gnu.org; Thu, 07 Oct 2010 22:18:20 -0400 Original-Received: from smtp12.dentaku.gol.com ([203.216.5.74]:47761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P42XJ-0000FU-Nb; Thu, 07 Oct 2010 22:18:17 -0400 Original-Received: from 218.231.154.125.eo.eaccess.ne.jp ([218.231.154.125] helo=catnip.gol.com) by smtp12.dentaku.gol.com with esmtpa (Dentaku) id 1P42XG-0000Xs-Ds; Fri, 08 Oct 2010 11:18:14 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id CDA4BDF8E; Fri, 8 Oct 2010 11:18:13 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: <4CAE7CCB.7030005@fastmail.net> (Christian Ohler's message of "Fri, 08 Oct 2010 11:37:07 +0930") Original-Lines: 12 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131461 Archived-At: Christian Ohler writes: > : If cl.el is loaded, ERT needs to pass two arguments to > macroexpand', only one otherwise. The solution is simple, but > figuring out that this problem exists took me a while. The normal (non-cl) macroexpand takes the same arguments, so why do you need to make a distinction? -Miles -- ((lambda (x) (list x x)) (lambda (x) (list x x)))