diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-05 02:57:15 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-05 02:57:15 +0100 |
commit | c54ebd679ac7702dd92da9686f0d2ec2f229b0d5 (patch) | |
tree | b72457b7cde8aaa657038ab25c35b0eaa313d811 /doc/cheat.texi | |
parent | 01300e3ee00e07a97cbb14e9c871823cc6b5e9a4 (diff) | |
download | geiser-c54ebd679ac7702dd92da9686f0d2ec2f229b0d5.tar.gz geiser-c54ebd679ac7702dd92da9686f0d2ec2f229b0d5.tar.bz2 |
Fix for TAB in REPL, and BACKTAB going to previous error
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r-- | doc/cheat.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi index 6087949..d83a540 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -110,6 +110,13 @@ @item M-. @tab geiser-edit-symbol-at-point @tab Edit identifier at point +@item TAB +@tab geiser-completion--tab +@tab Complete identifier at point or indent if none; away from +last prompt, go to next error in the buffer. +@item S-TAB (backtab) +@tab geiser-completion--previous-error +@tab Go to previous error in the REPL buffer @item TAB, M-TAB @tab geiser-completion--complete-symbol @tab Complete identifier at point |