On 4/4/16 13:52, Stas Boukarev wrote:
Because using the stream directly works fine:
(let ((stream *standard-output*)) (write-string "abc" stream) (fresh-line stream) (write-string "abc" stream)) => abc abc
Under SLIME, the behavior is definitely confusing as both cases look like they succeed. These problems are best reproduced on a standalone ABCL instance.
Thanks again for the information, Mark