From: Eli Zaretskii Date: Sat, 2 Aug 2008 17:18:32 +0000 (+0000) Subject: Mention list-system-processes and system-process-attributes. X-Git-Tag: emacs-pretest-23.0.90~3692 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d692341d3519f8bedb5fd62a5d7dfcc9c749738;p=emacs.git Mention list-system-processes and system-process-attributes. --- diff --git a/etc/NEWS b/etc/NEWS index f9c0eac98d3..77149bf1949 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1026,6 +1026,12 @@ 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. +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".