unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* top-repl priority of guile module
@ 2006-12-01 21:59 Kevin Ryde
  2006-12-04 12:15 ` Ludovic Courtès
  0 siblings, 1 reply; 13+ messages in thread
From: Kevin Ryde @ 2006-12-01 21:59 UTC (permalink / raw)


Sven Hartrumpf on guile-user a while ago reported on a run of

	guile --use-srfi=1

leaves the REPL with the core `iota', not the srfi-1 one.  What's the
theory behind this bit of top-repl (in boot-9.scm),

    ;; 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)))

The effect is to override any bindings that srfi modules attempt to
replace.  So srfi-17 car or srfi-39 current-input-port are similarly
afflicted.

I'm thinking of removing that last line

    (module-use! guile-user-module (resolve-interface '(guile)))

to stop the core being elevated.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-01-01 22:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01 21:59 top-repl priority of guile module Kevin Ryde
2006-12-04 12:15 ` Ludovic Courtès
2006-12-05  0:26   ` Kevin Ryde
2006-12-05  3:15     ` Kevin Ryde
2006-12-05  9:53       ` Ludovic Courtès
2006-12-08 21:23         ` Kevin Ryde
2006-12-08 21:31           ` Kevin Ryde
2006-12-14 20:05             ` Neil Jerram
2006-12-14 22:53               ` Kevin Ryde
2006-12-30 23:34                 ` Neil Jerram
2006-12-15  8:32               ` Ludovic Courtès
2006-12-30 23:37                 ` Neil Jerram
2007-01-01 22:44                   ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).