From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28977 invoked by alias); 20 Mar 2002 19:15:58 -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 28781 invoked from network); 20 Mar 2002 19:15:41 -0000 Received: from unknown (HELO krynn.axis.se) (193.13.178.10) by sources.redhat.com with SMTP; 20 Mar 2002 19:15:41 -0000 Received: from ignucius.axis.se (root@ignucius.axis.se [10.13.1.18]) by krynn.axis.se (8.12.1/8.12.1/Debian -5) with ESMTP id g2KJFcQI012019; Wed, 20 Mar 2002 20:15:38 +0100 Received: (from hp@localhost) by ignucius.axis.se (8.9.3/8.9.3/Debian 8.9.3-21) id UAA14957; Wed, 20 Mar 2002 20:15:38 +0100 Date: Wed, 20 Mar 2002 11:15:00 -0000 Message-Id: <200203201915.UAA14957@ignucius.axis.se> From: Hans-Peter Nilsson To: cgen@sources.redhat.com Subject: [RFA:] Sync pmacros.texi with pmacros.scm X-SW-Source: 2002-q1/txt/msg00084.txt.bz2 I made the documentation lie. Ok to commit? 2002-03-20 Hans-Peter Nilsson * doc/pmacros.texi (Symbol concatenation): Mention that .sym results are expanded recursively. Index: pmacros.texi =================================================================== RCS file: /cvs/src/src/cgen/doc/pmacros.texi,v retrieving revision 1.3 diff -p -c -r1.3 pmacros.texi *** pmacros.texi 2002/01/28 19:52:32 1.3 --- pmacros.texi 2002/03/20 19:10:48 *************** Acceptable arguments are symbols, string *** 144,151 **** The result is a symbol with the arguments concatenated together. Numbers are converted to a string, base 10, and then to a symbol. The result must be a valid Scheme symbol with the additional restriction ! that the first character must be a letter. The result is not further ! expanded, regardless of whether there's a macro by that name. @node String concatenation @section String concatenation --- 144,151 ---- The result is a symbol with the arguments concatenated together. Numbers are converted to a string, base 10, and then to a symbol. The result must be a valid Scheme symbol with the additional restriction ! that the first character must be a letter. The resulting symbol ! is recursively macro-expanded. @node String concatenation @section String concatenation brgds, H-P