diff options
| author | Eli Zaretskii | 2008-08-02 17:18:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-02 17:18:32 +0000 |
| commit | 5d692341d3519f8bedb5fd62a5d7dfcc9c749738 (patch) | |
| tree | a0d7260b9d783365c6b0fabc36e65ecce493053e | |
| parent | b86cfd284576e5e23253f9e12b4445c97bdc687c (diff) | |
| download | emacs-5d692341d3519f8bedb5fd62a5d7dfcc9c749738.tar.gz emacs-5d692341d3519f8bedb5fd62a5d7dfcc9c749738.zip | |
Mention list-system-processes and system-process-attributes.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1026,6 +1026,12 @@ functions and variables (formerly used for Tamil script). | |||
| 1026 | 1026 | ||
| 1027 | * Lisp Changes in Emacs 23.1 | 1027 | * Lisp Changes in Emacs 23.1 |
| 1028 | 1028 | ||
| 1029 | ** New primitives `list-system-processes' and `system-process-attributes' | ||
| 1030 | let Lisp programs access the processes that are running on the local | ||
| 1031 | machine. See the doc strings of these functions for more details. | ||
| 1032 | Not all platforms support accessing this information; on those that | ||
| 1033 | don't, these primitives will return nil. | ||
| 1034 | |||
| 1029 | +++ | 1035 | +++ |
| 1030 | ** New variable `user-emacs-directory'. | 1036 | ** New variable `user-emacs-directory'. |
| 1031 | Use this instead of "~/.emacs.d". | 1037 | Use this instead of "~/.emacs.d". |