comparison lispref/processes.texi @ 54916:07f4773453a0

Markup fixes.
author Jesper Harder <harder@ifa.au.dk>
date Fri, 16 Apr 2004 16:42:36 +0000
parents ca548870d87a
children c9aa4127a482 4c90ffeb71c5
comparison
equal deleted inserted replaced
54915:8c186f4bffa6 54916:07f4773453a0
931 931
932 It is impossible to separate the standard output and standard error 932 It is impossible to separate the standard output and standard error
933 streams of the subprocess, because Emacs normally spawns the subprocess 933 streams of the subprocess, because Emacs normally spawns the subprocess
934 inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If 934 inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If
935 you want to keep the output to those streams separate, you should 935 you want to keep the output to those streams separate, you should
936 redirect one of them to a file--for example, by using an appropriate 936 redirect one of them to a file---for example, by using an appropriate
937 shell command. 937 shell command.
938 938
939 @menu 939 @menu
940 * Process Buffers:: If no filter, output is put in a buffer. 940 * Process Buffers:: If no filter, output is put in a buffer.
941 * Filter Functions:: Filter functions accept output from the process. 941 * Filter Functions:: Filter functions accept output from the process.