[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Thu May 10 17:45:28 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv22103

Modified Files:
	ChangeLog 
Log Message:
* slime.el: Fix macroexpanding on things like ",(loop ...)".

  (slime-sexp-at-point-for-macroexpansion): New function; like
  SLIME-SEXP-AT-POINT-OR-ERROR, but fixes up some misbehaviour with
  respect to macroexpansion.
  (slime-eval-macroexpand, slime-eval-macroexpand-inplace): Use the
  new function.


--- /project/slime/cvsroot/slime/ChangeLog	2007/05/10 17:23:31	1.1118
+++ /project/slime/cvsroot/slime/ChangeLog	2007/05/10 17:45:27	1.1119
@@ -1,4 +1,14 @@
-2007-04-21  Tobias C. Rittweiler <tcr at freebits.de>
+2007-05-10  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* slime.el: Fix macroexpanding on things like ",(loop ...)".
+
+	(slime-sexp-at-point-for-macroexpansion): New function; like
+	SLIME-SEXP-AT-POINT-OR-ERROR, but fixes up some misbehaviour with
+	respect to macroexpansion.
+	(slime-eval-macroexpand, slime-eval-macroexpand-inplace): Use the
+	new function.
+
+2007-05-10  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* slime.el: Within the Slime Inspector, `S-Tab' will now also work
 	 on X.  Furthermore `Tab' and `S-Tab' will now correctly wrap




More information about the slime-cvs mailing list