GNU bug report logs - #21725
25.0; list-processes dont show process id

Previous Next

Package: emacs;

Reported by: Tino Calancha <f92capac <at> gmail.com>

Date: Wed, 21 Oct 2015 09:29:02 UTC

Severity: wishlist

Found in version 25.0

Fixed in version 26.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21725 in the body.
You can then email your comments to 21725 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21725; Package emacs. (Wed, 21 Oct 2015 09:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tino Calancha <f92capac <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 21 Oct 2015 09:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tino Calancha <f92capac <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0; list-processes dont show process id
Date: Wed, 21 Oct 2015 18:30:43 +0900 (JST)
[Message part 1 (text/plain, inline)]
In GNU Emacs 25.0.50 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.23)
 of 2015-10-21

list-processes should show the process id. This is particularly important
for those processes not associated to a buffer: showing a column with
the PID greatly simplify killing those processes when they are not needed.
[simple-1.patch (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21725; Package emacs. (Wed, 21 Oct 2015 16:48:01 GMT) Full text and rfc822 format available.

Message #8 received at 21725 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Tino Calancha <f92capac <at> gmail.com>
Cc: 21725 <at> debbugs.gnu.org
Subject: Re: bug#21725: 25.0; list-processes dont show process id
Date: Wed, 21 Oct 2015 19:47:24 +0300
> Date: Wed, 21 Oct 2015 18:30:43 +0900 (JST)
> From: Tino Calancha <f92capac <at> gmail.com>
> 
> list-processes should show the process id. This is particularly important
> for those processes not associated to a buffer: showing a column with
> the PID greatly simplify killing those processes when they are not needed.

Thank you for your contribution.

However, wouldn't it be better to provide a key binding in the buffer
that shows the processes that would kill the process shown on the
current line?  A possible key could be "C-c C-\", for example.  This
sounds like an easier way than first looking up the PID, the killing
the process by PID.  WDYT?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21725; Package emacs. (Thu, 22 Oct 2015 00:12:01 GMT) Full text and rfc822 format available.

Message #11 received at 21725 <at> debbugs.gnu.org (full text, mbox):

From: "Constantino Calancha" <f92capac <at> gmail.com>
To: 21725 <at> debbugs.gnu.org
Subject: Re: bug#21725: 25.0; list-processes dont show process id
Date: Thu, 22 Oct 2015 09:13:54 +0900
Sure, i wish such functionality since long time ago.
It think a non GNU emacs library list-processes+.el, add
such functionality. I have never tried such library.
I will take a look when i have time, but
not sure if i will be skillfull enough.


On Thu, 22 Oct 2015 01:47:24 +0900, Eli Zaretskii <eliz <at> gnu.org> wrote:

>> Date: Wed, 21 Oct 2015 18:30:43 +0900 (JST)
>> From: Tino Calancha <f92capac <at> gmail.com>
>>
>> list-processes should show the process id. This is particularly  
>> important
>> for those processes not associated to a buffer: showing a column with
>> the PID greatly simplify killing those processes when they are not  
>> needed.
>
> Thank you for your contribution.
>
> However, wouldn't it be better to provide a key binding in the buffer
> that shows the processes that would kill the process shown on the
> current line?  A possible key could be "C-c C-\", for example.  This
> sounds like an easier way than first looking up the PID, the killing
> the process by PID.  WDYT?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21725; Package emacs. (Thu, 22 Oct 2015 00:56:02 GMT) Full text and rfc822 format available.

Message #14 received at 21725 <at> debbugs.gnu.org (full text, mbox):

From: "Constantino Calancha" <f92capac <at> gmail.com>
To: "Eli Zaretskii" <eliz <at> gnu.org>
Cc: 21725 <at> debbugs.gnu.org
Subject: Re: bug#21725: 25.0; list-processes dont show process id
Date: Thu, 22 Oct 2015 09:58:28 +0900
`
I have realized that emacs25 already introduces a function
`process-menu-delete-process', deleting the processes at point,
and bind "d" to this function. Nice improvement!

Even if we can easily delete all the process, it would be natural
to show one column with the process IDs as i did in the patch.

On Thu, 22 Oct 2015 01:47:24 +0900, Eli Zaretskii <eliz <at> gnu.org> wrote:

>> Date: Wed, 21 Oct 2015 18:30:43 +0900 (JST)
>> From: Tino Calancha <f92capac <at> gmail.com>
>>
>> list-processes should show the process id. This is particularly  
>> important
>> for those processes not associated to a buffer: showing a column with
>> the PID greatly simplify killing those processes when they are not  
>> needed.
>
> Thank you for your contribution.
>
> However, wouldn't it be better to provide a key binding in the buffer
> that shows the processes that would kill the process shown on the
> current line?  A possible key could be "C-c C-\", for example.  This
> sounds like an easier way than first looking up the PID, the killing
> the process by PID.  WDYT?




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 07 Jun 2016 19:08:01 GMT) Full text and rfc822 format available.

Notification sent to Tino Calancha <f92capac <at> gmail.com>:
bug acknowledged by developer. (Tue, 07 Jun 2016 19:08:01 GMT) Full text and rfc822 format available.

Message #19 received at 21725-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 21725-done <at> debbugs.gnu.org
Subject: Re: bug#21725: 25.0; list-processes dont show process id
Date: Tue, 07 Jun 2016 15:07:27 -0400
Version: 25.2

Thanks; applied.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Jul 2016 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 17 Oct 2016 07:47:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21725; Package emacs. (Mon, 17 Oct 2016 07:50:02 GMT) Full text and rfc822 format available.

Message #26 received at 21725 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: 21725 <at> debbugs.gnu.org
Subject: Re: bug#21725: 25.0; list-processes dont show process id
Date: Mon, 17 Oct 2016 10:49:36 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Date: Tue, 07 Jun 2016 15:07:27 -0400
>
> Version: 25.2
>
> Thanks; applied.

This doesn't seem to be a bug at all, so it should have been applied
to master, not the release branch.  Am I missing something?

Thanks.




bug Marked as fixed in versions 26.1. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 23 Oct 2016 13:09:01 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 25.2. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 23 Oct 2016 13:11:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 21 Nov 2016 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.