File: telnet.el.html

This mode is intended to be used for telnet or rsh to a remote host; telnet and rsh are the two entry points. Multiple telnet or rsh sessions are supported.

Normally, input is sent to the remote telnet/rsh 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-commandCommand used to start the ‘telnet’ (or ‘rsh’) connection.
telnet-countNumber of output strings from telnet process while looking for password.
telnet-host-propertiesSpecify which telnet program to use for particular hosts.
telnet-initial-countInitial value of ‘telnet-count’.
telnet-interrupt-stringString sent by C-c.
telnet-maximum-countMaximum value ‘telnet-count’ can have.
telnet-mode-abbrev-tableAbbrev table for ‘telnet-mode’.
telnet-mode-hookHook run after entering Telnet mode.
telnet-mode-mapKeymap for ‘telnet-mode’.
telnet-mode-syntax-tableSyntax table for ‘telnet-mode’.
telnet-programProgram to run to open a telnet connection.
telnet-remote-echoesNon-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)

Defined faces (0)