[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Sat Jan 10 12:25:30 UTC 2009


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

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime.el (slime-space): Declare `slime-space' to
`delete-selection-mode' and friends (CUA) so that their behavior
is the same as with normal insertion of a space.

--- /project/slime/cvsroot/slime/ChangeLog	2009/01/10 12:25:15	1.1661
+++ /project/slime/cvsroot/slime/ChangeLog	2009/01/10 12:25:30	1.1662
@@ -2,6 +2,12 @@
 
 	* swank.lisp (do-symbols*): Wrap body in TAGBODY.
 
+2009-01-10  David Reitter <david.reitter at gmail.com>
+
+	* slime.el (slime-space): Declare `slime-space' to
+	`delete-selection-mode' and friends (CUA) so that their behavior
+	is the same as with normal insertion of a space.
+
 2009-01-10  Helmut Eller  <heller at common-lisp.net>
 
 	* swank-backend.lisp (swank-compile-file): Take output-file as
--- /project/slime/cvsroot/slime/slime.el	2009/01/08 16:13:33	1.1114
+++ /project/slime/cvsroot/slime/slime.el	2009/01/10 12:25:30	1.1115
@@ -3493,6 +3493,8 @@
   (when (slime-background-activities-enabled-p)
     (slime-echo-arglist)))
 
+(put 'slime-space 'delete-selection t) ; for delete-section-mode & CUA
+
 (defvar slime-echo-arglist-function 'slime-show-arglist)
 
 (defun slime-echo-arglist ()





More information about the slime-cvs mailing list