unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* stderr vs start-process
@ 2007-04-18  0:13 Stephen Leake
  2007-04-18  0:24 ` Johan Bockgård
  2007-04-23  9:02 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Leake @ 2007-04-18  0:13 UTC (permalink / raw)
  To: emacs-devel

The help string for `start-process' does not say what happens to
stderr for the spawned process. It just says:

     Process output goes at end of that buffer, unless you specify
     an output stream or filter function to handle the output.

I tested this (on Windows XP) and it seems both stderr and stdout go
to that buffer. I tried reading the C code in process.c, but quickly
got lost.

I suggest that the help string be modified to:

     Process output (both standard error and standard output) goes at
     end of that buffer, unless you specify an output stream or filter
     function to handle the output.

Is there a way to separate standard error from standard output for the
spawned process? That would probably be useful in some situations.

-- 
-- Stephe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-23  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18  0:13 stderr vs start-process Stephen Leake
2007-04-18  0:24 ` Johan Bockgård
2007-04-23  9:02 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).