diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-15 18:41:04 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-15 18:41:04 +0100 |
commit | bc1b0658370808d53cfd4e485911802bc498f626 (patch) | |
tree | 2075ed58692e5b8653704f1ee1b24262e1b77d09 /README | |
parent | 245e681f8ebd0f9304ae87815bf1d49a05241162 (diff) | |
download | geiser-guile-bc1b0658370808d53cfd4e485911802bc498f626.tar.gz geiser-guile-bc1b0658370808d53cfd4e485911802bc498f626.tar.bz2 |
Smart tab completion mode.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |--------------+-----------------------------------------| |