Variable: nntp-via-shell-prompt

nntp-via-shell-prompt is a variable defined in nntp.el.gz.

Value

"bash\\|[$>] *
?$"

Documentation

Regular expression to match the shell prompt on an intermediate host.

This variable is used by the nntp-open-via-telnet-and-telnet method.

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-via-shell-prompt "bash\\|[$>] *\r?$"
  "Regular expression to match the shell prompt on an intermediate host.
This variable is used by the `nntp-open-via-telnet-and-telnet' method.")