summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-04-11 07:16:37 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-04-11 07:16:37 +0200
commite97cfc075eff2212875a3fba5b2d71af7960133e (patch)
tree5d66dbdb1a9b59559fd5624c46c20a149d16ed99 /doc/repl.texi
parent2f48c7955f48b07d0aa656267b6b9954077626e0 (diff)
downloadgeiser-e97cfc075eff2212875a3fba5b2d71af7960133e.tar.gz
geiser-e97cfc075eff2212875a3fba5b2d71af7960133e.tar.bz2
Documentation for the latest changes
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index 285f8f8..8b32de7 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -421,6 +421,18 @@ defaulting to ``localhost'' and 37146. You can change those defaults
customizing @code{geiser-repl-default-host} and
@code{geiser-repl-default-port}, respectively.
+@subsubheading Killing REPLs
+
+@cindex ask on kill, don't
+If you don't want Emacs to ask for confirmation when you're about to
+kill a live REPL buffer (as will happen, for instance, if you're exiting
+Emacs before closing all your REPLs), you can set the flag
+@code{geiser-repl-query-on-kill-p} to @code{nil}. On a related note,
+the customizable variable @code{geiser-repl-query-on-exit-p} controls
+whether Geiser should ask for confirmation when you exit the REPL
+explicitly (via, say, @kbd{C-c C-q}, as opposed to killing the buffer),
+and is set to @code{nil} by default.
+
@c Local Variables:
@c mode: texinfo
@c TeX-master: "geiser"