summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-05-31 05:37:09 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-05-31 05:37:09 +0200
commit7e52871faa74713442210b1c74fc8e358349b6ce (patch)
tree538d4d62a34490644f602c81c6889b6c418f1c29 /doc/repl.texi
parent121434ea1e956f8abab688a472f2a9c5524e934b (diff)
downloadgeiser-7e52871faa74713442210b1c74fc8e358349b6ce.tar.gz
geiser-7e52871faa74713442210b1c74fc8e358349b6ce.tar.bz2
Making makeinfo html-happy
Fixes for warnings issued by makeinfo 5.x (when using some of our macros: the guy is touchy regarding @ifhtml and new lines) that were preventing the install-html make target to work (for people that want local html by texinfo as opposed to the (supposedly fancier) texi2html-generated version we use for the web).
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index acab26e..ad10202 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -24,7 +24,8 @@ Read-Eval-Print Loop), Geiser provides the generic interactive command
@command{run-geiser}. If you invoke it (via, as is customary in Emacs,
@kbd{M-x run-geiser}), you'll be saluted by a prompt asking which one of
the supported implementations you want to launch---yes, you can stop the
-asking, see @altr{active-implementations,below,Customization and tips,.}
+asking, see
+@altr{active-implementations,below,Customization and tips,.}
Tabbing for completion will offer you, as of this writing, @code{guile}
and @code{racket}. Just choose your poison, and a new REPL buffer will
pop up (by default, the REPL will appear in a new window: if that annoys
@@ -37,7 +38,8 @@ If all went according to plan, you'll be facing an
implementation-dependent banner, followed by an interactive prompt.
Going according to plan includes having the executable of the Scheme you
chose in your path. If that's not the case, you can tell Emacs where it
-is, as described in @altr{impl-binary,a moment,Customization and tips,.}
+is, as described in
+@altr{impl-binary,a moment,Customization and tips,.}
Returning to our REPL, the first thing to notice is that the funny
prompt is telling you your current module: its name is the part just
after the @@ sign (in Guile, that means @code{guile-user}, while
@@ -134,7 +136,8 @@ both commands will just sever the connection and leave the remote
process alone. If worse comes to worst and the process is dead, @kbd{C-c
C-z} will restart it. However, the same shortcut, issued when the REPL is
alive, will bring you back to the buffer you came from, as explained
-in @altr{switching-repl-buff,this section,The source and the REPL,.}
+in
+@altr{switching-repl-buff,this section,The source and the REPL,.}
The remaining commands are meatier, and deserve sections of their own.
@@ -263,8 +266,8 @@ name.
The list of exported bindings is shown, again, in a buffer belonging to
Geiser's documentation browser, where you have at your disposal a bunch
-of navigation commands listed in @altr{Documentation browser,our
-cheat-sheet,Documentation browser,.}
+of navigation commands listed in
+@altr{Documentation browser,our cheat-sheet,Documentation browser,.}
We'll have a bit more to say about the documentation browser in
@altr{doc-browser,a later section,Documentation helpers,.}