Syntax error fixed
[geiser.git] / doc / geiser.texi
blob8f78113b5f5aab5b82b91e3474d59f779ce14780
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, 2011, 2012, 2013  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 @insertcopying
51 @menu
52 * Introduction::
53 * Installation::
54 * The REPL::
55 * Between the parens::
56 * Cheat sheet::
57 * No hacker is an island::
58 * Index::
60 @detailmenu
61  --- The Detailed Node Listing ---
63 Introduction
65 * Modus operandi::
66 * Showing off::
68 Installation
70 * Must needs::
71 * The easy and quick way::
72 * From the source's mouth::
73 * Friends::
75 The REPL
77 * Starting the REPL::
78 * First aids::
79 * Switching context::
80 * Completion and error handling::
81 * Autodoc and friends::
82 * Seeing is believing::
83 * Customization and tips::
85 Between the parens
87 * Activating Geiser::
88 * The source and the REPL::
89 * Documentation helpers::
90 * To eval or not to eval::
91 * To err perchance to debug::
92 * Jumping around::
93 * Geiser writes for you::
95 Cheat sheet
97 * Scheme buffers::
98 * REPL::
99 * Documentation browser::
101 @end detailmenu
102 @end menu
104 @include top.texi
106 @end ifnottex
108 @include intro.texi
109 @include install.texi
110 @include repl.texi
111 @include parens.texi
112 @include cheat.texi
113 @include thanks.texi
114 @include index.texi
116 @bye
118 @c geiser.texinfo ends here