From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: Can't compile Date: Wed, 28 Feb 2007 12:28:49 +0100 Message-ID: <15808.1172662129@localhost> References: <1172489074.509174.190590@t69g2000cwt.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1172662315 24907 80.91.229.12 (28 Feb 2007 11:31:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Feb 2007 11:31:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kevin Rodgers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 28 12:31:47 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMN29-0005yx-KK for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Feb 2007 12:31:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMN29-0000Xu-VT for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Feb 2007 06:31:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMN1w-0000Xf-4V for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 06:31:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMN1u-0000XQ-By for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 06:31:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMN1u-0000XN-8K for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 06:31:30 -0500 Original-Received: from smtp2-g19.free.fr ([212.27.42.28]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMN1t-0005Hx-RB for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 06:31:30 -0500 Original-Received: from localhost.localdomain (cha51-2-82-244-211-40.fbx.proxad.net [82.244.211.40]) by smtp2-g19.free.fr (Postfix) with ESMTP id E5D568BCA6; Wed, 28 Feb 2007 12:31:28 +0100 (CET) Original-Received: from localhost (IDENT:1001@localhost [127.0.0.1]) by localhost.localdomain (8.13.8/8.13.8) with ESMTP id l1SBSnMY015809; Wed, 28 Feb 2007 12:28:49 +0100 In-reply-to: Comments: In-reply-to Kevin Rodgers message dated "Tue, 27 Feb 2007 20:16:37 -0700." X-Mailer: MH-E 8.0.3; nmh 1.2; GNU Emacs 23.0.51 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41521 Archived-At: Kevin Rodgers wrote: > > This is why "eval-and-compile" is needed. > > A cleaner design would be for the macro to return a form that contains a > call to the function, rather calling the function during macro expansion > to generate the returned form. Do you mean a funcall call ? Xavier