Hi there. I can't seem to get pretty-printing to work in slime or "regular" lisp. I try just doing (macroepand-1 '(macro etc.)) at the REPL, as well as C-c RET at an expression I want to see expanded, but it always prints the macro expansion on a single line. I checked *print-pretty* and it's set to t. Anyone know what else I need to change to get macros to print out more legibly?
I'm using SBCL and emacs 22.2.1 with slime-2009-11-05, if they make any difference...