This is with the current CVS stable branch: [Fri Jul 13 16:00:06 2001
+0100]

neil@laruns:~/Guile/1.5/guile-core$ export GUILE_WARN_DEPRECATED=detailed
neil@laruns:~/Guile/1.5/guile-core$ guile -q
guile> (use-modules (ice-9 r5rs))
Using `export' to re-export imported bindings is deprecated.  Use `re-export' instead.
(You just re-exported `interaction-environment' from `(ice-9 r5rs)'.)
(You just re-exported `call-with-input-file' from `(ice-9 r5rs)'.)
(You just re-exported `call-with-output-file' from `(ice-9 r5rs)'.)
(You just re-exported `with-input-from-file' from `(ice-9 r5rs)'.)
(You just re-exported `with-output-to-file' from `(ice-9 r5rs)'.)
(You just re-exported `open-input-file' from `(ice-9 r5rs)'.)
(You just re-exported `open-output-file' from `(ice-9 r5rs)'.)
(You just re-exported `close-input-port' from `(ice-9 r5rs)'.)
(You just re-exported `close-output-port' from `(ice-9 r5rs)'.)
(You just re-exported `load' from `(ice-9 r5rs)'.)
guile> (quit)
neil@laruns:~/Guile/1.5/guile-core$ 

        Neil


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to