
6 Jun
2008
6 Jun
'08
9:59 a.m.
Currently, Slime indents like so: (defun foo (x) (typecase x (#+foo foo #-foo fake-foo :foo) (t :not-foo))) whereas it should be like so: (defun foo (x) (typecase x (#+foo foo #-foo fake-foo :foo) (t :not-foo))) Is there a way to coax Slime/Emacs to do the right thing here? Cheers, -- Nikodemus