From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Newsgroups: gmane.emacs.help Subject: Re: tramp: how kill process Date: Mon, 23 Nov 2015 14:12:37 +0100 Message-ID: <565310C5.2020304@gmail.com> References: <56520381.3090900@gmail.com> <87vb8tc1oq.fsf@gmx.de> <565224EC.9090705@gmail.com> <565225EA.1030908@gmail.com> <87y4dpd8hc.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1448284409 2974 80.91.229.3 (23 Nov 2015 13:13:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 13:13:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 23 14:13:24 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a0qvO-0006Lo-Ja for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Nov 2015 14:12:54 +0100 Original-Received: from localhost ([::1]:60435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0qvP-0004hO-5K for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Nov 2015 08:12:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0qvD-0004h7-PR for help-gnu-emacs@gnu.org; Mon, 23 Nov 2015 08:12:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0qvA-0004pW-Iz for help-gnu-emacs@gnu.org; Mon, 23 Nov 2015 08:12:43 -0500 Original-Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:33001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0qvA-0004pJ-CG for help-gnu-emacs@gnu.org; Mon, 23 Nov 2015 08:12:40 -0500 Original-Received: by lfaz4 with SMTP id z4so107060254lfa.0 for ; Mon, 23 Nov 2015 05:12:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=2QLbj2umuiEdclg3NeCcx0BztpBDAzWjYA8sd1AKN54=; b=WdSek+PmV5sw9QoV4smWoan/otnBLOV7vD4boiA9eVN/6LvrDUmmdcrOCFD04MQSs8 TwQE+JAK84tKVE2rLTEddfdH0/mm/H6lc/8m7WoPO+zodyw35Nja8ZIas+tcZRjvQHi9 Z3diOpzLd5gjO9aYawMof+jf0fEHvh7uGmdISDbw7XJjzgC1KuoToR5h3Lyuxlk6hzfZ HhC3I0PF0wb6gFycbFw4zcaKlUQJ8RSA354lkhhLkfV2GxY4MAvdItOEWg3Q/8t/vnWu PASzSydkRmQaT4YbEHdDGzt4/+8IM2OHKD+Wmrvp1Y3gm6Dl2yfztky361nakn+9y93p JfyA== X-Received: by 10.25.170.149 with SMTP id t143mr11045775lfe.162.1448284359616; Mon, 23 Nov 2015 05:12:39 -0800 (PST) Original-Received: from [192.168.20.129] (89-71-18-69.dynamic.chello.pl. [89.71.18.69]) by smtp.googlemail.com with ESMTPSA id xn8sm1805074lbb.41.2015.11.23.05.12.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 05:12:38 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <87y4dpd8hc.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108202 Archived-At: On 22.11.2015 22:34, Michael Albinus wrote: > Paul writes: > >> Michael, > > Hi Paul, > >> I must unsay it. >> >> delete-process removes process from list of processes at >> *Process List*, but process itself is NOT killed, I still can see it >> in M-x proced. > > In my Emacs stanza (25.0.50), the key "d" in the *Process List* buffer > is bound to the function `process-menu-delete-process'. It's docstring > says "Kill process at point in a ‘list-processes’ buffer." Unfortunatelly `process-menu-delete-process' is not present on my emacs (24.5.1) > >> regards > > Best regards, Michael. >