> Yes, I'd prefer, if that's not too much work (but in this case you may > want to really use SRFI-34 and SRFI-35 rather than hand-write things > like "(throw 'srfi-34 ...)").
Right, that's actually what I was trying to do, except that I've discovered that SRFI-34 implements 'with-exception-handler' using 'lazy-catch', which rethrows caught exceptions after it calls the handler. What's the rationale for this behavior (SRFI-34's or lazy-catch's)? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel