Martin Grabmueller <[EMAIL PROTECTED]> writes:

> When I use this module with the :rename option and
> `symbol-prefix-proc', the variable `foo' is exported without
> renaming, as shown below:
> 
>  guile> mgrabmue@tortoise (~): guile
>  guile> (use-modules ((test) :rename (symbol-prefix-proc 'module-1:))) 

This needs to be ":renamer", not ":rename".  `compile-interface-spec'
was confused about this as well...  Fixed, thanks!

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

Reply via email to