[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Sun Jul 12 08:01:28 UTC 2009


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

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime.el (slime-editing-keys): Don't override M-*. The default
binding should do what Matthias wants.

--- /project/slime/cvsroot/slime/ChangeLog	2009/07/11 18:25:59	1.1810
+++ /project/slime/cvsroot/slime/ChangeLog	2009/07/12 08:01:28	1.1811
@@ -1,3 +1,8 @@
+2009-07-12  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-editing-keys): Don't override M-*. The default
+	binding should do what Matthias wants.
+
 2009-07-11  Matthias Koeppe  <mkoeppe at math.ucdavis.edu>
 
 	* swank-backend.lisp (definterface): Fix typo in error message.
--- /project/slime/cvsroot/slime/slime.el	2009/07/02 17:00:21	1.1196
+++ /project/slime/cvsroot/slime/slime.el	2009/07/12 08:01:28	1.1197
@@ -585,7 +585,7 @@
     ([?\C-\M-.]   slime-next-location)
     ;; Obsolete, redundant bindings
     ("\C-c\C-i" slime-complete-symbol)
-    ("\M-*" slime-edit-definition)
+    ;;("\M-*" pop-tag-mark) ; almost to clever
     ))
 
 (defvar slime-keys





More information about the slime-cvs mailing list