summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-24 23:23:58 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-24 23:23:58 +0100
commitb9b36421ff83a12b1ef9e645be7d23f68d703912 (patch)
treea6895235ca82cfe430c5e882e481f83e682a5cf1 /README
parent05c2c94f9a29e24139c591d994a225d9de416767 (diff)
downloadgeiser-chez-b9b36421ff83a12b1ef9e645be7d23f68d703912.tar.gz
geiser-chez-b9b36421ff83a12b1ef9e645be7d23f68d703912.tar.bz2
Smart tab is not enabled by default; module completion bound to C-.
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 11 insertions, 14 deletions
diff --git a/README b/README
index 1db1a4d..41e042c 100644
--- a/README
+++ b/README
@@ -34,18 +34,11 @@
| C-cC-dm | See module documentation |
| C-cC-da | Toggle autodoc mode |
|---------+-------------------------------------------------|
-
- If `geiser-mode-smart-tab-p' is nil
- |----------+-------------------------------|
- | M-TAB | Complete symbol at point |
- | C-uM-TAB | Complete module name at point |
- |----------+-------------------------------|
-
- If `geiser-mode-smart-tab-p' is t
- |-------+-----------------------------------------|
- | TAB | Complete symbol at point or indent |
- | M-TAB | Complete module name at point or indent |
- |-------+-----------------------------------------|
+ | M-TAB | Complete symbol at point |
+ | C-. | Complete module name at point |
+ | TAB | Complete symbol at point or indent |
+ | | (If `geiser-mode-smart-tab-p' is t) |
+ |---------+-------------------------------------------------|
*** In the REPL
@@ -53,8 +46,8 @@
| C-cC-z, C-cz | Start Scheme REPL (if it's not running) |
|--------------+-----------------------------------------|
| M-. | Edit symbol at point |
- | TAB | Complete symbol at point |
- | M-TAB | Complete module name at point |
+ | TAB, M-TAB | Complete symbol at point |
+ | C-. | Complete module name at point |
|--------------+-----------------------------------------|
| M-p, M-n | Prompt history, matching current prefix |
|--------------+-----------------------------------------|
@@ -80,3 +73,7 @@
| C-cz | switch to REPL |
| q | bury buffer |
|-----------+----------------------------------------------|
+
+*** In backtrace (evaluation/compile result) buffers:
+
+ Default error navigation keys used by emacs' compilation mode.