[slime-cvs] CVS slime/doc

heller heller at common-lisp.net
Tue Nov 27 13:16:52 UTC 2007


Update of /project/slime/cvsroot/slime/doc
In directory clnet:/tmp/cvs-serv1986

Modified Files:
	slime.texi 
Log Message:
Add minimal descriptions for slime-references, slime-xref-browser, and 
slime-fancy.


--- /project/slime/cvsroot/slime/doc/slime.texi	2007/11/27 09:12:32	1.60
+++ /project/slime/cvsroot/slime/doc/slime.texi	2007/11/27 13:16:52	1.61
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2007/11/27 09:12:32 $}
+ at set UPDATED @code{$Date: 2007/11/27 13:16:52 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -243,9 +243,12 @@
 * Presentations::               
 * Typeout frames::              
 * TRAMP::                       
+* Documentation Links::         
+* Xref and Class Browser::      
 * Highlight Edits::             
 * inferior-slime-mode::         
 * Scratch Buffer::              
+* slime-fancy::                 
 
 @end detailmenu
 @end menu
@@ -2201,9 +2204,12 @@
 * Presentations::               
 * Typeout frames::              
 * TRAMP::                       
+* Documentation Links::         
+* Xref and Class Browser::      
 * Highlight Edits::             
 * inferior-slime-mode::         
 * Scratch Buffer::              
+* slime-fancy::                 
 @end menu
 
 @node Loading Contribs
@@ -2524,6 +2530,33 @@
 filename translations for TRAMP. (@pxref{Setting up pathname
 translations})
 
+ at node Documentation Links
+ at section Documentation Links
+
+For certain error messages, SBCL includes references to the ANSI
+Standard or the SBCL User Manual.  The @code{slime-references} package
+turns those references into clickable links.  This makes finding the
+referenced section of the HyperSpec much easier.
+
+ at node Xref and Class Browser
+ at section Xref and Class Browser
+
+A rudimentary class browser is provied by
+the @code{slime-xref-browser} package.
+
+ at table @kbd
+ at cmditem{slime-browse-classes}
+This command asks for a class name and displays inheritance tree of
+for the class.
+
+ at cmditem{slime-browse-xrefs}
+This command prompts for a symbol and the kind of cross reference,
+e.g. callers.  The cross reference tree rooted at the symbol is then
+then displayed.
+
+ at end table
+
+
 @node Highlight Edits
 @section Highlight Edits
 
@@ -2580,6 +2613,12 @@
 
 @end table
 
+ at node slime-fancy
+ at section Meta package: @code{slime-fancy}
+
+ at code{slime-fancy} is a meta package which loads a combination of the
+most popular packages.
+
 @c ----------------------- 
 @node Credits
 @chapter Credits




More information about the slime-cvs mailing list