Mercurial > emacs
changeset 97233:e440b06f6be8
Mention list-system-processes and system-process-attributes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Aug 2008 17:18:32 +0000 |
parents | 5584d562a3b5 |
children | f8a5916934ac |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Aug 02 17:03:34 2008 +0000 +++ b/etc/NEWS Sat Aug 02 17:18:32 2008 +0000 @@ -1026,6 +1026,12 @@ * 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. +Not all platforms support accessing this information; on those that +don't, these primitives will return nil. + +++ ** New variable `user-emacs-directory'. Use this instead of "~/.emacs.d".