bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: module option :rename broken?


From: Marius Vollmer
Subject: Re: module option :rename broken?
Date: 13 Jul 2001 00:45:10 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Martin Grabmueller <address@hidden> 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> address@hidden (~): 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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]