[EMAIL PROTECTED] (Ludovic Courtès) writes:
>
>(let ((errno (car (cadddr args ;; !!!
system-error-errno helps there. I made a few similar extracting funcs
at one time ... then found it better not to try to be too smart about
analysing errors!
> (guard (c ((i/o-no-such-file-error? c
Hi,
"Marco Maggi" <[EMAIL PROTECTED]> writes:
> "Ludovic Courts" wrote:
>>Indeed, this exception model is not very convenient. In
>>some cases, it's even hardly usable, as examplified by the
>>`test-suite/lib.scm' hacks (use of regexps to parse
>>exception messages and determine t
Volkan YAZICI <[EMAIL PROTECTED]> writes:
> On Jul 31 10:53, dave wrote:
>> I had to work through this a while back, and the problem I had was that
>> there are two types of error handler callback - one is called before the
>> stack is unwound, the other after. If you only set the error callback
>