File: xscheme.el.html
A major mode for interacting with MIT Scheme.
Requires MIT Scheme release 5 or later. Changes to Control-G handler require runtime version 13.85 or later.
Defined variables (25)
default-xscheme-runlight | Default global (shared) xscheme-runlight mode line format. |
scheme-band-name | Band loaded by the ‘run-scheme’ command. |
scheme-program-arguments | Arguments passed to the Scheme program by the ‘run-scheme’ command. |
xscheme-allow-output-p | Non-nil stops scheme process output being inserted in the process buffer. |
xscheme-allow-pipelined-evaluation | If non-nil, an expression may be transmitted while another is evaluating. |
xscheme-buffer-name | Name of xscheme buffer that we’re currently interacting with. |
xscheme-control-g-disabled-p | This variable, if non-nil, indicates that a control-g is being processed |
xscheme-control-g-synchronization-p | If non-nil, insert markers in the scheme input stream to indicate when |
xscheme-expressions-ring | List of expressions recently transmitted to the Scheme process. |
xscheme-expressions-ring-max | Maximum length of Scheme expressions ring. |
xscheme-expressions-ring-yank-pointer | The tail of the Scheme expressions ring whose car is the last thing yanked. |
xscheme-process-command-line | Command used to start the most recent Scheme process. |
xscheme-process-filter-alist | Table used to decide how to handle process filter commands. |
xscheme-process-filter-state | State of scheme process escape reader state machine: |
xscheme-process-name | Name of xscheme process that we’re currently interacting with. |
xscheme-prompt | The current scheme prompt string. |
xscheme-runlight:gc | The character displayed when the Scheme process is garbage collecting. |
xscheme-runlight:input | The character displayed when the Scheme process is waiting for input. |
xscheme-runlight:running | The character displayed when the Scheme process is running. |
xscheme-running-p | This variable, if nil, indicates that the scheme process is |
xscheme-signal-death-message | If non-nil, causes a message to be generated when the Scheme process dies. |
xscheme-start-hook | If non-nil, a procedure to call when the Scheme process is started. |
xscheme-startup-message | String to insert into Scheme process buffer first time it is started. |
xscheme-string-accumulator | Accumulator for the string being received from the scheme process. |
xscheme-string-receiver | Procedure to send the string argument from the scheme process. |