Michael Weber <michaelw+slime at foldr.org> writes: > (defun foo (&key (x "bar")) > x) > > shows (foo &key (x bar)). > > I'd rather have it show (foo &key (x "bar")). This is with CVS SLIME > from today, and slime-fancy. Should be fixed in CVS. Thanks! -T.