From a2120ff0d5aa960e53f7fc858640d96f21b65d04 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 31 May 2014 23:52:26 +0200 Subject: Almost redundant REPL command to interrupt evaluation Works almost identically to the stock C-c C-c, with just marginally better output aaand being well behaved when interrupting infinitely looping functions such as (define (f) (newline) (let loop () (loop))) -- cf. issue #29 on github. We like it so much that it replaces the old one. --- doc/cheat.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/cheat.texi b/doc/cheat.texi index f027b64..3dd0f8d 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -130,6 +130,9 @@ third key not modified by @key{Control}; e.g., @item C-c M-o @tab @code{geiser-repl-clear-buffer} @tab Clear REPL buffer +@item C-c C-k +@tab @code{geiser-repl-interrupt} +@tab Interrupt REPL evaluation (signalling inferior scheme) @item C-c C-q @tab @code{geiser-repl-exit} @tab Kill Scheme process -- cgit v1.2.3