Luís Oliveira luismbo@gmail.com writes:
The attached patch makes slime-echo-arglist detect (make-instance 'quoted-symbol ...) forms and uses the quoted symbol to find the class and present the initargs and initforms in the mini-buffer.
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.