Variable: xscheme-allow-pipelined-evaluation

xscheme-allow-pipelined-evaluation is a customizable variable defined in xscheme.el.gz.

Value

t

Documentation

If non-nil, an expression may be transmitted while another is evaluating.

Otherwise, attempting to evaluate an expression before the previous expression has finished evaluating will signal an error.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defcustom xscheme-allow-pipelined-evaluation t
  "If non-nil, an expression may be transmitted while another is evaluating.
Otherwise, attempting to evaluate an expression before the previous expression
has finished evaluating will signal an error."
  :type 'boolean)