On Tue, 2007-10-16 at 20:41 -0600, Robert Dodier wrote:
> Does DRIBBLE work in CMUCL by itself?
> What happens if you start CMUCL and then enter, say,
>
> (dribble "/tmp/foo.log")
> (+ 2 3)
> (format t "foo~%")
> (dribble)
>
> and then inspect the content of file /tmp/foo.log ?
> Do the inputs (+ 2 3) and (format t "foo~%") appear in the file?
> Do their outputs appear?
It works fine for me (Ubuntu, cmucl 19a-release-20040728)
Jaime Villate