File: rlogin.el.html
This library is obsolete.
See: https://debbugs.gnu.org/56461
Support for remote logins using rlogin.
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 rlogin mode to prompt you in the minibuffer for
passwords when a password prompt appears, just enter
M-x comint-send-invisible and type in your line (or tweak
comint-password-prompt-regexp to match your password prompt).
Defined variables (10)
rlogin-directory-tracking-mode | Control whether and how to do directory tracking in an rlogin buffer. |
rlogin-explicit-args | List of arguments to pass to ‘rlogin-program’ on the command line. |
rlogin-host | The name of the default remote host. This variable is buffer-local. |
rlogin-mode-abbrev-table | Abbrev table for ‘rlogin-mode’. |
rlogin-mode-hook | Hooks to run after setting current buffer to rlogin-mode. |
rlogin-mode-map | Keymap for ‘rlogin-mode’. |
rlogin-mode-syntax-table | Syntax table for ‘rlogin-mode’. |
rlogin-process-connection-type | If non-nil, use a pty for the local rlogin process. |
rlogin-program | Name of program to invoke remote login. |
rlogin-remote-user | The username used on the remote host. |
Defined functions (5)
rlogin | (INPUT-ARGS &optional BUFFER) |
rlogin-delchar-or-send-Ctrl-D | (ARG) |
rlogin-directory-tracking-mode | (&optional PREFIX) |
rlogin-mode | () |
rlogin-tab-or-complete | () |