Deprecated use of export by (ice-9 r5rs)

2001-07-13 Thread Neil Jerram
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

More re-export thingies

2001-07-13 Thread Dale P. Smith
Probably not on the most-important-things-to-fix list, but: dsmith@sparky:~$ GUILE_WARN_DEPRECATED=detailed guile -c '(use-modules (oop goops save))' Using `export' to re-export imported bindings is deprecated. Use `re-export' instead. (You just re-exported `make-unbound' from `(oop goops