ACL emacs has a function "fi:find-unbalanced-parentheses" that highlights the parenthesis in a region that is unbalanced. How do I do this in slime?
Also, is there a way to indent a region or s-expression correctly (accounting for things like loop keywords etc.)?
On Tue, Sep 6, 2011 at 3:59 PM, UU UUUUU melbardman@gmail.com wrote:
ACL emacs has a function "fi:find-unbalanced-parentheses" that highlights the parenthesis in a region that is unbalanced. How do I do this in slime?
M-x check-parens part of emacs, not slime