Here's my scenario:
I connect to my debian server from an Ubuntu terminal. I invoke emacs text editor to edit files on my server. Unfortunately it seems that the Ctrl X
key is not recognized by emacs run in this manner. I tried all available terminals including lxterminal, qterminal, xfceterminal while running ssh. It happens in all of them. I even tried the virtual console. It happens there too. It does not happen when connected from Windows via putty.
On the client, I tried nano in terminal mode and emacs -nw
, and Ctrl-X does work there. So I assume it's an emacs problem tied to ssh from Ubuntu. How do I fix this?
The client is running Ubuntu 16.10 on gnome. The host is Debian 8 x64 server.