[slime-devel] arglist display for strings

Michael Weber michaelw+slime at foldr.org
Thu Nov 22 11:05:36 UTC 2007


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




More information about the slime-devel mailing list