
19 Nov
2004
19 Nov
'04
4:19 p.m.
"Marco Baringer" <mb@bese.it> writes:
the problem is that stream is a gray-stream, and openmcl doesn't take well to having a gray-stream on ccl::*auto-flush-streams*. i don't know what _should_ be done though (there must be something better than doing nothing).
I think the problem is that force-output is called on an input-stream. Perhaps we could try to only push output-streams onto ccl::*auto-flush-streams*. Helmut.