Subject: Re: CMU CL: question about run-program
From: rpw3@rpw3.org (Rob Warnock)
Date: Tue, 19 Aug 2003 04:40:10 -0500
Newsgroups: comp.lang.lisp
Message-ID: <kiKdnfBAiObnbdyiXTWc-g@speakeasy.net>
Damien Kick  <dkick1@email.mot.com> wrote:
+---------------
| rpw3@rpw3.org (Rob Warnock) writes:
| > I've never managed to use :PTY for anything, but specifying the
| > options ":OUTPUT :STREAM" & ":ERROR :OUTPUT" usually works for me:
| 
| The example in the OP does not actually need to be run in a
| pseudo-terminal, as it is just collecting the result of "uname".
| However, I'm more concerned with running programs that will want a
| pseudo-terminal, e.g. controlling a telnet session.  I'm assuming that
| simply using ":OUTPUT" and ":ERROR" do not have the program running in
| a pseudo-terminal.
+---------------

Nope, just pipes.


-Rob

-----
Rob Warnock, PP-ASEL-IA		<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607