flushing output ports upon Guile termination (and scm_i_terminating)

2006-03-30 Thread Marco Maggi
Ciao, I see that: if an output port is not GC'ed before the termination of the Guile process, its flush function is invoked ('libguile/init.c', 'really_cleanup_for_exit()'; 'cleanup_for_exit()' registered as 'atexit()' handler). This is causing me troubles because I have an output port whose

Re: goops method names and built in functions

2006-03-30 Thread Marco Maggi
Sorry for the late reply... "[EMAIL PROTECTED]" wrote: >No problems here: >... >What is your problem ??? Write is correctly defined >and even used by guile... Mh... yes. Trying to create a generic method named OPEN only gives me the "imported module ... overrides core binding ..." warning. I wil