From: Sunil Mishra
Subject: A *standard-input* replacement?
Date: 
Message-ID: <3A396E92.8050301@everest.com>
Hi all,

I am working on a simple command listener. One of the things that I'd 
like to be able to do is to create a second (fresh!) stream that accepts 
input like *standard-input*. Either that, or figure out how to trap an 
EOF sent to *standard-input*, so that I may keep it open. While this is 
not necessary in an application (after all, you *want* to exit if you 
receive an EOF on the primary input stream), it is a nice facility to 
have while developing.

If it matters, I'm using lispworks on linux.

Any ideas?

Thanks,

Sunil