1 @node Cheat sheet, No hacker is an island, Between the parens, Top
4 In the tables below, triple chords always accept a variant with the
5 third key not modified by @key{Control}; e.g.,
6 @code{geiser-autodoc-show} is bound both to @kbd{C-c C-d C-s} and
12 * Documentation browser::
15 @node Scheme buffers, REPL, Cheat sheet, Cheat sheet
16 @section Scheme buffers
18 @multitable @columnfractions .20 .4 .4
19 @headitem Key @tab Command @tab Description
21 @tab @code{geiser-mode-switch-to-repl}
24 @tab @code{geiser-mode-switch-to-repl-and-enter}
25 @tab Switch to REPL and current module (also @kbd{C-u C-c C-z})
27 @tab @code{geiser-set-scheme}
28 @tab Specify Scheme implementation for buffer
31 @tab @code{geiser-edit-symbol-at-point}
32 @tab Go to definition of identifier at point
34 @tab @code{geiser-pop-symbol-stack}
35 @tab Go back to where M-. was last invoked
37 @tab @code{geiser-edit-module}
38 @tab Ask for a module and open its file
40 @tab @code{geiser-add-to-load-path}
41 @tab Ask for a directory and add to Scheme load path
43 @tab @code{geiser-squarify}
44 @tab Toggle between () and [] for current form
46 @tab @code{geiser-insert-lambda}
47 @tab Insert greek lambda or, with prefix, a lambda form
50 @tab @code{geiser-eval-definition}
51 @tab Eval definition around point
53 @tab @code{geiser-eval-definition-and-go}
54 @tab Eval definition around point and switch to REPL
56 @tab @code{geiser-eval-last-sexp}
57 @tab Eval sexp before point
59 @tab @code{geiser-eval-region}
62 @tab @code{geiser-eval-region-and-go}
63 @tab Eval region and switch to REPL
65 @tab @code{geiser-eval-buffer}
68 @tab @code{geiser-eval-buffer-and-go}
69 @tab Eval buffer and switch to REPL
72 @tab @code{geiser-expand-definition}
73 @tab Macro-expand definition around point
75 @tab @code{geiser-expand-last-sexp}
76 @tab Macro-expand sexp before point
78 @tab @code{geiser-expand-region}
79 @tab Macro-expand region
82 @tab @code{geiser-compile-current-buffer}
83 @tab Compile and load current file
85 @tab @code{next-error}
86 @tab Jump to the location of next error
88 @tab @code{previous-error}
89 @tab Jump to the location of previous error
92 @tab @code{geiser-doc-symbol-at-point}
93 @tab See documentation for identifier at point
95 @tab @code{geiser-autodoc-show}
96 @tab Show signature or value for identifier at point in echo area
98 @tab @code{geiser-doc-module}
99 @tab See a list of a module's exported identifiers
101 @tab @code{geiser-doc-look-up-manual}
102 @tab Look up manual for symbol at point
104 @tab @code{geiser-autodoc-mode}
105 @tab Toggle autodoc mode
108 @tab @code{geiser-xref-callers}
109 @tab Show callers of procedure at point
111 @tab @code{geiser-xref-callees}
112 @tab Show callees of procedure at point
115 @tab @code{completion-at-point}
116 @tab Complete identifier at point
118 @tab @code{geiser-completion--complete-module}
119 @tab Complete module name at point
122 @node REPL, Documentation browser, Scheme buffers, Cheat sheet
125 @multitable @columnfractions .20 .4 .4
126 @headitem Key @tab Command @tab Description
128 @tab @code{switch-to-geiser}
129 @tab Start Scheme REPL, or jump to previous buffer
131 @tab @code{geiser-repl-clear-buffer}
132 @tab Clear REPL buffer
134 @tab @code{geiser-repl-exit}
135 @tab Kill Scheme process
137 @tab @code{geiser-edit-symbol-at-point}
138 @tab Edit identifier at point
140 @tab @code{geiser-repl-tab-dwim}
141 @tab Complete, indent, or go to next error
142 @item S-TAB (backtab)
143 @tab @code{geiser-repl--previous-error}
144 @tab Go to previous error in the REPL buffer
146 @tab @code{completion-at-point}
147 @tab Complete indentifier at point
149 @tab @code{geiser-completion--complete-module}
150 @tab Complete module name at point
152 @tab @code{geiser-add-to-load-path}
153 @tab Ask for a directory and add to Scheme load path
155 @tab (comint commands)
156 @tab Prompt history, matching current prefix
157 @item C-c M-p, C-c M-n
158 @tab (comint commands)
159 @tab Previous/next prompt inputs
161 @tab @code{switch-to-geiser-module}
162 @tab Set current module
164 @tab @code{geiser-repl-import-module}
165 @tab Import module into current namespace
167 @tab @code{geiser-doc-symbol-at-point}
168 @tab See documentation for symbol at point
170 @tab @code{geiser-doc-look-up-manual}
171 @tab Look up manual for symbol at point
173 @tab @code{geiser-repl--doc-module}
174 @tab See documentation for module
176 @tab @code{geiser-autodoc-mode}
177 @tab Toggle autodoc mode
180 @node Documentation browser, , REPL, Cheat sheet
181 @section Documentation browser
183 @multitable @columnfractions .20 .4 .4
184 @headitem Key @tab Command @tab Description
186 @tab @code{forward-button}
189 @tab @code{backward-button}
192 @tab @code{geiser-doc-next-section}
195 @tab @code{geiser-doc-previous-section}
196 @tab Previous section
198 @tab @code{geiser-doc-next}
201 @tab @code{geiser-doc-previous}
204 @tab @code{geiser-doc-kill-page}
205 @tab Kill current page and go to previous or next
207 @tab @code{geiser-doc-refresh}
210 @tab @code{geiser-doc-clean-history}
211 @tab Clear browsing history
213 @tab @code{geiser-doc-edit-symbol-at-point}
214 @tab Edit identifier at point
216 @tab @code{geiser-doc-switch-to-repl}
219 @tab @code{View-quit}