Remote REPLs: elisp support (geiser-connect)
[geiser.git] / doc / geiser.texi
blob9f95d9beba51f49417c9b6e98cf3430e004bf278
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename geiser.info
4 @settitle Geiser User Manual
5 @c %**end of header
7 @include macros.texi
9 @copying
10 This manual documents Geiser, an Emacs environment to hack in Scheme.
12 Copyright @copyright{} 2010  Jose Antonio Ortega Ruiz
14 @quotation
15 Permission is granted to copy, distribute and/or modify this document
16 under the terms of the GNU Free Documentation License, Version 1.3
17 or any later version published by the Free Software Foundation;
18 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
19 A copy of the license is available from the Free Software
20 Foundation Web site at @url{http://www.gnu.org/licenses/fdl.html}.
22 @end quotation
24 The document was typeset with
25 @uref{http://www.texinfo.org/, GNU Texinfo}.
26 @end copying
28 @dircategory Emacs
29 @direntry
30 * Geiser: (geiser).           Emacs environment for Scheme hacking.
31 @end direntry
33 @titlepage
34 @title Geiser User Manual
35 @subtitle Emacs and Scheme talk to each other
36 @author Jose Antonio Ortega Ruiz
37 @page
38 @vskip 0pt plus 1filll
39 @insertcopying
40 @end titlepage
42 @c Output the table of the contents at the beginning.
43 @contents
45 @ifnottex
46 @node Top, Introduction, (dir), (dir)
47 @top Geiser
49 @include top.texi
51 @menu
52 * Introduction::
53 * Installation::
54 * The REPL::
55 * Fun between the parens::
56 * Index::
58 @detailmenu
59  --- The Detailed Node Listing ---
61 Geiser
63 * Introduction::
64 * Installation::
65 * The REPL::
66 * Fun between the parens::
67 * Index::
70 Introduction
72 * Modus operandi::
73 * Showing off::
75 Installation
77 * Must needs::
78 * Setting it up::
79 * Friends::
81 The REPL
83 * Starting the REPL::
84 * First aids::
85 * Switching context::
86 * Completion and error handling::
87 * Autodoc and friends::
88 * Customization and tips::
90 Fun between the parens
92 * Activating Geiser::
93 * The source and the REPL::
94 * Documentation helpers::
95 * To eval or not to eval::
96 * To err perchance to debug::
97 * Jumping around::
98 * Geiser writes for you::
100 @end detailmenu
101 @end menu
103 @insertcopying
105 @end ifnottex
107 @include intro.texi
108 @include install.texi
109 @include repl.texi
110 @include fun.texi
111 @include index.texi
113 @bye
115 @c geiser.texinfo ends here