Variable: nntp-telnet-shell-prompt

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

Value

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

Documentation

Regular expression to match the shell prompt on the remote machine.

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-shell-prompt "bash\\|[$>] *\r?$"
  "Regular expression to match the shell prompt on the remote machine.")