summaryrefslogtreecommitdiff
path: root/doc/cheat.texi
diff options
context:
space:
mode:
authorNick Parker <nparker@zetetic.net>2013-05-13 13:36:34 -0500
committerNick Parker <nparker@zetetic.net>2013-05-13 13:36:34 -0500
commit9d98c096bc5e87a027666a8e6e769aff33232134 (patch)
treeb0e1c95c9167e2c79ce33b90606d417207aa7df1 /doc/cheat.texi
parent89d8e496f16bcd389c147aef448f1199e412f865 (diff)
downloadgeiser-9d98c096bc5e87a027666a8e6e769aff33232134.tar.gz
geiser-9d98c096bc5e87a027666a8e6e769aff33232134.tar.bz2
Add geiser-eval-buffer & geiser-eval-buffer-and-go
These functions are similar to geiser-eval-region and geiser-eval-region-and-go, however they allow the user to operate on the entire buffer, not requiring the user to narrow to a specific region. This also differs slightly from geiser-compile-current-buffer as geiser-eval-buffer does not require the contents of the buffer to be saved prior to being sent to the REPL. Documentaion has also been updated to include references to the new methods and their keybindings.
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r--doc/cheat.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi
index 76a2330..f027b64 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -61,6 +61,12 @@ third key not modified by @key{Control}; e.g.,
@item C-c M-r
@tab @code{geiser-eval-region-and-go}
@tab Eval region and switch to REPL
+@item C-c C-b
+@tab @code{geiser-eval-buffer}
+@tab Eval buffer
+@item C-c M-b
+@tab @code{geiser-eval-buffer-and-go}
+@tab Eval buffer and switch to REPL
@item @tab @tab
@item C-c C-m C-x
@tab @code{geiser-expand-definition}