[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ctrl-c ctrl-c in shell or py-shell
From: |
Michael Albinus |
Subject: |
Re: ctrl-c ctrl-c in shell or py-shell |
Date: |
Sat, 01 Oct 2011 13:28:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Paul Northug <address@hidden> writes:
> If I am running an emacs shell or interactive python shell on the
> local machine, I can use Ctrl-C Ctrl-C to interrupt something running
> inside this shell.
>
> However, if I do this on a shell running on a remote host through
> tramp, Ctrl-C Ctrl-C kills the shell entirely rather than interrupting
> the process running inside the shell as expected. Is there a way
> around this behavior?
In short: no. This is a known problem, it belongs to the more general
problem how to send a signal to a remote process.
I'm sorry, but nobody has shown a possible solution (yet).
> Thanks,
> Paul.
Best regards, Michael.