[slime-devel] Re: REPL results and output
Madhu
enometh at meer.net
Sun Apr 22 17:23:55 UTC 2007
[Correction in Message-ID details below:]
* Madhu <m3fy6stjmw.fsf at robolove.meer.net> :
| * Matthias Koeppe <87hcu1aejn.fsf at moose.moosenet> :
| |> The printing of repl results seems to have changed recently:
| |> [...] i.e. The result is printed and the prompt is printed before the
| |> command's output.
| |
| | I have checked in a fix for this problem.
|
| ;; After this fix, with SWANK:*USE-DEDICATED-OUTPUT-STREAM* set to T,
| ;; one gets:
|
| CL-USER> (format *standard-output* "foo~%")
| NIL
| foo
|
| ;; However with SWANK:*USE-DEDICATED-OUTPUT-STREAM* set to NIL, one
| ;; gets:
|
| CL-USER> (format *standard-output* "foo~%")
| foo
| NIL
|
| Which is the desired result. I'm afraid I still haven't found answers
| to the questions I raised elsewhere in this thread, in the message
| with the following headers:
| Message-ID: <m3bqkgvoxi.fsf at robolove.meer.net>
| Date: Tue, 30 Jan 2007 15:04:01 +0530
| Archived-At: <http://permalink.gmane.org/gmane.lisp.slime.devel/5932>
Archived-At: <http://permalink.gmane.org/gmane.lisp.slime.devel/5969>
Date: Fri, 02 Feb 2007 09:58:38 +0530
Message-ID: <m3hcu589op.fsf at robolove.meer.net>
| And would appreciate your comments on this.
--
Regards
Madhu
More information about the slime-devel
mailing list