diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-24 23:23:58 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-24 23:23:58 +0100 |
commit | b9b36421ff83a12b1ef9e645be7d23f68d703912 (patch) | |
tree | a6895235ca82cfe430c5e882e481f83e682a5cf1 /README | |
parent | 05c2c94f9a29e24139c591d994a225d9de416767 (diff) | |
download | geiser-guile-b9b36421ff83a12b1ef9e645be7d23f68d703912.tar.gz geiser-guile-b9b36421ff83a12b1ef9e645be7d23f68d703912.tar.bz2 |
Smart tab is not enabled by default; module completion bound to C-.
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -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. |