emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59407: closed ([PATCH] Add Colors to proced)


From: GNU bug Tracking System
Subject: bug#59407: closed ([PATCH] Add Colors to proced)
Date: Thu, 01 Dec 2022 18:19:02 +0000

Your message dated Thu, 01 Dec 2022 20:17:29 +0200
with message-id <83ilivgf9i.fsf@gnu.org>
and subject line Re: bug#59407: [PATCH] Add Colors to proced
has caused the debbugs.gnu.org bug report #59407,
regarding [PATCH] Add Colors to proced
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59407: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59407
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add Colors to proced Date: Sun, 20 Nov 2022 10:26:35 +0000
Hi, attached is a patch I've recently been working to do with colorizing proced buffers, similar to htop.

In particular, the current Emacs process id is highlighted purple in both the process id and parent process id columns, session group leaders have their process ids underlined, larger memory sizes for rss and vsize are highlighted in darker shades of orange, and the first word in the args property (the executable) is highlighted in blue - I've attached a couple of screenshots.

The way I'd recommend to try it out would be:

(require 'proced)
(setq-default proced-auto-update-flag t)
(setq-default proced-auto-update-interval 1)
(setq proced-enable-color-flag t)

And then M-x proced.

Thanks, Laurence

Attachment: 0001-Add-colors-to-proced.patch
Description: Text Data

Attachment: proced-colours-1.png
Description: PNG image

Attachment: proced-colours-2.png
Description: PNG image


--- End Message ---
--- Begin Message --- Subject: Re: bug#59407: [PATCH] Add Colors to proced Date: Thu, 01 Dec 2022 20:17:29 +0200
> From: Laurence Warne <laurencewarne@gmail.com>
> Date: Tue, 29 Nov 2022 14:02:52 +0000
> Cc: Eli Zaretskii <eliz@gnu.org>, luangruo@yahoo.com, 59407@debbugs.gnu.org
> 
> Nice, the new patch should take this into consideration.

Thanks, installed on the release branch, and closing the bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]