[Correction in Message-ID details below:]
* Madhu m3fy6stjmw.fsf@robolove.meer.net : | * Matthias Koeppe 87hcu1aejn.fsf@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@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@robolove.meer.net
| And would appreciate your comments on this. -- Regards Madhu