[slime-devel] Unusual arglist for CLIM:MAKE-APPLICATION-FRAME (McCLIM)
Luke Gorrie
luke at bluetail.com
Fri Nov 14 18:11:03 UTC 2003
Paolo Amoroso <amoroso at mclink.it> writes:
> If I press SPACE in the *slime-repl* or *inferior-lisp* buffer to get
> the arglist of McCLIM's CLIM:MAKE-APPLICATION-FRAME function, the
> output in the minibuffer looks unusual ([...] stands for window
> boundary at the rightmost side of the minibuffer):
>
> (make-application-frame frame-name &rest^J options^J &key^J (prett[...]
>
> The arglist of other CLIM functions and macros look normal and don't
> have sequences of spaces and ^Js like the above.
Lisp has pretty-printed the argument list as multiple lines - the ^J's
are newline characters.
(Thinking about the right solution..)
-Luke
More information about the slime-devel
mailing list