From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: new slib and guile 1.6.7 Date: Mon, 31 Oct 2005 10:58:43 +1100 Message-ID: <87k6fuzhe4.fsf@zip.com.au> References: <20051021185451.92D965283@fnord.ir.bbn.com> <43594A5E.7070909@mail.msen.com> <87wtjx6yz0.fsf@zip.com.au> <87br17omn1.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130716818 15643 80.91.229.2 (31 Oct 2005 00:00:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2005 00:00:18 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 31 01:00:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWN4l-0007aw-B3 for guile-user@m.gmane.org; Mon, 31 Oct 2005 00:58:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWN4k-0001hu-KK for guile-user@m.gmane.org; Sun, 30 Oct 2005 18:58:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWN4g-0001hn-CZ for guile-user@gnu.org; Sun, 30 Oct 2005 18:58:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWN4f-0001ha-Q9 for guile-user@gnu.org; Sun, 30 Oct 2005 18:58:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWN4f-0001hX-Go for guile-user@gnu.org; Sun, 30 Oct 2005 18:58:53 -0500 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWN4f-0001wK-AG for guile-user@gnu.org; Sun, 30 Oct 2005 18:58:53 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9UNwpYB027630 for ; Mon, 31 Oct 2005 10:58:51 +1100 Original-Received: from localhost (ppp2619.dyn.pacific.net.au [61.8.38.25]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9UNwokt003441 for ; Mon, 31 Oct 2005 10:58:50 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1EWN4V-0000nN-00; Mon, 31 Oct 2005 10:58:43 +1100 Original-To: guile-user@gnu.org In-Reply-To: (Greg Troxel's message of "30 Oct 2005 09:35:48 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4918 Archived-At: Greg Troxel writes: > > If all modules inherit from guile-user, then that sounds right. But > this would expose slib's require machinery to all guile programs, even > those that haven't asked for it, and that's not good. I'm unsure if it would work any other way (ie. non-globally). I suspect `require' is module-unaware. If you load something I suspect it gets into the current module, then in another module slib thinks it's already loaded but the definitions are not visible, or whatever. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user