Variable: nntp-telnet-command

nntp-telnet-command is a variable defined in nntp.el.gz.

Value

"telnet"

Documentation

Telnet command used to connect to the nntp server.

This command is used by the methods nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet and nntp-open-via-telnet-and-telnet.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-telnet-command "telnet"
  "Telnet command used to connect to the nntp server.
This command is used by the methods `nntp-open-telnet-stream',
`nntp-open-via-rlogin-and-telnet' and `nntp-open-via-telnet-and-telnet'.")