[slime-cvs] CVS update: slime/swank.lisp

Matthias Koeppe mkoeppe at common-lisp.net
Sun Aug 28 12:25:41 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv3186

Modified Files:
	swank.lisp 
Log Message:
(send-to-socket-io): Handle :evaluate-in-emacs.

Date: Sun Aug 28 14:25:40 2005
Author: mkoeppe

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.324 slime/swank.lisp:1.325
--- slime/swank.lisp:1.324	Wed Aug 24 19:40:47 2005
+++ slime/swank.lisp	Sun Aug 28 14:25:40 2005
@@ -719,6 +719,8 @@
       ((:return thread &rest args)
        (declare (ignore thread))
        (send `(:return , at args)))
+      ((:evaluate-in-emacs string thread &rest args)
+       (send `(:evaluate-in-emacs ,string 0 , at args)))
       (((:read-output :new-package :new-features :debug-condition
                       :presentation-start :presentation-end
                       :indentation-update :ed :%apply :eval-no-wait)




More information about the slime-cvs mailing list