Variable: url-gateway-telnet-parameters
url-gateway-telnet-parameters is a customizable variable defined in
url-gw.el.gz.
Value
("exec" "telnet" "-8")
Documentation
Parameters to url-open-telnet.
This list will be executed as a command after logging in via telnet.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-telnet-parameters '("exec" "telnet" "-8")
"Parameters to `url-open-telnet'.
This list will be executed as a command after logging in via telnet."
:type '(repeat string)
:group 'url-gateway)