Brian Downing bdowning@lavos.net writes:
REINDENT-LISP does more than that, unfortunatly. [...]
By correcting the number of parans at the end of the defun, it's really easy to make some changes, bang M-q, examine the "shape" of the defun, and if it's "shaped" right, you can be relatively confident it will compile without worrying about insufficient or extra closing parans on the end.
I used to use this feature a lot, and still miss it.
Me too. C-], which did indentation, close-paren balancing, and send-to-lisp, was my most heavily-used binding as an ILISP user.
Zach