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 14:15:10 +1100 Message-ID: <87ejrfnidd.fsf@zip.com.au> References: <87ejrj2s79.fsf@zip.com.au> <87ejrfhn6o.fsf@laas.fr> <87odqjkx22.fsf@zip.com.au> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1165288537 8708 80.91.229.10 (5 Dec 2006 03:15:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 03:15:37 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 05 04:15:26 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 1GrQmB-0007hC-9i for guile-devel@m.gmane.org; Tue, 05 Dec 2006 04:15:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrQmA-0006w1-KQ for guile-devel@m.gmane.org; Mon, 04 Dec 2006 22:15:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrQm8-0006vc-Cv for guile-devel@gnu.org; Mon, 04 Dec 2006 22:15:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrQm6-0006vB-EI for guile-devel@gnu.org; Mon, 04 Dec 2006 22:15:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrQm6-0006v7-BJ for guile-devel@gnu.org; Mon, 04 Dec 2006 22:15:18 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrQm4-0003Nk-5U for guile-devel@gnu.org; Mon, 04 Dec 2006 22:15:18 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id E42F86E3D7 for ; Tue, 5 Dec 2006 14:15:10 +1100 (EST) Original-Received: from localhost (ppp2DFB.dyn.pacific.net.au [61.8.45.251]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 6211527434 for ; Tue, 5 Dec 2006 14:15:11 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GrQlz-0001Zz-0N for guile-devel@gnu.org; Tue, 05 Dec 2006 14:15:11 +1100 Original-To: guile-devel@gnu.org Mail-Copies-To: never 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:6290 Archived-At: --=-=-= I wrote: > > No, apparently, though the theory would seem sound ... Oops, I was doing it wrong, that does work. Though the change I propose is: --=-=-= Content-Disposition: inline; filename=boot-9.scm.core-no-override.diff --- boot-9.scm.~1.356.2.4.~ 2006-11-29 05:55:55.000000000 +1100 +++ boot-9.scm 2006-12-05 14:14:31.000000000 +1100 @@ -3397,9 +3397,7 @@ '(ice-9 debugger) '(debug))) (module-use! guile-user-module (resolve-interface '(ice-9 session))) (module-use! guile-user-module (resolve-interface '(ice-9 debug))) - ;; so that builtin bindings will be checked first (module-use! guile-user-module (resolve-interface '(ice-9 r5rs))) - (module-use! guile-user-module (resolve-interface '(guile))) (set-current-module guile-user-module) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel --=-=-=--