[slime-cvs] CVS slime/contrib

CVS User sboukarev sboukarev at common-lisp.net
Tue Apr 6 13:24:29 UTC 2010


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

Modified Files:
	ChangeLog slime-c-p-c.el 
Log Message:
* slime-c-p-c.el (slime-complete-symbol*-fancy-bit): There is no
slime-space-information-p variable anymore.
Patch by Steven H. Margolis.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2010/04/06 02:40:09	1.369
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2010/04/06 13:24:29	1.370
@@ -1,5 +1,11 @@
 2010-04-06  Stas Boukarev  <stassats at gmail.com>
 
+	* slime-c-p-c.el (slime-complete-symbol*-fancy-bit): There is no
+	slime-space-information-p variable anymore.
+	Patch by Steven H. Margolis.
+
+2010-04-06  Stas Boukarev  <stassats at gmail.com>
+
 	* slime-sprof.el (slime-sprof-format): Remove references to the
 	removed code.
 
--- /project/slime/cvsroot/slime/contrib/slime-c-p-c.el	2010/03/20 08:27:50	1.22
+++ /project/slime/cvsroot/slime/contrib/slime-c-p-c.el	2010/04/06 13:24:29	1.23
@@ -92,16 +92,15 @@
                (cdr (read arglist))))
             (function-call-position-p
              (save-excursion
-                (backward-sexp)
-                (equal (char-before) ?\())))
+               (backward-sexp)
+               (equal (char-before) ?\())))
         (when function-call-position-p
           (if (null args)
               (insert-and-inherit ")")
-            (insert-and-inherit " ")
-            (when (and slime-space-information-p
-                       (slime-background-activities-enabled-p)
-                       (not (minibuffer-window-active-p (minibuffer-window))))
-              (slime-echo-arglist))))))))
+              (insert-and-inherit " ")
+              (when (and (slime-background-activities-enabled-p)
+                         (not (minibuffer-window-active-p (minibuffer-window))))
+                (slime-echo-arglist))))))))
 
 (defun* slime-contextual-completions (beg end) 
   "Return a list of completions of the token from BEG to END in the





More information about the slime-cvs mailing list