Tom Wurgler <[email protected]> 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-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
