diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-15 17:35:17 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-15 17:35:17 +0100 |
commit | 245e681f8ebd0f9304ae87815bf1d49a05241162 (patch) | |
tree | 2a10cfd68f30967428f768d64f46057274eb2830 /README | |
parent | f753d35c186ad448e70e84afbc91fb37db2fbb57 (diff) | |
download | geiser-guile-245e681f8ebd0f9304ae87815bf1d49a05241162.tar.gz geiser-guile-245e681f8ebd0f9304ae87815bf1d49a05241162.tar.bz2 |
Initial support for module name completion.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ | 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 | @@ -41,6 +42,7 @@ |--------------+-----------------------------------------| | M-. | Edit symbol at point | | TAB | Complete symbol at point | + | M-TAB | Complete module name at point | |--------------+-----------------------------------------| | M-p, M-n | Prompt history, matching current prefix | |--------------+-----------------------------------------| |