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: Michael Albinus
Subject: Re: tramp: how kill process
Date: Sun, 22 Nov 2015 19:46:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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]