[armedbear-devel] [armedbear-cvs] r12183 - trunk/abcl/src/org/armedbear/lisp
Tobias C. Rittweiler
tcr at freebits.de
Sat Oct 10 07:26:25 UTC 2009
Erik Huelsmann writes:
> Mark,
>
> The commit below should enable the use of Gray streams with ABCL. I
> think this means SLIME can now switch to its normal pattern of using
> Gray streams to wrap its input and output processors.
It seems like ABCL does not yet provide the gray stream classes
FUNDAMENTAL-CHARACTER-OUTPUT-STREAM and
FUNDAMENTAL-CHARACTER-INPUT-STREAM, and some other stuff.
Look at *GRAY-STREAM-SYMBOLS* in swank-backend.lisp.
Your patch also renamed lot of stuff to start with a gray- prefix. I
think it's better to put the gray stuff into its own package.
-T.
More information about the armedbear-devel
mailing list