Variable: octave-send-show-buffer

octave-send-show-buffer is a customizable variable defined in octave.el.gz.

Value

t

Documentation

Non-nil means display inferior-octave-buffer after sending to it.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom octave-send-show-buffer t
  "Non-nil means display `inferior-octave-buffer' after sending to it."
  :type 'boolean)