[slime-devel] REPL results and output
Madhu
enometh at meer.net
Tue Jan 30 09:34:01 UTC 2007
The printing of repl results seems to have changed recently:
CL-USER> (format *standard-output* "foo")
NIL
CL-USER> foo
CL-USER> (format *standard-output* "foo~%")
NIL
CL-USER> foo
i.e. The result is printed and the prompt is printed before the
command's output.
Do other people get this same behaviour?
Is this backend/interaction mode specific? (I'm using cmucl).
--
Madhu
More information about the slime-devel
mailing list