ftelnet

Homepage: http://www.splode.com/~friedman/software/emacs-lisp

Author: Noah Friedman

Updated:

Summary

Remote login interface

Commentary

This code originally derived from emacs 19.29 rlogin.el, and was then
modified substantially for use with telnet.

Support for remote logins using `telnet'.
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.

If you wish for ftelnet mode to prompt you in the minibuffer for
passwords when a password prompt appears, just enter m-x send-invisible
and type in your line, or add `comint-watch-for-password-prompt' to
`comint-output-filter-functions'.

Dependencies