[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with RESTART-CASE
- To: sfelshin@Athena.MIT.EDU
- Subject: Re: problem with RESTART-CASE
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Tue, 12 May 1992 15:27:35 -0400
- Cc: info-mcl@cambridge.apple.com
sfelshin@Athena.MIT.EDU wonders if the problems with the restart-case
macro indicate a problem with MCL or with his particular version.
The code seems to work in MCL2.0b1p3 (The patches are available
by anonymous ftp from cambridge.apple.com in the pub/MCL2 directory.
Remember to execute the following after following the intructions:
(ccl::reindex-interfaces) ;; to ensure that the record index file
;; references the correct record definitions
Then exit mcl and re-enter it.)
Here is the result of executing the macro
? (restart-case 1 (nil () 2))
1
?
Mark