[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Thu Apr 22 07:33:02 UTC 2010


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2072 slime/ChangeLog:1.2074
--- slime/ChangeLog:1.2072	Tue Apr 20 05:48:19 2010
+++ slime/ChangeLog	Thu Apr 22 01:47:35 2010
@@ -1,3 +1,20 @@
+2010-04-22  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-backend.lisp (with-symbol): Test for package before doing
+	find-symbol.
+	* swank-sbcl.lisp(Multiprocessing): use with-symbol.
+	(emacs-inspect t): Remove newlines from text returned by
+	sb-impl::inspected-parts, otherwise there will be ".." inserted by
+	the printer due to (*print-lines* 1).
+
+2010-04-21  Stas Boukarev  <stassats at gmail.com>
+
+	* slime.el (slime-open-inspector): Use forward-line instead of
+	goto-line, since it doesn't result in  "Mark set" message.
+	(slime-inspector-buffer): Enable slime-mode after enabling
+	slime-inspector-mode, otherwise the former will be disabled by the
+	latter.
+
 2010-04-20  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* swank-sbcl.lisp (condition-timed-wait): New helper. Use




More information about the slime-devel mailing list