summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-12 01:59:47 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-12 01:59:47 +0200
commit6a85578775b59ef2c4d1959feb6ea737f7336770 (patch)
tree3e24ed5dca9ab6c2ba0c914d446f6859a021bfa2 /doc/repl.texi
parentc4a1367b415e28c9690a71add6157b6247145d50 (diff)
downloadgeiser-6a85578775b59ef2c4d1959feb6ea737f7336770.tar.gz
geiser-6a85578775b59ef2c4d1959feb6ea737f7336770.tar.bz2
More documentation
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index 93632fb..ce0eaff 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -73,16 +73,17 @@ down the list unconditionally, just use @kbd{C-c M-p} and @kbd{C-c M-n}.
In addition, navigation is sexp- rather than line-based.
There are also a few commands to twiddle with the Scheme process.
-@kbd{C-c C-q} will mercilessly kill it (but not before stowing your
-history in the file system). A softer nuke is performed by @kbd{C-c
-C-k}: some (rare, i promise) times, Geiser's @repl{} can get confused by
-the input received from then underlying Scheme (specially if you have
-multiple threads writing to the standard ports), and become
-irresponsive; you can try this command to try to revive it without
-killing the process. Finally, if worse comes to worst and the process is
-dead, @kbd{C-c C-z} will restart it (but the same shortcut, issued when
-the @repl{} is alive, will bring you back to the buffer you came from,
-as explained @ref{switching-repl-buff,,here}).
+@kbd{C-c C-q} will gently ask it to quit, while @kbd{C-u C-c C-q} will
+mercilessly kill the process (but not before stowing your history in the
+file system). A softer nuke is performed by @kbd{C-c C-k}: some (rare, i
+promise) times, Geiser's @repl{} can get confused by the input received
+from then underlying Scheme (specially if you have multiple threads
+writing to the standard ports), and become irresponsive; you can try
+this command to try to revive it without killing the process. Finally,
+if worse comes to worst and the process is dead, @kbd{C-c C-z} will
+restart it (but the same shortcut, issued when the @repl{} is alive,
+will bring you back to the buffer you came from, as explained
+@ref{switching-repl-buff,,here}).
The remaining commands are meatier, and deserve sections of their own.