Next: , Previous: , Up: Interactive Evaluation and Executing Lisp Expressions   [Index]


F.1.6.8 Scheme Mode

Parent mode is Prog Mode.

Major mode for editing Scheme code. Editing commands are similar to those of ‘lisp-mode’.

In addition, if an inferior Scheme process is running, some additional commands will be defined, for evaluating expressions and controlling the interpreter, and the state of the process will be displayed in the mode line of all Scheme buffers.

Use ‘M-x run-scheme’ to start an inferior Scheme using the more general ‘cmuscheme’ package.

scheme-send-last-sexp

C-x C-e

Send the previous sexp to the inferior Scheme process.

scheme-mode-hook