[slime-cvs] CVS update: slime/doc/slime.texi
Helmut Eller
heller at common-lisp.net
Sun Jun 27 15:05:13 UTC 2004
Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv26476
Modified Files:
slime.texi
Log Message:
Remove macros from chapter and section headings to avoid texi2pdf breakage.
Date: Sun Jun 27 08:05:13 2004
Author: heller
Index: slime/doc/slime.texi
diff -u slime/doc/slime.texi:1.16 slime/doc/slime.texi:1.17
--- slime/doc/slime.texi:1.16 Wed Jun 23 15:51:00 2004
+++ slime/doc/slime.texi Sun Jun 27 08:05:13 2004
@@ -46,7 +46,7 @@
@end macro
@set EDITION DRAFT
- at set UPDATED @code{$Id: slime.texi,v 1.16 2004/06/23 22:51:00 bdowning Exp $}
+ at set UPDATED @code{$Id: slime.texi,v 1.17 2004/06/27 15:05:13 heller Exp $}
@titlepage
@title SLIME User Manual
@@ -249,7 +249,7 @@
commands (like ``restart frame'').
@node Downloading, Installation, Platforms, Getting started
- at section Downloading @SLIME{} (from @CVS{})
+ at section Downloading SLIME (from CVS)
@SLIME{} is available from the @CVS{} repository on
@file{common-lisp.net}. You have the option to use either the very
@@ -274,7 +274,7 @@
@end menu
@node CVS Incantations, , Downloading, Downloading
- at subsection @CVS{} incantations
+ at subsection CVS incantations
To download @SLIME{} you first configure your @code{CVSROOT} and login
to the repository.
@@ -325,7 +325,7 @@
@end iftex
@node Running, , Installation, Getting started
- at section Running @SLIME{}
+ at section Running SLIME
@SLIME{} is started with the Emacs command @kbd{M-x slime}. This uses
the @code{inferior-lisp} package to start a Lisp process, loads and
@@ -744,7 +744,7 @@
be scanned for indentation information.
@node REPL, Debugger, slime-mode, Top
- at chapter @REPL{}: the ``top level''
+ at chapter REPL: the ``top level''
@SLIME{} uses a custom Read-Eval-Print Loop (@REPL{}, also known as a
``top level''). The @REPL{} user-interface is written in Emacs Lisp,
@@ -770,7 +770,7 @@
@end menu
@node REPL commands, Input Navigation, REPL, REPL
- at section @REPL{} commands
+ at section REPL commands
@table @kbd
@@ -845,7 +845,7 @@
shortcut to list them interactively.
@node Debugger, Extras, REPL, Top
- at chapter @SLDB{}: the @SLIME{} debugger
+ at chapter SLDB: the SLIME debugger
@SLIME{} has a custom Emacs-based debugger called @SLDB{}. Conditions
signalled in the Lisp system invoke @SLDB{} in Emacs by way of the
More information about the slime-cvs
mailing list