diff options
| -rw-r--r-- | doc/cheat.texi | 111 | 
1 files changed, 56 insertions, 55 deletions
| diff --git a/doc/cheat.texi b/doc/cheat.texi index 62add0c..870c68c 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -18,92 +18,92 @@ third key not modified by @key{Control}; e.g.,  @multitable @columnfractions .20 .4 .4  @headitem Key @tab Command @tab Description  @item C-c C-z -@tab geiser-mode-switch-to-repl +@tab @code{geiser-mode-switch-to-repl}  @tab Switch to REPL  @item C-u C-c C-z -@tab geiser-mode-switch-to-repl +@tab @code{geiser-mode-switch-to-repl}  @tab Switch to REPL and current module  @item C-c C-s -@tab geiser-set-scheme +@tab @code{geiser-set-scheme}  @tab Specify Scheme implementation for buffer  @item @tab @tab  @item M-. -@tab geiser-edit-symbol-at-point +@tab @code{geiser-edit-symbol-at-point}  @tab Go to definition of identifier at point  @item M-, -@tab geiser-pop-symbol-stack +@tab @code{geiser-pop-symbol-stack}  @tab Go back to where M-. was last invoked  @item C-c C-e C-m -@tab geiser-edit-module +@tab @code{geiser-edit-module}  @tab Ask for a module and open its file  @item C-c C-e C-[ -@tab geiser-squarify +@tab @code{geiser-squarify}  @tab Toggle between () and [] for current form  @item @tab @tab  @item C-M-x -@tab geiser-eval-definition +@tab @code{geiser-eval-definition}  @tab Eval definition around point  @item C-c M-e -@tab geiser-eval-definition-and-go +@tab @code{geiser-eval-definition-and-go}  @tab Eval definition around point and switch to REPL  @item C-x C-e -@tab geiser-eval-last-sexp +@tab @code{geiser-eval-last-sexp}  @tab Eval sexp before point  @item C-c C-r -@tab geiser-eval-region +@tab @code{geiser-eval-region}  @tab Eval region  @item C-c M-r -@tab geiser-eval-region-and-go +@tab @code{geiser-eval-region-and-go}  @tab Eval region and switch to REPL  @item @tab @tab  @item C-c C-m C-x -@tab geiser-expand-definition +@tab @code{geiser-expand-definition}  @tab Macro-expand definition around point  @item C-c C-m C-e -@tab geiser-expand-last-sexp +@tab @code{geiser-expand-last-sexp}  @tab Macro-expand sexp before point  @item C-c C-m C-r -@tab geiser-expand-region +@tab @code{geiser-expand-region}  @tab Macro-expand region  @item @tab @tab  @item C-c C-k -@tab geiser-compile-current-buffer +@tab @code{geiser-compile-current-buffer}  @tab Compile and load current file  @item M-g n, C-x ` -@tab next-error +@tab @code{next-error}  @tab Jump to the location of next error  @item M-g p -@tab previous-error +@tab @code{previous-error}  @tab Jump to the location of previous error  @item @tab @tab  @item C-c C-d C-d -@tab geiser-doc-symbol-at-point +@tab @code{geiser-doc-symbol-at-point}  @tab See documentation for identifier at point  @item C-c C-d C-s -@tab geiser-autodoc-show +@tab @code{geiser-autodoc-show}  @tab Show signature or value for identifier at point in echo area  @item C-c C-d C-m -@tab geiser-doc-module +@tab @code{geiser-doc-module}  @tab See a list of a module's exported identifiers  @item C-c C-d C-i -@tab geiser-doc-look-up-manual +@tab @code{geiser-doc-look-up-manual}  @tab Look up manual for symbol at point  @item C-c C-d C-a -@tab geiser-autodoc-mode +@tab @code{geiser-autodoc-mode}  @tab Toggle autodoc mode  @item @tab @tab  @item C-c < -@tab geiser-xref-callers +@tab @code{geiser-xref-callers}  @tab Show callers of procedure at point  @item C-c > -@tab geiser-xref-callees +@tab @code{geiser-xref-callees}  @tab Show callees of procedure at point  @item @tab @tab  @item M-TAB -@tab geiser-completion--complete-symbol +@tab @code{completion-at-point}  @tab Complete identifier at point  @item M-`, C-. -@tab geiser-completion--complete-module +@tab @code{geiser-completion--complete-module}  @tab Complete module name at point  @end multitable @@ -113,25 +113,25 @@ third key not modified by @key{Control}; e.g.,  @multitable @columnfractions .20 .4 .4  @headitem Key @tab Command @tab Description  @item C-c C-z -@tab switch-to-geiser +@tab @code{switch-to-geiser}  @tab Start Scheme REPL, or jump to previous buffer  @item C-c C-q -@tab geiser-repl-exit +@tab @code{geiser-repl-exit}  @tab Kill Scheme process  @item M-. -@tab geiser-edit-symbol-at-point +@tab @code{geiser-edit-symbol-at-point}  @tab Edit identifier at point  @item TAB -@tab geiser-completion--tab +@tab @code{geiser-repl--tab}  @tab Complete, indent or go to next error  @item S-TAB (backtab) -@tab geiser-completion--previous-error +@tab @code{geiser-repl--previous-error}  @tab Go to previous error in the REPL buffer  @item M-TAB -@tab geiser-completion--complete-symbol -@tab Complete identifier at point +@tab @code{completion-at-point} +@tab Complete indentifier at point  @item M-`, C-. -@tab geiser-completion--complete-module +@tab @code{geiser-completion--complete-module}  @tab Complete module name at point  @item M-p, M-n  @tab (comint commands) @@ -140,22 +140,19 @@ third key not modified by @key{Control}; e.g.,  @tab (comint commands)  @tab Previous/next prompt inputs  @item C-c C-m -@tab switch-to-geiser-module +@tab @code{switch-to-geiser-module}  @tab Set current module  @item C-c C-i -@tab geiser-repl-import-module +@tab @code{geiser-repl-import-module}  @tab Import module into current namespace  @item C-c C-d C-d -@tab geiser-doc-symbol-at-point +@tab @code{geiser-doc-symbol-at-point}  @tab See documentation for symbol at point -@item C-c C-d C-i -@tab geiser-doc-look-up-manual -@tab Look up manual for symbol at point  @item C-c C-d C-m -@tab geiser-repl--doc-module +@tab @code{geiser-repl--doc-module}  @tab See documentation for module  @item C-c C-d C-a -@tab geiser-autodoc-mode +@tab @code{geiser-autodoc-mode}  @tab Toggle autodoc mode  @end multitable @@ -165,36 +162,40 @@ third key not modified by @key{Control}; e.g.,  @multitable @columnfractions .20 .4 .4  @headitem Key @tab Command @tab Description  @item TAB, n -@tab forward-button +@tab @code{forward-button}  @tab Next link  @item S-TAB, p -@tab backward-button +@tab @code{backward-button}  @tab Previous link  @item N -@tab geiser-doc-next-section @tab Next section +@tab @code{geiser-doc-next-section} +@tab Next section  @item P -@tab geiser-doc-previous-section @tab Previous section +@tab @code{geiser-doc-previous-section} +@tab Previous section  @item f -@tab geiser-doc-next @tab Next page +@tab @code{geiser-doc-next} +@tab Next page  @item b -@tab geiser-doc-previous @tab Previous page +@tab @code{geiser-doc-previous} +@tab Previous page  @item k -@tab geiser-doc-kill-page +@tab @code{geiser-doc-kill-page}  @tab Kill current page and go to previous or next  @item g, r -@tab geiser-doc-refresh +@tab @code{geiser-doc-refresh}  @tab Refresh page  @item c -@tab geiser-doc-clean-history +@tab @code{geiser-doc-clean-history}  @tab Clear browsing history  @item ., M-. -@tab geiser-doc-edit-symbol-at-point +@tab @code{geiser-doc-edit-symbol-at-point}  @tab Edit identifier at point  @item z -@tab geiser-doc-switch-to-repl +@tab @code{geiser-doc-switch-to-repl}  @tab Switch to REPL  @item q -@tab View-quit +@tab @code{View-quit}  @tab Bury buffer  @end multitable | 
