gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] condition system proposal


From: Peter Wood
Subject: Re: [Gcl-devel] condition system proposal
Date: Tue, 5 Nov 2002 09:38:24 +0100
User-agent: Mutt/1.4i

On Tue, Nov 05, 2002 at 09:01:40AM +0100, Peter Wood wrote:

> nor Lispworks' (trial edition) 'ignore-errors will handle the last
> example.  
>

I am wrong here!  storage-condition is not (necessarily) an error, and
Lispworks  _does_  do it correctly:

CL-USER 3 > (handler-case (rec-inf 1) (storage-condition (c) (format t "~S" c)))
#<CONDITIONS:STACK-OVERFLOW 20677464>
NIL

Apologies for the disinformation.
 
Regards,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]