[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp and proced
From: |
Michael Albinus |
Subject: |
Re: Tramp and proced |
Date: |
Fri, 11 Dec 2015 19:58:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Tom Wurgler <address@hidden> writes:
Hi Tom.
> Can anyone think of a way to be able to use proced on a remote machine
> and be able to interact with that machine's processes?
Not without changing proced.el.
It uses internally `list-system-processes' and `process-attributes', see
`proced-process-attributes'. At other places, it applies `call-process'.
All those subroutines are Tramp-agnostic. You could write a change
request towards Emacs, don't know whether somebody will take the ball.
Best regards, Michael.
- Tramp and proced, Tom Wurgler, 2015/12/11
- Re: Tramp and proced,
Michael Albinus <=