>>>>> "Helmut" == Helmut Eller <[EMAIL PROTECTED]> writes:
Helmut> 1. (*) text/plain ( ) text/html
Helmut> Raymond Toy <[EMAIL PROTECTED]> writes:
Greg> 30: (SWANK-BACKEND::SIGIO-HANDLER #<#1=unused-arg> #<#1#>
Helmut> #<#1#>)
>>
>> I don't think CMUCL is interrupt-safe, so using sigio-handler with
>> slime can cause weird failures. At least it happens once in a while
>> on Sparc; I think x86 is a bit better here.
Helmut> I'd like to point out that a SIGIO handler is no less robust than a
Helmut> SIGINT handler. So, if you experience weird failures with Slime you
Helmut> should also experience them if you run CMUCL in a xterm and press
^C.
Yes, that's certainly true. But sigio happens much more often than
sigint.
I can only say that when I used to use sigio (the default back then)
with cmucl/sparc, I got strange failures far more often than using
fd-handler, which is what I use now.
In any case, I can't Lisp without Slime anymore. :-)
Ray