From bc1b0658370808d53cfd4e485911802bc498f626 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 15 Feb 2009 18:41:04 +0100 Subject: Smart tab completion mode. --- README | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README') 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 |--------------+-----------------------------------------| -- cgit v1.2.3