From 9d98c096bc5e87a027666a8e6e769aff33232134 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Mon, 13 May 2013 13:36:34 -0500 Subject: 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. --- doc/parens.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/parens.texi') diff --git a/doc/parens.texi b/doc/parens.texi index 3ca9390..869643d 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -451,6 +451,10 @@ way, but it also teleports you to REPL after the evaluation. region. Again, there's an @i{and-go} version available, @code{geiser-eval-region-and-go}, bound to @kbd{C-c M-r}. +@code{geiser-eval-buffer}, bound to @kbd{C-c C-b}, evals the current +buffer. There is a @i{and-go} version available, +@code{geiser-eval-buffer-and-go}, bound to @kbd{C-c M-b}. + @cindex evaluating images @cindex image display For all the commands above, the result of the evaluation is displayed in -- cgit v1.2.3