[slime-cvs] CVS slime/contrib
heller
heller at common-lisp.net
Wed Sep 19 11:55:46 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv18141/contrib
Modified Files:
ChangeLog slime-c-p-c.el
Log Message:
* slime-c-p-c.el (slime-complete-symbol*-fancy): Move defcustom
from slime.el to contrib/slime-c-p-c.el.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2007/09/15 22:43:59 1.53
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2007/09/19 11:55:46 1.54
@@ -1,3 +1,8 @@
+2007-09-19 Helmut Eller <heller at common-lisp.net>
+
+ * slime-c-p-c.el (slime-complete-symbol*-fancy): Move defcustom
+ from slime.el to contrib/slime-c-p-c.el.
+
2007-09-16 Tobias C. Rittweiler <tcr at freebits.de>
* swank-fuzzy.lisp: Fix regression that would not allow to fuzzy
--- /project/slime/cvsroot/slime/contrib/slime-c-p-c.el 2007/09/05 18:57:25 1.6
+++ /project/slime/cvsroot/slime/contrib/slime-c-p-c.el 2007/09/19 11:55:46 1.7
@@ -27,6 +27,11 @@
:type 'boolean
:group 'slime-ui)
+(defcustom slime-complete-symbol*-fancy nil
+ "Use information from argument lists for DWIM'ish symbol completion."
+ :group 'slime-mode
+ :type 'boolean)
+
(defun slime-complete-symbol* ()
"Expand abbreviations and complete the symbol at point."
;; NB: It is only the name part of the symbol that we actually want
More information about the slime-cvs
mailing list