From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: doc srfi-0 cond-expand Date: Mon, 16 Aug 2004 00:06:03 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87d61sawfo.fsf@zagadka.ping.de> References: <87658k3o68.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092607589 3990 80.91.224.253 (15 Aug 2004 22:06:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2004 22:06:29 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 16 00:06:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwT8v-0007Cv-00 for ; Mon, 16 Aug 2004 00:06:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwTCz-0005Mb-Nu for guile-devel@m.gmane.org; Sun, 15 Aug 2004 18:10:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BwTCx-0005MU-Ap for guile-devel@gnu.org; Sun, 15 Aug 2004 18:10:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BwTCv-0005MI-R9 for guile-devel@gnu.org; Sun, 15 Aug 2004 18:10:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwTCv-0005MF-Lc for guile-devel@gnu.org; Sun, 15 Aug 2004 18:10:29 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BwT8l-0000Gg-I8 for guile-devel@gnu.org; Sun, 15 Aug 2004 18:06:11 -0400 Original-Received: from [195.253.24.121] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1BwT8k-0008U9-VB for guile-devel@gnu.org; Mon, 16 Aug 2004 00:06:11 +0200 Original-Received: (qmail 3687 invoked by uid 1000); 15 Aug 2004 22:06:03 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <87658k3o68.fsf@zip.com.au> (Kevin Ryde's message of "Mon, 19 Jul 2004 09:12:31 +1000") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3955 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3955 Kevin Ryde writes: > Some new words below for cond-expand, Nice. We might also want to add some more words on how cond-expand is implemented, including docs for cond-expand-provide. Very briefly: cond-expand-provide adds a feature symbol to a given module and cond-expand looks at each 'used' module whether one of them has the requested feature. Thus, cond-expand can behave differently in different modules and the list of provided SRFIs is not a global property. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel