[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Sun Dec 13 08:33:01 UTC 2009
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1934 slime/ChangeLog:1.1935
--- slime/ChangeLog:1.1934 Thu Dec 10 22:37:17 2009
+++ slime/ChangeLog Sat Dec 12 13:58:46 2009
@@ -1,3 +1,8 @@
+2009-12-12 Matthias Koeppe <mkoeppe at math.ucdavis.edu>
+
+ * doc/slime.texi (Presentations): Add an example that illustrates
+ quoting necessary with presentations that are lists.
+
2009-12-11 Stas Boukarev <stassats at gmail.com>
* swank-allegro.lisp: Use new function `make-error-location'.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.300 slime/contrib/ChangeLog:1.301
--- slime/contrib/ChangeLog:1.300 Fri Dec 11 01:35:20 2009
+++ slime/contrib/ChangeLog Sat Dec 12 13:43:29 2009
@@ -1,3 +1,14 @@
+2009-12-12 Matthias Koeppe <mkoeppe at math.ucdavis.edu>
+
+ * slime-presentations.el (slime-reify-old-output): Revert change
+ of 2009-12-11, which introduced spurious quotes in non-evaluated
+ contexts like here:
+
+ '(1 2 #<STANDARD-CLASS STANDARD-OBJECT> 3 4)
+
+ Presentations do not change standard quoting rules; users just
+ need to remember this.
+
2009-12-11 Stas Boukarev <stassats at gmail.com>
* slime-fuzzy.el (slime-fuzzy-choices-buffer): Don't
More information about the slime-devel
mailing list