Variable: idlwave-shell-show-if-error

idlwave-shell-show-if-error is a variable defined in idlw-shell.el.gz.

Value

nil

Documentation

If non-nil the process output is inserted into the output buffer if it contains an error message, even if hide-output is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defvar idlwave-shell-show-if-error nil
  "If non-nil the process output is inserted into the output buffer if
it contains an error message, even if hide-output is non-nil.")