SSH mode for Emacs, optimized for high-latency connections
Go to file
Ian Eure c17cf5b43d ELPAnize, update headers & copyright, add myself to authors, add version. 2012-09-04 13:42:03 -07:00
README.org Add README 2012-09-04 13:37:17 -07:00
ssh.el ELPAnize, update headers & copyright, add myself to authors, add version. 2012-09-04 13:42:03 -07:00

README.org

SSH mode for Emacs

Support for remote logins using ssh. This program is layered on top of shell.el; the code here only accounts for the variations needed to handle a remote process, e.g. directory tracking and the sending of some special characters.

Usage

M-x ssh RET hostname RET

Completion

Tab completion is never going to work as well as with local shells, but it does work. Set ssh-directory-tracking-mode to ftp, and set ssh-mode-hook to:

(lambda ()
 (shell-dirtrack-mode t)
 (setq dirtrackp nil))

Sometimes stuff will get out of sync anyways. Hit M-x dirs RET to resync.