[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Wed Mar 16 23:00:11 UTC 2005


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.638 slime/ChangeLog:1.639
--- slime/ChangeLog:1.638	Sun Mar 13 20:41:00 2005
+++ slime/ChangeLog	Wed Mar 16 23:11:24 2005
@@ -1,3 +1,20 @@
+2005-03-16  Helmut Eller  <heller at common-lisp.net>
+
+	* slime/swank.lisp (*macroexpand-printer-bindings*): New user
+	variable.
+	(apply-macro-expander): Use it.
+	(call-with-bindings): Bind variables in reverse order. Thit makes
+	it easer to cons or push a new binding at the front the list.
+	(with-bindings): New macro.
+
+	* slime.el (slime-run-when-idle): New function to hide
+	Emacs/XEmacs differences.
+	(slime-process-available-input): Use it.
+
+	* swank-loader.lisp (unique-directory-name): Rewritten to avoid
+	the rather irritating warning that (warn "Don't know ...") is
+	unreachable.
+	
 2005-03-13  Luke Gorrie  <luke at synap.se>
 
 	* slime.el (slime-dispatch-event): Use `slime-busy-p' to control



More information about the slime-devel mailing list