From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: What replaces scm_register_module_xxx (Doc update?) Date: 26 Aug 2002 22:45:03 +0100 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 1030398624 30840 127.0.0.1 (26 Aug 2002 21:50:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 21:50:24 +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 17jRkc-000818-00 for ; Mon, 26 Aug 2002 23:50:22 +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 17jRls-000667-00; Mon, 26 Aug 2002 17:51:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jRks-0005wM-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 17:50:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jRkq-0005w0-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 17:50:37 -0400 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jRkp-0005vw-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 17:50:35 -0400 Original-Received: from portalet.ossau.uklinux.net (ppp-0-193.lond-a-4.access.uk.tiscali.com [80.225.220.193]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g7QLoVa00955; Mon, 26 Aug 2002 22:50:31 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (laruns.ossau.uklinux.net [192.168.1.3]) by portalet.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 7754216F9; Mon, 26 Aug 2002 22:51:07 +0000 (GMT) Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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:1155 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1155 >>>>> "Dirk" == Dirk Herrmann writes: >> 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). Dirk> Is this just historical cruft? AFAIK, it's a corollary of the current module implementation that would be ugly to try to hide. But I don't believe it's documented as a feature anywhere, and I think it should be possible for a new implementation of Guile's module system to avoid this property. Marius can probably be a lot more precise ... Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel