From a65f6a855d901da46495c7d4b32d2a4125abc3d7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 14 Oct 2008 15:38:57 +0000 Subject: [PATCH] (Top): Adjust the @detailmenu for the addition of "System Processes" section. --- doc/lispref/ChangeLog | 9 +++++++++ doc/lispref/elisp.texi | 3 ++- etc/NEWS | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 92f1f5427ea..b481377cc2d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,14 @@ 2008-10-14 Eli Zaretskii + * processes.texi (System Processes): New section. + (Processes, Signals to Processes): Add xrefs to it. + + * objects.texi (Editing Types): A `process' is a subprocess of + Emacs, not just any process running on the OS. + + * elisp.texi (Top): Adjust the @detailmenu for the above two + changes. + * sequences.texi (Char-Tables): Remove documentation of set-char-table-default, which has no effect since Emacs 23. : Don't mention generic diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 819f0e3ea05..a04d43a6610 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -278,7 +278,7 @@ Editing Types * Frame Type:: Windows subdivide frames. * Window Configuration Type:: Recording the way a frame is subdivided. * Frame Configuration Type:: Recording the status of all frames. -* Process Type:: A process running on the underlying OS. +* Process Type:: A subprocess of Emacs running on the underlying OS. * Stream Type:: Receive or send characters. * Keymap Type:: What function a keystroke invokes. * Overlay Type:: How an overlay is represented. @@ -1188,6 +1188,7 @@ Processes * Output from Processes:: Collecting output from an asynchronous subprocess. * Sentinels:: Sentinels run when process run-status changes. * Query Before Exit:: Whether to query if exiting will kill a process. +* System Processes:: Accessing other processes running on your system. * Transaction Queues:: Transaction-based communication with subprocesses. * Network:: Opening network connections. * Network Servers:: Network servers let Emacs accept net connections. diff --git a/etc/NEWS b/etc/NEWS index 8e827ca38f2..0dde6961b9c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1101,6 +1101,7 @@ functions and variables (formerly used for Tamil script). * Lisp Changes in Emacs 23.1 ++++ ** New primitives `list-system-processes' and `system-process-attributes' let Lisp programs access the processes that are running on the local machine. See the doc strings of these functions for more details. -- 2.39.5