[slime-devel] Daily ChangeLog diff
Luke Gorrie
lgorrie at common-lisp.net
Mon May 23 22:00:16 UTC 2005
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.695 slime/ChangeLog:1.696
--- slime/ChangeLog:1.695 Sun May 22 08:52:13 2005
+++ slime/ChangeLog Mon May 23 04:31:12 2005
@@ -1,5 +1,22 @@
2005-05-20 Alan Ruttenberg <alanr-l at mumble.net>
+ * present.lisp. (slime-stream-p) check if a stream is destined for
+ output in a slime listener. (checks *connections* looks into pretty-print
+ streams in openmcl and cmucl)
+ Don't present unless (slime-stream-p stream).
+
+ Variable *enable-presenting-readable-objects* The only readable object
+ which is presented are pathnames (e.g. pathnames printed when loading
+ and *load-verbose* is t). Try the useful menu :)
+ More to come if this doesn't cause problems. (nil this if it does)
+
+ *can-print-presentation* t around compile-string-for-emacs,
+ load-file, interactive-eval.
+
+ In cmucl, use fwrappers to modify behaviour rather than redefinition.
+
+2005-05-20 Alan Ruttenberg <alanr-l at mumble.net>
+
* present.lisp. mouse-3 now gives a menu for actions on the
presentation. See documentation in file for information about how
to define menus. Also, disable presentations in inspector. Initial bits
More information about the slime-devel
mailing list