summaryrefslogtreecommitdiff
path: root/README
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
commit48b70f4bcee81de0d2a61eb2310ed08ab4e306f3 (patch)
treed3038e53bd501ee4736802fe70adc3634cb87075 /README
parent168376ebcb164bca88cf487b07361ae8fe0a6a3e (diff)
downloadgeiser-chez-48b70f4bcee81de0d2a61eb2310ed08ab4e306f3.tar.gz
geiser-chez-48b70f4bcee81de0d2a61eb2310ed08ab4e306f3.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 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index a581ce3..3537cea 100644
--- a/README
+++ b/README
@@ -95,6 +95,8 @@
| C-x C-e | Eval sexp before point |
| C-c C-r | Eval region |
| C-c M-r | Eval region and switch to REPL |
+ | C-c C-b | Eval buffer |
+ | C-c M-b | Eval buffer and switch to REPL |
|-------------+-------------------------------------------------|
| C-c C-m x | Macro-expand definition around point |
| C-c C-m e | Macro-expand sexp before point |