[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: JERRYB at MIT-AI
- From: Mike McMahon <MMCM at MIT-AI>
- Date: Wed ,9 Apr 80 21:30:00 EDT
cc: BUG-LISPM at MIT-AI
Date: 9 APR 1980 1924-EST
From: jerryb at MIT-AI (Gerald R. Barber)
The following works compiled but causes the compiler to error out with an
"unseen prog label" error.
...
(LET ((SI:KBD-TYI-HOOK
#'(LAMBDA (C) .... (RETURN-FROM INSTALL-LAYOUT NIL) ....))))
(DO-NAMED INSTALL-LAYOUT
() (())
...)
#' really does make another function, with it's own set of PROG tags and so on.
I imagine CATCH and THROW are really what you want.