[slime-cvs] CVS update: slime/slime.el

Luke Gorrie lgorrie at common-lisp.net
Thu Jun 10 04:40:22 UTC 2004


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

Modified Files:
	slime.el 
Log Message:
(sldb-step): Command is disabled because the function
`swank:sldb-step' that it calls doesn't exist. I don't see any
stepping code in our backends.

Date: Wed Jun  9 21:40:22 2004
Author: lgorrie

Index: slime/slime.el
diff -u slime/slime.el:1.310 slime/slime.el:1.311
--- slime/slime.el:1.310	Wed Jun  9 13:17:55 2004
+++ slime/slime.el	Wed Jun  9 21:40:22 2004
@@ -5252,6 +5252,8 @@
 (defun sldb-step ()
   "Select the \"continue\" restart and set a new break point."
   (interactive)
+  ;; FIXME
+  (error "Not implemented.")
   (let ((frame (sldb-frame-number-at-point)))
     (slime-eval-async `(swank:sldb-step ,frame) nil (lambda ()))))
 





More information about the slime-cvs mailing list