j
k
j a
j l
Michael Weber michaelw+slime@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.
(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.
Back to the thread
Back to the list