summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-15 18:41:04 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-15 18:41:04 +0100
commit8d137f9e77811f16d536f73cc1c059a77782f7de (patch)
tree27f53c14da484987ff9c5093dcf098a75040e0c3 /README
parent5f34ef433af9deb412f29fb509de8f5d1082526d (diff)
downloadgeiser-8d137f9e77811f16d536f73cc1c059a77782f7de.tar.gz
geiser-8d137f9e77811f16d536f73cc1c059a77782f7de.tar.bz2
Smart tab completion mode.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index b489e37..26f917e 100644
--- a/README
+++ b/README
@@ -19,8 +19,6 @@
|---------------+-------------------------------------------------|
| M-. | Edit symbol at point |
| M-, | Go back to where M-. was last invoked |
- | M-TAB | Complete symbol at point |
- | C-uM-TAB | Complete module name at point |
|---------------+-------------------------------------------------|
| C-M-x, C-cC-e | Eval definition around point |
| C-cMe | Eval definition around point and switch to REPL |
@@ -35,6 +33,18 @@
| C-cC-a | 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 |
+ |-------+-----------------------------------------|
+
*** In the REPL
|--------------+-----------------------------------------|