Zeeshan Ali wrote:
Hello fellow Guilers,
    As most of you (who lurk on #guile) know that I've been writing an
xchat-guile plugin lately so people can write xchat plugins in
scheme/guile. The plugin is almost finished now and i am working on
the plugin loading and unloading functionality right now. I thought
that it would be a good idea that the xchat-guile plugins are the same
as guile modules. I know how to load the modules but i also need to
unload them and seems there is no 'straight' way of doing that in
guile, is there?

There's no way of completely removing (=> undefining) the definitions that a module added. I think it might be possible (in an undocumented and unsupported way) to "unuse" a module, though, i.e. to remove a plugin module from the module-uses list of your main module. Is that any use to you?

        Neil


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to