help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: tramp: how kill process


From: Paul
Subject: Re: tramp: how kill process
Date: Sun, 22 Nov 2015 21:04:55 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hallo Michael,
thank You for the answer.

Unfortunately, `d' is not bound to any command in *Process List* of my emacs.

C-h k d
d is undefined

my emacs version is:
GNU Emacs 24.5.1 (i686-pc-linux-gnu, GTK+ Version 2.24.23) of 2015-04-25 on localhost

best regards

On 22.11.2015 19:46, Michael Albinus wrote:
Paul <mafeuser@gmail.com> writes:

Hallo people.

Hi,

When on "/sudo::/root" tramp buffer, I run the following command:

(start-file-process "my-process-name" (get-buffer-create
"*my-process-output*") "pathToProcess")

I can see it in M-x list-processes.

Unfortunatelly the following does not kill it:

C-x C-f "/sudo::/root"
M-x: (kill-process "my-process-name")

`kill-process' needs a process as argument, not a process name.

How to do it in elegant way then?

M-x list-processes

Move to the process to kill, and enter "d".

regards

Best regards, Michael.




reply via email to

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