Variable: nntp-telnet-parameters
nntp-telnet-parameters is a variable defined in nntp.el.gz.
Value
("exec" "telnet" "-8" "${NNTPSERVER:=news}" "nntp")
Documentation
Parameters to nntp-open-telnet.
That function may be used as nntp-open-connection-function. In that
case, this list will be executed as a command after logging in
via 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-parameters
'("exec" "telnet" "-8" "${NNTPSERVER:=news}" "nntp")
"Parameters to `nntp-open-telnet'.
That function may be used as `nntp-open-connection-function'. In that
case, this list will be executed as a command after logging in
via telnet.")