[slime-cvs] CVS slime

heller heller at common-lisp.net
Wed Sep 19 11:55:46 UTC 2007


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

Modified Files:
	ChangeLog slime.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/ChangeLog	2007/09/19 11:48:54	1.1228
+++ /project/slime/cvsroot/slime/ChangeLog	2007/09/19 11:55:45	1.1229
@@ -1,5 +1,8 @@
 2007-09-19  Helmut Eller  <heller at common-lisp.net>
 
+	* slime.el (slime-complete-symbol*-fancy): Move defcustom to
+	contrib/slime-c-p-c.el
+
 	* swank-version.el: Delete file. No longer used.
 
 	* bridge.el: Moved to contrib.
--- /project/slime/cvsroot/slime/slime.el	2007/09/19 11:40:33	1.870
+++ /project/slime/cvsroot/slime/slime.el	2007/09/19 11:55:45	1.871
@@ -236,21 +236,11 @@
   :group 'slime-mode
   :type 'boolean)
 
-(defcustom slime-complete-symbol*-fancy nil
-  "Use information from argument lists for DWIM'ish symbol completion."
-  :group 'slime-mode
-  :type 'boolean)
-
 (defcustom slime-space-information-p t
   "Have the SPC key offer arglist information."
   :type 'boolean
   :group 'slime-mode)
 
-(defcustom slime-display-compilation-output t
-  "Display the REPL buffer before compiling files."
-  :type '(choice (const :tag "Enable" t) (const :tag "Disable" nil))
-  :group 'slime-mode)
-
 ;;;;; slime-mode-faces
 
 (defgroup slime-mode-faces nil
@@ -3841,6 +3831,11 @@
 (defvar slime-highlight-compiler-notes t
   "*When non-nil annotate buffers with compilation notes etc.")
 
+(defcustom slime-display-compilation-output t
+  "Display the REPL buffer before compiling files."
+  :type '(choice (const :tag "Enable" t) (const :tag "Disable" nil))
+  :group 'slime-mode)
+
 (defvar slime-before-compile-functions nil
   "A list of function called before compiling a buffer or region.
 The function receive two arguments: the beginning and the end of the 




More information about the slime-cvs mailing list