[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Wed Sep 10 23:51:17 UTC 2008


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

Modified Files:
	swank-asdf.lisp ChangeLog 
Log Message:

	* swank-asdf.lisp (operate-on-system-for-emacs): Adapted to recent
	changes wrt. swank-compilation-unit.


--- /project/slime/cvsroot/slime/contrib/swank-asdf.lisp	2008/07/16 18:44:27	1.4
+++ /project/slime/cvsroot/slime/contrib/swank-asdf.lisp	2008/09/10 23:51:17	1.5
@@ -15,10 +15,10 @@
 (defslimefun operate-on-system-for-emacs (system-name operation &rest keywords)
   "Compile and load SYSTEM using ASDF.
 Record compiler notes signalled as `compiler-condition's."
-  (with-swank-compilation-unit (:override nil)
-    (swank-compiler 
-     (lambda ()
-       (apply #'operate-on-system system-name operation keywords)))))
+  (swank-compilation-result-for-emacs
+   (swank-compiler (make-swank-compilation-result)
+		   (lambda ()
+		     (apply #'operate-on-system system-name operation keywords)))))
 
 (defun operate-on-system (system-name operation-name &rest keyword-args)
   "Perform OPERATION-NAME on SYSTEM-NAME using ASDF.
--- /project/slime/cvsroot/slime/contrib/ChangeLog	2008/09/07 12:44:11	1.128
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2008/09/10 23:51:17	1.129
@@ -1,3 +1,8 @@
+2008-09-11  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-asdf.lisp (operate-on-system-for-emacs): Adapted to recent
+	changes wrt. swank-compilation-unit.
+
 2008-09-07  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime-autodoc.el (slime-make-autodoc-swank-form): Do not




More information about the slime-cvs mailing list