Variable: comint-redirect-insert-matching-regexp

comint-redirect-insert-matching-regexp is a variable defined in comint.el.gz.

Value

nil

Documentation

If non-nil, the text that ends a redirection is included in it.

More precisely, the text that matches comint-redirect-finished-regexp and therefore terminates an output redirection is inserted in the redirection target buffer, along with the preceding output.

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-redirect-insert-matching-regexp nil
  "If non-nil, the text that ends a redirection is included in it.
More precisely, the text that matches `comint-redirect-finished-regexp'
and therefore terminates an output redirection is inserted in the
redirection target buffer, along with the preceding output.")