From 3572a10cc7e9328f491ca20d95e05ae0e377e218 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 6 Aug 2010 18:04:58 +0200 Subject: Removing key bindings of the form C-c . These are reserved for users. See http://www.gnu.org/software/emacs/elisp/html_node/Key-Binding-Conventions.htm --- README | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'README') 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: -- cgit v1.2.3