]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete fixed item from etc/TODO: "proced on macOS"
authorStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jul 2024 10:45:30 +0000 (12:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:49:40 +0000 (19:49 +0200)
The 'process-attributes' function is supported since Emacs 26.1, and
proced seems to be fully working.

* etc/TODO: Delete fixed item: "proced on macOS".

(cherry picked from commit 6ebc5d5c27854a7041014fdb7b248b873379befc)

etc/TODO

index a6964c67fc25a7fb0fe8f498669c3113a4fbaa34..40571b9de3c95b7a2a64687b18bf6b643adeba0f 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -953,25 +953,6 @@ the tool bar is performed.
 Unfortunately, the tool bar (and possible other operations) always
 resize the frame.
 
-**** Support 'proced' (implement 'process-attributes')
-Unfortunately, a user-level process like Emacs does not have the
-privileges to get information about other processes under macOS.
-
-There are other ways to do this:
-
- 1) Spawn "ps" and parse the output ("ps" has superuser privileges).
-
- 2) Sign Emacs as part of the distribution process.
-
- 3) Ask the user to self-sign Emacs, if this feature is of interest.
-
-Anders Lindgren <andlind@gmail.com> has implemented
-'process-attributes' for macOS, which currently only work when
-running Emacs as root.
-
-See this article by Bozhidar Batsov for an overview of Proced:
-https://emacsredux.com/blog/2013/05/02/manage-processes-with-proced/
-
 **** Tooltip properties
 Tooltip properties like the background color and font are hard-wired,
 even though Emacs allows a user to customize such features.