Variable: xscheme-control-g-synchronization-p
xscheme-control-g-synchronization-p is a variable defined in
xscheme.el.gz.
Value
t
Documentation
If non-nil, insert markers in the scheme input stream to indicate when control-g interrupts were signaled. Do not allow more control-g's to be signaled until the scheme process acknowledges receipt.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defconst xscheme-control-g-synchronization-p t
"If non-nil, insert markers in the scheme input stream to indicate when
control-g interrupts were signaled. Do not allow more control-g's to be
signaled until the scheme process acknowledges receipt.")