[slime-cvs] CVS update: slime/doc/slime.texi

Luke Gorrie lgorrie at common-lisp.net
Fri Jul 16 23:44:36 UTC 2004


Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv2624/doc

Modified Files:
	slime.texi 
Log Message:
Updated setup instructions.

Date: Fri Jul 16 16:44:35 2004
Author: lgorrie

Index: slime/doc/slime.texi
diff -u slime/doc/slime.texi:1.19 slime/doc/slime.texi:1.20
--- slime/doc/slime.texi:1.19	Wed Jun 30 15:25:13 2004
+++ slime/doc/slime.texi	Fri Jul 16 16:44:35 2004
@@ -46,7 +46,7 @@
 @end macro
 
 @set EDITION 1.0 alpha
- at set UPDATED @code{$Date: 2004/06/30 22:25:13 $}
+ at set UPDATED @code{$Date: 2004/07/16 23:44:35 $}
 
 @titlepage
 @title SLIME User Manual
@@ -317,8 +317,7 @@
 (setq inferior-lisp-program "@emph{the path to your Lisp system}")
 (add-to-list 'load-path "@emph{the path of your @file{slime} directory}")
 (require 'slime)
-(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
-(add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
+(slime-install)
 @end example
 
 @iftex
@@ -505,6 +504,10 @@
 
 @node Lisp Evaluation, Documentation, Finding definitions, Commands
 @subsection Lisp Evaluation
+
+These commands each evaluate a Lisp expression in a different way. By
+default they show their results in a message, but a prefix argument
+causes the results to be printed in the @REPL{} instead.
 
 @table @kbd
 





More information about the slime-cvs mailing list