[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Mon Nov 30 14:47:39 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv28159
Modified Files:
ChangeLog slime.el
Log Message:
* slime.el (slime-editing-mode): New minor mode for use in the REPL.
* slime-repl.el (slime-repl-mode-map): Don't copy
slime-parent-map. Instead ...
(slime-repl-mode): ... enable slime-editing-mode.
--- /project/slime/cvsroot/slime/ChangeLog 2009/11/30 14:47:18 1.1923
+++ /project/slime/cvsroot/slime/ChangeLog 2009/11/30 14:47:38 1.1924
@@ -11,6 +11,9 @@
(slime-bind-keys): Renamed&extended from
slime-define-both-key-bindings.
+ * slime.el (slime-editing-mode): New minor mode for use
+ in the REPL.
+
2009-11-26 Mark Evenson <evenson at panix.com>>
* swank-abcl.lisp (arglist): Fixes for functions with non-nil
--- /project/slime/cvsroot/slime/slime.el 2009/11/30 14:47:18 1.1252
+++ /project/slime/cvsroot/slime/slime.el 2009/11/30 14:47:39 1.1253
@@ -610,6 +610,13 @@
(slime-init-keymaps)
+(define-minor-mode slime-editing-mode
+ "Minor mode which makes slime-editing-map available.
+\\{slime-editing-map}"
+ nil
+ nil
+ slime-editing-map)
+
;;;; Setup initial `slime-mode' hooks
More information about the slime-cvs
mailing list