Matthias Koeppe mkoeppe+slime@mail.math.uni-magdeburg.de writes:
The implementation of C-c C-s (slime-complete-form) already contains a more general version of this. It handles MAKE-INSTANCE and DEFMETHOD. I am looking into making use of this code to handle the echo area arglist display as well.
Btw, maybe it would be a good idea not to show
"(make-instance 'foo &key (foo bar) baz)"
But show
"(make-instance class &rest initargs) Initargs: (foo bar) baz"
Or something like this. Any suggestions?