[slime-cvs] CVS update: slime/doc/slime.texi
Helmut Eller
heller at common-lisp.net
Sun Apr 3 23:28:06 UTC 2005
Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv25481
Modified Files:
slime.texi
Log Message:
Fix spelling errors.
Date: Mon Apr 4 01:28:06 2005
Author: heller
Index: slime/doc/slime.texi
diff -u slime/doc/slime.texi:1.35 slime/doc/slime.texi:1.36
--- slime/doc/slime.texi:1.35 Thu Mar 31 22:39:19 2005
+++ slime/doc/slime.texi Mon Apr 4 01:28:06 2005
@@ -46,7 +46,7 @@
@end macro
@set EDITION 1.2
- at set UPDATED @code{$Date: 2005/03/31 20:39:19 $}
+ at set UPDATED @code{$Date: 2005/04/03 23:28:06 $}
@titlepage
@title SLIME User Manual
@@ -1271,11 +1271,14 @@
@item slime-net-coding-system
If you want to transmit Unicode characters between Emacs and the Lisp
system, you should customize this variable. E.g., if you use SBCL, you
-can set @code{slime-net-coding-system} to @code{utf-8-unix}. To
-actually display a Unicode character you also need apropriate fonts,
-otherwise the character will be rendered as a hollow box. If you are
+can set:
+ at example
+(setq slime-net-coding-system 'utf-8-unix)
+ at end example
+To actually display Unicode characters you also need appropriate fonts,
+otherwise the characters will be rendered as hollow boxes. If you are
using Allegro CL and GNU Emacs, you can also use @code{emacs-mule-unix}
-as coding system. GNU Emacs has often nicer fonts for the later
+as coding system. GNU Emacs has often nicer fonts for the latter
encoding.
@end table
@@ -1398,13 +1401,12 @@
multithreaded and callback-driven applications.
@item SWANK:*SLDB-PRINTER-BINDINGS*
- at item SWANK:*MACROEXPAND-PRINTER-BINDINGS*
- at item SWANK:*SWANK-PPRINT-BINDINGS*
+ at itemx SWANK:*MACROEXPAND-PRINTER-BINDINGS*
+ at itemx SWANK:*SWANK-PPRINT-BINDINGS*
These variables can be used to customize the printer in various
situations. The values of the variables are association lists of
printer variable names with the corresponding value. E.g., to enable
the pretty printer for formatting backtraces in @SLDB{}, you can use:
-
@example
(push '(*print-pretty* . t) swank:*sldb-printer-bindings*).
@end example
@@ -1464,4 +1466,3 @@
Martin's initial work on the LispWorks backend!
@bye
-
More information about the slime-cvs
mailing list