From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: top-repl priority of guile module Date: Tue, 05 Dec 2006 11:26:13 +1100 Message-ID: <87odqjkx22.fsf@zip.com.au> References: <87ejrj2s79.fsf@zip.com.au> <87ejrfhn6o.fsf@laas.fr> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1165278391 17571 80.91.229.10 (5 Dec 2006 00:26:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 00:26:31 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 05 01:26:30 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrO8g-0000VX-3k for guile-devel@m.gmane.org; Tue, 05 Dec 2006 01:26:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrO8f-0005S4-Kc for guile-devel@m.gmane.org; Mon, 04 Dec 2006 19:26:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrO8b-0005PV-Qb for guile-devel@gnu.org; Mon, 04 Dec 2006 19:26:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrO8a-0005Nh-Sr for guile-devel@gnu.org; Mon, 04 Dec 2006 19:26:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrO8a-0005NT-Ns for guile-devel@gnu.org; Mon, 04 Dec 2006 19:26:20 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrO8a-0002Vo-EA for guile-devel@gnu.org; Mon, 04 Dec 2006 19:26:20 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 7D7111098DE for ; Tue, 5 Dec 2006 11:26:15 +1100 (EST) Original-Received: from localhost (ppp2E12.dyn.pacific.net.au [61.8.46.18]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id E7EF38C05 for ; Tue, 5 Dec 2006 11:26:15 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GrO8T-000364-N8 for guile-devel@gnu.org; Tue, 05 Dec 2006 11:26:13 +1100 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87ejrfhn6o.fsf@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Mon, 04 Dec 2006 13:15:27 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (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: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6288 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > > Wild guess: Does the following fix the problem: > > (module-use-interfaces! guile-user-module > (resolve-interface '(ice-9 r5rs)) > (resolve-interface '(guile))) No, apparently, though the theory would seem sound ... I guess top-repl really should just do the equivalent of use-modules for extra bits it wants. I can't see the point of "use-modules (guile)" when that core is already in use in the guile-user module. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel