Hi Wolfgang,
in your test suite, you use your macro `catch-exceptions` in a few places. However, it catches every exception so it makes those tests a bit meaningless because you cannot distinguish between an exception you are expecting or an exception raised by the Scheme system because your code has some other failure.
Marc