From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#26649: 26.0.50; buffer-command: Return the cmd that started a process in buffer Date: Thu, 27 Apr 2017 01:09:12 +0300 Organization: LINKOV.NET Message-ID: <8737cu254r.fsf@localhost> References: <87a874299d.fsf@calancha-pc> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1493244797 20854 195.159.176.226 (26 Apr 2017 22:13:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2017 22:13:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (x86_64-pc-linux-gnu) Cc: 26649@debbugs.gnu.org To: Tino Calancha Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 27 00:13:12 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3VBO-0005HH-QM for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Apr 2017 00:13:10 +0200 Original-Received: from localhost ([::1]:57356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3VBU-0001sF-LU for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Apr 2017 18:13:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3VBL-0001re-Lu for bug-gnu-emacs@gnu.org; Wed, 26 Apr 2017 18:13:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3VBG-0005FT-OR for bug-gnu-emacs@gnu.org; Wed, 26 Apr 2017 18:13:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:43914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d3VBG-0005FN-Kp for bug-gnu-emacs@gnu.org; Wed, 26 Apr 2017 18:13:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d3VBG-00007T-9n for bug-gnu-emacs@gnu.org; Wed, 26 Apr 2017 18:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Apr 2017 22:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26649 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 26649-submit@debbugs.gnu.org id=B26649.1493244772430 (code B ref 26649); Wed, 26 Apr 2017 22:13:02 +0000 Original-Received: (at 26649) by debbugs.gnu.org; 26 Apr 2017 22:12:52 +0000 Original-Received: from localhost ([127.0.0.1]:42110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3VB6-00006q-L9 for submit@debbugs.gnu.org; Wed, 26 Apr 2017 18:12:52 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:42886 helo=homiemail-a11.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3VB4-00006d-N9 for 26649@debbugs.gnu.org; Wed, 26 Apr 2017 18:12:51 -0400 Original-Received: from homiemail-a11.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a11.g.dreamhost.com (Postfix) with ESMTP id A5BE2314C069; Wed, 26 Apr 2017 15:12:49 -0700 (PDT) Original-Received: from localhost.linkov.net (m83-179-141-227.cust.tele2.ee [83.179.141.227]) (Authenticated sender: jurta@jurta.org) by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id C36E8314C066; Wed, 26 Apr 2017 15:12:48 -0700 (PDT) In-Reply-To: <87a874299d.fsf@calancha-pc> (Tino Calancha's message of "Tue, 25 Apr 2017 17:15:26 +0900") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:132038 Archived-At: > Severity: wishlist > > I define in my private customization a command `buffer-command', which > calls `process-command' on the process associated with the current > buffer. > Interactively, it shows in the echo area the command as the last column > of `list-processes' does. > Is anyone interested in adding this feature? The command name =E2=80=98buffer-command=E2=80=99 is confusing. At first= I thought it should read a command in the minibuffer like =E2=80=98shell-command=E2=80= =99 and execute it in the buffer's process. But actually it just displays the same info that is available in =E2=80=98list-processes=E2=80=99.