[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Wed Dec 13 05:35:02 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1018 slime/ChangeLog:1.1019
--- slime/ChangeLog:1.1018	Fri Dec  8 08:32:45 2006
+++ slime/ChangeLog	Tue Dec 12 10:40:19 2006
@@ -1,3 +1,20 @@
+2006-12-12  Nikodemus Siivola <nikodemus at random-state.net>
+
+	* swank.lisp (inspect-for-emacs integer): Pad the hex formatted
+	value to eight digits, "Code-char:" instead of "Corresponding
+	character:", "Integer-length:" instead of "Length:",
+	"Universal-time:" instead of "As time".
+	(inspect-object): Use TYPE-FOR-EMACS instead of TYPE-OF.
+	(inspect-in-emacs): New function, analogous to ED-IN-EMACS.
+
+	* swank-backend.lisp (type-for-emacs): New generic function,
+	defaults to TYPE-OF for non-integers, and returns FIXNUM or BIGNUM
+	for integers.
+
+	* slime.el (destructure-case): Indicate in the error message that
+	it was the Elisp destructure-case that failed to avoid confusion.
+	(slime-check-eval-in-emacs-enabled): More verbose error message.
+
 2006-12-07  Marco Baringer  <mb at bese.it>
 
 	* swank.lisp (init-inspector): Added eval parameter. If NIL we



More information about the slime-devel mailing list