Emacs eshell over SSH not obeying key commands or elisp
- by Brad Wright
When SSHing to a remote server Eshell doesn't behave very well, e.g:
M-x eshell
ssh server
<tab> *inserts literal tab instead of trying to complete*
Hitting <tab>, for instance, inserts a literal tab. Is there no way to get tab completion, lisp interaction (like find-file blah) etc. over SSH? All the documentation I've read says…