Better geiser-implementation-help (for Geiser hackers)
[geiser.git] / doc / geiser.texi
blob02942467a1981f36b28e9d53f2b1f95a0a298e98
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 @menu
50 * Introduction::
51 * Installation::
52 * The REPL::
53 * Between the parens::
54 * Cheat sheet::
55 * No hacker is an island::
56 * Index::
58 @detailmenu
59  --- The Detailed Node Listing ---
61 Introduction
63 * Modus operandi::
64 * Showing off::
66 Installation
68 * Must needs::
69 * Setting it up::
70 * Friends::
72 The REPL
74 * Starting the REPL::
75 * First aids::
76 * Switching context::
77 * Completion and error handling::
78 * Autodoc and friends::
79 * Customization and tips::
81 Between the parens
83 * Activating Geiser::
84 * The source and the REPL::
85 * Documentation helpers::
86 * To eval or not to eval::
87 * To err perchance to debug::
88 * Jumping around::
89 * Geiser writes for you::
91 Cheat sheet
93 * Scheme buffers::
94 * REPL::
95 * Documentation browser::
97 @end detailmenu
98 @end menu
100 @include top.texi
102 @insertcopying
104 @end ifnottex
106 @include intro.texi
107 @include install.texi
108 @include repl.texi
109 @include parens.texi
110 @include cheat.texi
111 @include thanks.texi
112 @include index.texi
114 @bye
116 @c geiser.texinfo ends here