2 Nov 2007 06:35
Daily ChangeLog diff
Marco Baringer <mbaringer <at> common-lisp.net>
2007-11-02 05:35:02 GMT
2007-11-02 05:35:02 GMT
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1239 slime/ChangeLog:1.1240
--- slime/ChangeLog:1.1239 Mon Oct 22 07:34:04 2007
+++ slime/ChangeLog Thu Nov 1 09:30:06 2007
<at> <at> -1,3 +1,37 <at> <at>
+2007-11-01 Tobias C. Rittweiler <tcr <at> freebits.de>
+
+ The inspector page layout has changed slightly. Before the header
+ looked like
+
+ A proper list.
+ [type: CONS]
+ -------------------
+
+ It now looks like
+
+ #<CONS {B3DBD39}>:
+ A proper list.
+ --------------------
+
+ Rationale is to have a "presentation link" to the currently
+ inspected object itself, to copy it down to the REPL via `M-RET'.
+ This is mostly useful when trying to get a value from the Slime
+ Debugger to the REPL, which you can do by inspecting the value
+ first by `i', and then using `M-RET' on the object representation
+ in the new header layout.
+
+ Such a "presentation link" existed already but was removed in
+ 2007-08-23. The old behaviour was to have the title ("A proper
+ list" in the above example) to contain the link. I decided to make
(Continue reading)
-T.
RSS Feed