On 10/31/07, Ozzi <[EMAIL PROTECTED]> wrote:
>
> Ok, I think I understand what you're getting it. Unfortunately I can't get it 
> to
> work. You'll have to excuse the thrown-together quality of the code below, but
> it demonstrates the problem I have. Perhaps I am just mis-using dynamic-wind, 
> or
> I have to use something besides (exit) when catching the kill signal, I'm not 
> sure.
>

The "exit" will not invoke any pending dynamic-wind thunks, you can use
"reset" instead. To clean up before exiting, you might also check use the
"on-exit" procedure.


cheers,
felix


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to