[slime-cvs] CVS slime/doc
CVS User sboukarev
sboukarev at common-lisp.net
Wed Jul 15 20:34:18 UTC 2009
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv15286/doc
Modified Files:
slime.texi
Log Message:
* slime.el (slime-inspector-fetch-all): new command, bound to >
in the inspector buffer.
* doc/slime.texi (Frame Navigation): add description
of `sldb-end-of-backtrace' and `sldb-beginning-of-backtrace'.
(Inspector): add `slime-inspector-fetch-all'.
--- /project/slime/cvsroot/slime/doc/slime.texi 2009/05/18 12:54:09 1.73
+++ /project/slime/cvsroot/slime/doc/slime.texi 2009/07/15 20:34:17 1.74
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/05/18 12:54:09 $}
+ at set UPDATED @code{$Date: 2009/07/15 20:34:17 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -1225,6 +1225,9 @@
@kbditem{., slime-inspector-show-source}
Find source of object at point.
+ at kbditem{>, slime-inspector-fetch-all}
+Fetch all inspector contents and go to the end.
+
@kbditem{M-RET, slime-inspector-copy-down}
Store the value under point in the variable `*'. This can
then be used to access the object in the REPL.
@@ -1416,6 +1419,13 @@
frame and display the details and source code of the next. Sugared
motion makes you see the details and source code for the current frame
only.
+
+ at kbditem{>, sldb-end-of-backtrace}
+Fetch the entire backtrace and go to the last frame.
+
+ at kbditem{<, sldb-beginning-of-backtrace}
+Goto the first frame.
+
@end table
@node Stepping
More information about the slime-cvs
mailing list