Variable: octave-send-line-auto-forward

octave-send-line-auto-forward is a customizable variable defined in octave.el.gz.

Value

t

Documentation

Control auto-forward after sending to the inferior Octave process.

Non-nil means always go to the next Octave code line after sending.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom octave-send-line-auto-forward t
  "Control auto-forward after sending to the inferior Octave process.
Non-nil means always go to the next Octave code line after sending."
  :type 'boolean)