[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-ZWEI at MIT-AI
- From: Daniel L. Weinreb <dlw at MIT-AI>
- Date: Thu ,18 Sep 80 14:18:00 EDT
- Sender: dlw at CADR7 at MIT-AI
In the version of ZWEI on system 40.1, with microcode 684, on LISP Machine Seven:
The Indent For Lisp command has some problems. It should treat *CATCH as a
special form like LET. Also, when you indent the second line of a list of
variables in LET, it doesn't know what's going on:
(let (foo bar
baz)
...)
is what you end up with. Same for the list of variables in MULTIPLE-VALUE, I think.