[slime-cvs] CVS slime/doc

CVS User sboukarev sboukarev at common-lisp.net
Thu Jan 14 14:33:59 UTC 2010


Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv22095/doc

Modified Files:
	slime.texi 
Log Message:
doc/slime.texi(Setting up the lisp image):
(swank-loader:init) is also needed for loading swank.
Reported by Evgeny Bahvalov.


--- /project/slime/cvsroot/slime/doc/slime.texi	2010/01/05 09:33:09	1.93
+++ /project/slime/cvsroot/slime/doc/slime.texi	2010/01/14 14:33:59	1.94
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2010/01/05 09:33:09 $}
+ at set UPDATED @code{$Date: 2010/01/14 14:33:59 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -1929,13 +1929,13 @@
 @node Setting up the lisp image
 @subsection Setting up the lisp image
 
-
 When you want to load swank without going through the normal, Emacs
 based, process just load the @file{swank-loader.lisp} file. Just
 execute
 
 @example
 (load "/path/to/swank-loader.lisp")
+(swank-loader:init)
 @end example
 
 inside a running lisp image at footnote{@SLIME{} also provides an





More information about the slime-cvs mailing list