Variable: nslookup-prompt-regexp

nslookup-prompt-regexp is a customizable variable defined in net-utils.el.gz.

Value

"^> "

Documentation

Regexp to match the nslookup prompt.

This variable is only used if the variable comint-use-prompt-regexp is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defcustom nslookup-prompt-regexp "^> "
  "Regexp to match the nslookup prompt.

This variable is only used if the variable
`comint-use-prompt-regexp' is non-nil."
  :type  'regexp)