emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/processes.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi,v
Date: Sat, 31 Mar 2007 13:47:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 13:47:34

Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/processes.texi,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- processes.texi      31 Mar 2007 13:44:52 -0000      1.96
+++ processes.texi      31 Mar 2007 13:47:34 -0000      1.97
@@ -1236,6 +1236,7 @@
 
 @node Decoding Output
 @subsection Decoding Process Output
address@hidden decode process output
 
   When Emacs writes process output directly into a multibyte buffer,
 it decodes the output according to the process output coding system.
@@ -1285,6 +1286,7 @@
 
 @node Accepting Output
 @subsection Accepting Output from Processes
address@hidden accept input from processes
 
   Output from asynchronous subprocesses normally arrives only while
 Emacs is waiting for some sort of external event, such as elapsed time
@@ -1643,6 +1645,7 @@
 
 @node Network Servers
 @section Network Servers
address@hidden network servers
 
   You create a server by calling @code{make-network-process} with
 @code{:server t}.  The server will listen for connection requests from




reply via email to

[Prev in Thread] Current Thread [Next in Thread]