From: Stefan Kangas Date: Mon, 8 Jul 2024 10:45:30 +0000 (+0200) Subject: ; Delete fixed item from etc/TODO: "proced on macOS" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10373b640069f1571b45c3135fcb257315c84a7c;p=emacs.git ; Delete fixed item from etc/TODO: "proced on macOS" 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) --- diff --git a/etc/TODO b/etc/TODO index a6964c67fc2..40571b9de3c 100644 --- 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 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.