[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Separating stdout and stderr with asynchronous processes
From: |
Kevin Rodgers |
Subject: |
Re: Separating stdout and stderr with asynchronous processes |
Date: |
Mon, 26 Apr 2004 16:03:58 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
Matthieu Moy wrote:
> Is it possible to split standard output and standard error of a
> process started with `start-process'?
>
> It's possible to redirect stderr to a file with `call-process', but
> the same trick doesn't apply to `start-process'.
You could use start-process-shell-command, and use redirection in the
shell command.
--
Kevin Rodgers