module option :rename broken?

2001-07-09 Thread Martin Grabmueller
Hello folks, when cleaning up the examples directory, I found that my module examples do not work anymore. The problem can be reproduced with this example module: -=-=-=-=-=-=-=-=- (define-module (test)) (export foo bar) (define (foo) 1) (define (bar) 2) -=-=-=-=-=-=-=-=- When I use this

Problems with safe environments

2001-07-09 Thread Martin Grabmueller
Hello list, another problem discovered when checking the examples: guile (use-modules (ice-9 safe)) guile (define m (make-safe-module)) guile (eval '(define x 1) m) guile (quit) Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to detailed