previous up next     contents index
Next: Scheme Interaction Mode Keyboard Up: Standard Keyboard and Mouse Previous: Standard Keyboard and Mouse

Scheme Mode Keyboard Mapping

 

When a buffer uses Scheme mode, the keymap  mred:global-scheme-mode-keymap is inserted into the chain of keymaps from the buffer's private keymap (before the global keymap). This keymap is created at system startup time and initialized by   (mred:setup-global-scheme-mode-keymap mred:global-scheme-mode-keymap).

The mred:setup-global-scheme-mode-keymap procedure installs the following functions into a keymap:  

and these functions are bound to these keys:
previous up next     contents index
Next: Scheme Interaction Mode Keyboard Up: Standard Keyboard and Mouse Previous: Standard Keyboard and Mouse

PLT