[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.1.15); Signals sent to remote shells affect localhost
From: |
Michael Albinus |
Subject: |
Re: tramp (2.1.15); Signals sent to remote shells affect localhost |
Date: |
Sun, 12 Apr 2009 20:38:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) |
David Abrahams <address@hidden> writes:
> Open a remote file
> `M-x shell'
> start some long-running process, e.g. `watch ls'
> `C-c C-z'
> `uname -a'
>
> note that you're back on the local machine
This is not implemented in Tramp, indeed. It is not simple, because
Emacs does not offer to implement own signal handlers.
At least, it is already on the todo list (see tramp.el at the end) ...
Best regards, Michael.