Synonym streams and column position

Mark Evenson evenson at panix.com
Mon Apr 4 12:48:10 UTC 2016


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


-- 
"A screaming comes across the sky.  It has happened before, but there
is nothing to compare to it now."



More information about the armedbear-devel mailing list