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

[no subject]



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.