File: telnet.el.html
This mode is intended to be used for telnet to a remote host;
telnet is the entry point. Multiple telnet sessions are
supported.
Normally, input is sent to the remote telnet line-by-line, as you type RET or LFD. C-c C-c sends a C-c to the remote immediately; C-c C-z sends C-z immediately. C-c C-q followed by any character sends that character immediately.
All RET characters are filtered out of the output coming back from the remote system. The mode tries to do other useful translations based on what it sees coming back from the other system before the password query. It knows about UNIX, ITS, TOPS-20 and Explorer systems.
You can use the global telnet-host-properties to associate a telnet program and login name with each host you regularly telnet to.
Defined variables (12)
telnet-connect-command | Command used to start the ‘telnet’ connection. |
telnet-count | Number of output strings from telnet process while looking for password. |
telnet-host-properties | Specify which telnet program to use for particular hosts. |
telnet-initial-count | Initial value of ‘telnet-count’. |
telnet-interrupt-string | String sent by C-c. |
telnet-maximum-count | Maximum value ‘telnet-count’ can have. |
telnet-mode-abbrev-table | Abbrev table for ‘telnet-mode’. |
telnet-mode-hook | Hook run after entering ‘telnet-mode’. |
telnet-mode-map | Keymap for ‘telnet-mode’. |
telnet-mode-syntax-table | Syntax table for ‘telnet-mode’. |
telnet-program | Program to run to open a telnet connection. |
telnet-remote-echoes | Non-nil if the telnet process will echo input. |
Defined functions (9)
rsh | (HOST) |
telnet | (HOST &optional PORT) |
telnet-check-software-type-initialize | (STRING) |
telnet-filter | (PROC STRING) |
telnet-initial-filter | (PROC STRING) |
telnet-interrupt-subjob | () |
telnet-mode | () |
telnet-revert-buffer | (IGNORE-AUTO NOCONFIRM) |
telnet-simple-send | (PROC STRING) |