emacs-devel
[Top][All Lists]
Advanced

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

Re: process-tty-name of processes on remote hosts


From: Stefan Monnier
Subject: Re: process-tty-name of processes on remote hosts
Date: Thu, 29 Jul 2010 00:39:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Or Tramp simply sets a process property 'remote-tty, which could be
> checked by other packages with

>   (or (process-get proc 'remote-tty)
>       (process-tty-name proc))

> What do people think?

I have no idea how important/useful it might be in general, so the above
sounds like a good solution: cheap and acceptably generic.


        Stefan



reply via email to

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