From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: Re: What replaces scm_register_module_xxx (Doc update?) Date: Sat, 24 Aug 2002 10:08:05 +0200 (CEST) Sender: guile-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1030176481 2086 127.0.0.1 (24 Aug 2002 08:08:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 Aug 2002 08:08:01 +0000 (UTC) Cc: Marius Vollmer , guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17iVxf-0000XS-00 for ; Sat, 24 Aug 2002 10:08:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17iVys-0001l7-00; Sat, 24 Aug 2002 04:09:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17iVxr-000179-00 for guile-devel@gnu.org; Sat, 24 Aug 2002 04:08:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17iVxp-00014F-00 for guile-devel@gnu.org; Sat, 24 Aug 2002 04:08:11 -0400 Original-Received: from sallust.ida.ing.tu-bs.de ([134.169.132.52]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17iVxp-000120-00 for guile-devel@gnu.org; Sat, 24 Aug 2002 04:08:09 -0400 Original-Received: from localhost (dirk@localhost) by sallust.ida.ing.tu-bs.de (8.9.3+Sun/8.9.1) with ESMTP id KAA04867; Sat, 24 Aug 2002 10:08:05 +0200 (CEST) Original-To: Neil Jerram In-Reply-To: Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1146 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1146 On 17 Aug 2002, Neil Jerram wrote: > >>>>> "Dirk" == Dirk Herrmann writes: > > Dirk> On 12 Aug 2002, Marius Vollmer wrote: > > >> A Guile module is a data structure with the features described in the > >> following sections. You can work directly with the data structure in > >> your programs, but normally you refer to them indirectly via the > >> familiar hierachical names like @code{(ice-9 popen)}. > > Dirk> I think it would be helpfull to explain that there is no relationship > Dirk> between modules named (a b) and (a b c). People might assume that there > Dirk> is some subset/superset relationship. Especially since I remember that > Dirk> once there was such a concept in guile. > > There still is. In this case, and assuming that both modules have > been loaded, there is a variable named `c' in (a b) whose value is the > module (a b c). Is this just historical cruft? Best regards, Dirk _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel