[slime-cvs] CVS slime

CVS User trittweiler trittweiler at common-lisp.net
Fri Sep 18 21:29:59 UTC 2009


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

Modified Files:
	slime.el ChangeLog 
Log Message:
	* slime.el (slime-parent-bindings): Define M-? as
	`slime-edit-callers', too. My previous choice of M-_ was
	warped due to my German layout.


--- /project/slime/cvsroot/slime/slime.el	2009/09/18 21:09:40	1.1222
+++ /project/slime/cvsroot/slime/slime.el	2009/09/18 21:29:59	1.1223
@@ -538,7 +538,8 @@
 (defvar slime-parent-bindings
   '(("\M-."      slime-edit-definition)
     ("\M-,"      slime-pop-find-definition-stack)
-    ("\M-_"      slime-edit-callers)
+    ("\M-_"      slime-edit-callers)    ; for German layout
+    ("\M-?"      slime-edit-callers)    ; for USian layout
     ("\C-x4." 	 slime-edit-definition-other-window)
     ("\C-x5." 	 slime-edit-definition-other-frame)
     ("\C-x\C-e"  slime-eval-last-expression)
--- /project/slime/cvsroot/slime/ChangeLog	2009/09/18 21:09:40	1.1857
+++ /project/slime/cvsroot/slime/ChangeLog	2009/09/18 21:29:59	1.1858
@@ -1,5 +1,11 @@
 2009-09-18  Tobias C. Rittweiler <tcr at freebits.de>
 
+	* slime.el (slime-parent-bindings): Define M-? as
+	`slime-edit-callers', too. My previous choice of M-_ was warped
+	due to my German layout.
+
+2009-09-18  Tobias C. Rittweiler <tcr at freebits.de>
+
 	New binding: M-_ (`slime-edit-callers').
 
 	Similiar to `slime-who-calls' but only creates an Xref buffer if





More information about the slime-cvs mailing list