Variable: scheme-mode-map

scheme-mode-map is a variable defined in scheme.el.gz.

Value

C-M-q    indent-sexp
C-M-q    prog-indent-sexp
C-M-x    scheme-send-definition
C-M-z    xscheme-send-region
C-c C-b  xscheme-send-breakpoint-interrupt
C-c C-c  scheme-compile-definition-and-go
C-c C-e  scheme-send-definition
C-c C-k  scheme-compile-file
C-c C-l  scheme-load-file
C-c C-r  scheme-send-region
C-c C-s  xscheme-select-process-buffer
C-c C-t  scheme-trace-procedure
C-c C-u  xscheme-send-control-u-interrupt
C-c C-x  scheme-expand-current-form
C-c C-z  switch-to-scheme
C-c M-c  scheme-compile-definition
C-c M-e  scheme-send-definition-and-go
C-c M-r  scheme-send-region-and-go
C-x C-e  scheme-send-last-sexp
DEL      backward-delete-char-untabify
M-RET    xscheme-send-previous-expression
M-o      xscheme-send-buffer
M-q      prog-fill-reindent-defun
M-z      xscheme-send-definition

Documentation

Keymap for Scheme mode.

All commands in lisp-mode-shared-map are inherited by this map.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/scheme.el.gz
(defvar-keymap scheme-mode-map
  :doc "Keymap for Scheme mode.
All commands in `lisp-mode-shared-map' are inherited by this map."
  :parent lisp-mode-shared-map)