(Top): Adjust the @detailmenu for the addition of "System Processes" section.
This commit is contained in:
parent
6fdbd4c63c
commit
a65f6a855d
3 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
2008-10-14 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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.
|
||||
<char-table-range, set-char-table-range>: Don't mention generic
|
||||
|
|
|
@ -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.
|
||||
|
|
1
etc/NEWS
1
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue