[slime-devel] arglist display for strings
22 Nov
2007
22 Nov
'07
11:05 a.m.
Hi, the arglist display for functions with default arguments is misleading: (defun foo (&key (x " ")) x) shows (foo &key (x )) in the minibuffer. (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. Cheers, Michael
27 Nov
27 Nov
4:22 p.m.
New subject: [slime-devel] Re: arglist display for strings
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.
Should be fixed in CVS. Thanks! -T.
6551
Age (days ago)
6556
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michael Weber -
Tobias C. Rittweiler