Chester Wong wrote:
>
> Hi. Is there anyway I can redirect what I see on the screen to a file?
Use (dribble <file-name>). This will redirect the output to the file.
You can also do it manually, by changing the values of the global
variables *standard-input* and *standard-output* to a file or a stream.