Yes, it works.<br>Thank you,<br>Andrei<br><br><div class="gmail_quote">On Thu, May 21, 2009 at 4:40 PM, Hans Hübner <span dir="ltr"><<a href="mailto:hans.huebner@gmail.com">hans.huebner@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, May 21, 2009 at 21:44, Andrei Stebakov <<a href="mailto:lispercat@gmail.com">lispercat@gmail.com</a>> wrote:<br>

> Only it doesn't cover the sbcl type error that I have. If I add #+sbcl<br>
> sb-sys:io-timeout to the handler-case error list, the error is suppressed,<br>
<br>
</div>This is actually an usocket error - It should convert the<br>
SBCL-specific condition to a portable usocket condition.  Can you try<br>
to add (sb-sys:io-timeout . timeout-error) to +sbcl-error-map+ in<br>
usocket/backend/sbcl.lisp and see if that cures the problem?  If it<br>
does, I can commit a context diff that you send to the usocket<br>
repository.<br>
<font color="#888888"><br>
-Hans<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
</div></div></blockquote></div><br>