From: Chester Wong
Subject: redirection of output
Date: 
Message-ID: <333a5dcf.1902355@news.cc.columbia.edu>
Hi.  Is there anyway I can redirect what I see on the screen to a file?

Thanks,
Chester
From: marisal
Subject: Re: redirection of output
Date: 
Message-ID: <333990CF.5035@wrq.com>
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.