Mercurial > emacs
diff etc/NEWS @ 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 | 0fd3de34a457 |
children | af96c29cc399 |
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".