Variable: xscheme-process-filter-state

xscheme-process-filter-state is a buffer-local variable defined in xscheme.el.gz.

Documentation

State of scheme process escape reader state machine:
idle waiting for an escape sequence
reading-type received an altmode but nothing else
reading-string reading prompt string

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defvar-local xscheme-process-filter-state 'idle
  "State of scheme process escape reader state machine:
idle                   waiting for an escape sequence
reading-type           received an altmode but nothing else
reading-string         reading prompt string")