[slime-cvs] CVS slime/contrib

heller heller at common-lisp.net
Wed Sep 24 09:12:48 UTC 2008


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv13564/contrib

Modified Files:
	slime-presentations.el 
Log Message:
* slime.el (slime-prefix-map): New keymap.
(slime-define-key): Use it.  Also drop unused :inferior arg.
(slime-inspector-mode-map): Bind C-c to slime-prefix-map.

--- /project/slime/cvsroot/slime/contrib/slime-presentations.el	2008/09/22 17:49:42	1.18
+++ /project/slime/cvsroot/slime/contrib/slime-presentations.el	2008/09/24 09:12:19	1.19
@@ -702,7 +702,7 @@
 	       (define-key slime-presentation-command-map (vector modified) command))))
   (define-key slime-presentation-command-map "\M-o" 'slime-clear-presentations)
   ;; C-c C-v is the prefix for the presentation-command map.
-  (slime-define-key "\C-v" slime-presentation-command-map :prefixed t :inferior t)
+  (slime-define-key "\C-v" slime-presentation-command-map :prefixed t)
   (define-key slime-repl-mode-map "\C-c\C-v" slime-presentation-command-map)
   (define-key sldb-mode-map "\C-c\C-v" slime-presentation-command-map)
   (define-key slime-inspector-mode-map "\C-c\C-v" slime-presentation-command-map))




More information about the slime-cvs mailing list