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

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

tramp: how kill process


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

Hallo people.

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")

How to do it in elegant way then?

regards



reply via email to

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