diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-06 18:04:58 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-06 18:04:58 +0200 |
commit | f951a9999f0ffb097e59d3fae0427013bcee6a7a (patch) | |
tree | 02ad4ea9e5460c6e58b8fa21e6ee51c3707d20bc /README | |
parent | 4d7e66d5058370901fc0af131755e2bb45e07485 (diff) | |
download | geiser-f951a9999f0ffb097e59d3fae0427013bcee6a7a.tar.gz geiser-f951a9999f0ffb097e59d3fae0427013bcee6a7a.tar.bz2 |
Removing key bindings of the form C-c <alphabetic>.
These are reserved for users. See
http://www.gnu.org/software/emacs/elisp/html_node/Key-Binding-Conventions.htm
Diffstat (limited to 'README')
-rw-r--r-- | README | 39 |
1 files changed, 20 insertions, 19 deletions
@@ -129,25 +129,26 @@ *** In the REPL - |----------------+----------------------------------------------------| - | C-c C-z, C-c z | Start Scheme REPL, or jump to previous buffer | - | C-c C-q | Kill Scheme process | - |----------------+----------------------------------------------------| - | M-. | Edit identifier at point | - | TAB, M-TAB | Complete identifier at point | - | M-`, C-. | Complete module name at point | - |----------------+----------------------------------------------------| - | M-p, M-n | Prompt history, matching current prefix | - |----------------+----------------------------------------------------| - | C-c C-k, C-c k | Nuke REPL: use it if the REPL becomes unresponsive | - |----------------+----------------------------------------------------| - | C-c C-m, C-c m | Set current module | - | C-c C-l, C-c l | Load scheme file | - |----------------+----------------------------------------------------| - | C-c C-d C-d | See documentation for symbol at point | - | C-c C-d C-m | See documentation for module | - | C-c C-a, C-c a | Toggle autodoc mode | - |----------------+----------------------------------------------------| + |-------------+----------------------------------------------------| + | C-c C-z | Start Scheme REPL, or jump to previous buffer | + | C-c C-q | Kill Scheme process | + |-------------+----------------------------------------------------| + | M-. | Edit identifier at point | + | TAB, M-TAB | Complete identifier at point | + | M-`, C-. | Complete module name at point | + |-------------+----------------------------------------------------| + | M-p, M-n | Prompt history, matching current prefix | + |-------------+----------------------------------------------------| + | C-c C-k | Nuke REPL: use it if the REPL becomes unresponsive | + |-------------+----------------------------------------------------| + | C-c C-m | Set current module | + | C-c C-i | Import module into current namespace | + | C-c C-l | Load scheme file | + |-------------+----------------------------------------------------| + | C-c C-d C-d | See documentation for symbol at point | + | C-c C-d C-m | See documentation for module | + | C-c C-d C-a | Toggle autodoc mode | + |-------------+----------------------------------------------------| *** In the documentation browser: |