File: rlogin.el.html

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-modeControl whether and how to do directory tracking in an rlogin buffer.
rlogin-explicit-argsList of arguments to pass to ‘rlogin-program’ on the command line.
rlogin-hostThe name of the default remote host. This variable is buffer-local.
rlogin-mode-abbrev-tableAbbrev table for ‘rlogin-mode’.
rlogin-mode-hookHooks to run after setting current buffer to rlogin-mode.
rlogin-mode-mapKeymap for ‘rlogin-mode’.
rlogin-mode-syntax-tableSyntax table for ‘rlogin-mode’.
rlogin-process-connection-typeIf non-nil, use a pty for the local rlogin process.
rlogin-programName of program to invoke remote login.
rlogin-remote-userThe 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()

Defined faces (0)