[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error handling
- To: (BUG LISP) at MIT-MC
- Subject: Error handling
- From: MACRAK at MIT-MC (Stavros M. Macrakis)
- Date: Sat, 19 May 79 21:08:00 GMT
- Original-date: 19 MAY 1979 1708-EDT
Let (f) be an infinite recursion. Now consider the following:
(3)
;3 undef fn
;bkpt undef
(f)
;3 undef fn
;pdl-overflow
Why is the undef fn message repeated? And why doesn't pdl-overflow
do (in effect) a ^X like other errors within errors?