summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-08-20 03:23:30 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-08-20 03:23:30 +0200
commit7614e02ca555a166c29b110f83e7033339e0abd1 (patch)
treeb8185a339d40a5eaacb9b08809525247879d8143 /doc/repl.texi
parentad7434be210344a6fb90384008ad9653daf4590a (diff)
downloadgeiser-7614e02ca555a166c29b110f83e7033339e0abd1.tar.gz
geiser-7614e02ca555a166c29b110f83e7033339e0abd1.tar.bz2
elisp: customizable patience amount on racket startup
In this little notebook i'm using, racket takes its time to start. In fact, it can take more the previously slotted 10 seconds. Hence the new geiser-repl-startup-time variable.
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index bef0f3f..d1e1f6b 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -329,6 +329,22 @@ loads a file specified via the @code{-l} flag. If what you want is just
loading @file{~/.guile}, leave @code{geiser-guile-init-file} alone and
set @code{geiser-guile-load-init-file-p} to @code{t} instead.
+@subsubheading Racket startup time
+
+When starting Racket in little computers, Geiser might have to wait a
+bit more than it expects (which is ten seconds, or ten thousand
+milliseconds, by default). If you find that Geiser is giving up too
+quickly and complaining that no prompt was found, try to increase the
+value of @c{geiser-repl-startup-time} to, say, twenty seconds:
+
+@example
+(setq geiser-repl-startup-time 20000)
+@end example
+
+@noindent
+If you prefer, you can use the customize interface to, well, customise
+the above variable's value.
+
@subsubheading History
By default, Geiser won't record duplicates in your input history. If you