> >>>>> "rif" == rif  <[EMAIL PROTECTED]> writes:
> 
>     >> Just an idea: have you tried (set-floating-point-modes :traps nil) ?
>     >> 
>     >> regards,
>     >> Hannu
> 
>     rif> What am I missing here?
> 
>     CL-USER> (ext:get-floating-point-modes)
>     rif> (:TRAPS (:OVERFLOW :INVALID :DIVIDE-BY-ZERO) :ROUNDING-MODE :NEAREST
>     rif>  :CURRENT-EXCEPTIONS NIL :ACCRUED-EXCEPTIONS NIL :FAST-MODE NIL
>     rif>  :PRECISION-CONTROL :64-BIT)
>     CL-USER> (ext:set-floating-point-modes :traps nil)
>     rif> ; No value
> 
> Something must be getting in here too, because cmucl never prints ";
> No value"
> 
> Try it from a raw shell or terminal.  I get the expected results on
> x86 and sparc.
> 
> Ray
> 

Ah.  So, I can confirm this works fine in a terminal (with the same
options as I use, including my init file running), and fails to work
inside of a freshly started SLIME.  I guess that means it's probably a
SLIME problem?  Or something else?

Cheers,

rif

Reply via email to