Guile: capturing output to standard error
[geiser.git] / doc / geiser.texi
blobc0d3ef8354411744979efd2fdf0dd56d4a771c3f
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  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 * Setting it up::
72 * Friends::
74 The REPL
76 * Starting the REPL::
77 * First aids::
78 * Switching context::
79 * Completion and error handling::
80 * Autodoc and friends::
81 * Customization and tips::
83 Between the parens
85 * Activating Geiser::
86 * The source and the REPL::
87 * Documentation helpers::
88 * To eval or not to eval::
89 * To err perchance to debug::
90 * Jumping around::
91 * Geiser writes for you::
93 Cheat sheet
95 * Scheme buffers::
96 * REPL::
97 * Documentation browser::
99 @end detailmenu
100 @end menu
102 @include top.texi
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