comparison lispref/processes.texi @ 62245:a9109def6d90

(Processes): Add menu description.
author Lute Kamstra <lute@gnu.org>
date Wed, 11 May 2005 23:26:33 +0000
parents 98c45ed7ca3f
children 4c0bdca6e5a4 62afea0771d8
comparison
equal deleted inserted replaced
62244:1053cf8f89ea 62245:a9109def6d90
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2005
4 @c Free Software Foundation, Inc. 4 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 5 @c See the file elisp.texi for copying conditions.
6 @setfilename ../info/processes 6 @setfilename ../info/processes
7 @node Processes, Display, Abbrevs, Top 7 @node Processes, Display, Abbrevs, Top
8 @chapter Processes 8 @chapter Processes
47 * Sentinels:: Sentinels run when process run-status changes. 47 * Sentinels:: Sentinels run when process run-status changes.
48 * Query Before Exit:: Whether to query if exiting will kill a process. 48 * Query Before Exit:: Whether to query if exiting will kill a process.
49 * Transaction Queues:: Transaction-based communication with subprocesses. 49 * Transaction Queues:: Transaction-based communication with subprocesses.
50 * Network:: Opening network connections. 50 * Network:: Opening network connections.
51 * Network Servers:: Network servers let Emacs accept net connections. 51 * Network Servers:: Network servers let Emacs accept net connections.
52 * Datagrams:: 52 * Datagrams:: UDP network connections.
53 * Low-Level Network:: Lower-level but more general function 53 * Low-Level Network:: Lower-level but more general function
54 to create connections and servers. 54 to create connections and servers.
55 @end menu 55 @end menu
56 56
57 @node Subprocess Creation 57 @node Subprocess Creation