[slime-cvs] CVS update: slime/slime.el
Luke Gorrie
lgorrie at common-lisp.net
Tue Jul 13 08:08:57 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv4304
Modified Files:
slime.el
Log Message:
(slime-restart-inferior-lisp): Renamed shortcut to
"restart-inferior-lisp" from "restart-lisp". The name better suggests
what it does: kill *inferior-lisp* and rerun SLIME.
Date: Tue Jul 13 01:08:56 2004
Author: lgorrie
Index: slime/slime.el
diff -u slime/slime.el:1.359 slime/slime.el:1.360
--- slime/slime.el:1.359 Mon Jul 12 03:37:30 2004
+++ slime/slime.el Tue Jul 13 01:08:56 2004
@@ -2797,14 +2797,13 @@
(slime-oos (slime-read-system-name) "COMPILE-OP" :force t)))
(:one-liner "Recompile (but not load) an ASDF system."))
-(defslime-repl-shortcut slime-restart-lisp ("restart-lisp")
+(defslime-repl-shortcut slime-restart-inferior-lisp ("restart-inferior-lisp")
(:handler (lambda ()
(interactive)
- ;; FIXME: Do the right thing with multiple Lisps.
(ignore-errors (kill-buffer "*inferior-lisp*"))
(slime)))
- (:one-liner "Restart the Lisp system and reconnect SLIME."))
-
+ (:one-liner "Restart *inferior-lisp* and reconnect SLIME."))
+
;;;;; Cleanup after a quit
More information about the slime-cvs
mailing list