[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Fri Jan 16 15:50:03 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv2383

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime.el (slime-keys): Put C-c C-i and M-* back.

--- /project/slime/cvsroot/slime/ChangeLog	2009/01/16 15:49:48	1.1668
+++ /project/slime/cvsroot/slime/ChangeLog	2009/01/16 15:50:03	1.1669
@@ -6,6 +6,10 @@
 	
 2009-01-16  Helmut Eller  <heller at common-lisp.net>
 
+	* slime.el (slime-keys): Put C-c C-i and M-* back.
+
+2009-01-16  Helmut Eller  <heller at common-lisp.net>
+
 	* swank.lisp (pprint-eval): Also return the output produced during
 	evaluation.
 
--- /project/slime/cvsroot/slime/slime.el	2009/01/10 12:25:41	1.1116
+++ /project/slime/cvsroot/slime/slime.el	2009/01/16 15:50:03	1.1117
@@ -546,7 +546,9 @@
     ;; ;; Shadow unwanted bindings from inf-lisp
     ;; ("\C-a"    slime-nop :prefixed t :inferior t :sldb t)
     ;; ("\C-v"    slime-nop :prefixed t :inferior t :sldb t)
-    ))
+    ;; Obsolete, redundant bindings
+    ("\C-c\C-i" slime-complete-symbol)
+    ("\M-*" slime-edit-definition)))
 
 (defun slime-nop ()
   "The null command. Used to shadow currently-unused keybindings."





More information about the slime-cvs mailing list