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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Fri, 10 Oct 2003 17:35:51 -0400

Index: emacs/lispref/processes.texi
diff -c emacs/lispref/processes.texi:1.37 emacs/lispref/processes.texi:1.38
*** emacs/lispref/processes.texi:1.37   Sun Oct  5 09:55:00 2003
--- emacs/lispref/processes.texi        Fri Oct 10 17:35:51 2003
***************
*** 1494,1499 ****
--- 1494,1508 ----
  the process plist, from the server.)  The network server then goes
  back to listening for more connection requests.
  
+   Network connections and servers are created by calling
+ @code{make-network-process} with an argument list consisting of
+ keyword/argument pairs, for example @code{:server t} to create a
+ server process, or @code{:type 'datagram} to create a datagram
+ connection.  @xref{Low-Level Network} for details.  You can also use
+ one of the @code{open-network-...} functions descibed below;
+ internally, they just call @code{make-network-process} with suitable
+ arguments.
+ 
    You can distinguish process objects representing network connections
  and servers from those representing subprocesses with the
  @code{process-status} function.  The possible status values for




reply via email to

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