summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-08-06 18:04:58 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-08-06 18:04:58 +0200
commit3572a10cc7e9328f491ca20d95e05ae0e377e218 (patch)
treebe7b528d50d8e4f0753cdf9b64e5de4603fd4864 /README
parent654bfbff2675c45882857411c7a2f3594e708639 (diff)
downloadgeiser-chez-3572a10cc7e9328f491ca20d95e05ae0e377e218.tar.gz
geiser-chez-3572a10cc7e9328f491ca20d95e05ae0e377e218.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--README39
1 files changed, 20 insertions, 19 deletions
diff --git a/README b/README
index 09b52c7..90b45d5 100644
--- a/README
+++ b/README
@@ -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: