From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28555 invoked by alias); 2 Jul 2003 00:44:51 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 28547 invoked from network); 2 Jul 2003 00:44:49 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 2 Jul 2003 00:44:49 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XVjP-0004nQ-00 for ; Wed, 02 Jul 2003 02:44:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cgen@sources.redhat.com Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XVjO-0004nH-00 for ; Wed, 02 Jul 2003 02:44:18 +0200 From: Ben Elliston Subject: Re: Nested define-pmacro's Date: Wed, 02 Jul 2003 00:44:00 -0000 Message-ID: <87k7bi2y5i.fsf@sashimi.wasabisystems.com> References: <20030620023527.GA24021@tiktok.the-meissners.org> <16114.37304.990591.444315@casey.transmeta.com> <20030620161415.GA970@tiktok.the-meissners.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-SW-Source: 2003-q3/txt/msg00000.txt.bz2 Michael Meissner writes: > > Got some example uses so I can play with it myself? > I sent a reduced example to Doug via private mail. I expected that it should Just Work: 2002-03-19 Hans-Peter Nilsson * pmacros.scm (-pmacro-expand,scan): If result is a symbol, call scan-symbol on it, to enable recursive macro-expansion. Ben