[slime-cvs] CVS slime/contrib
    CVS User heller 
    heller at common-lisp.net
       
    Thu Jan  8 10:33:12 UTC 2009
    
    
  
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv17443/contrib
Modified Files:
	slime-fuzzy.el 
Log Message:
Remove some customization variables of questionale use.
* slime.el (slime-when-complete-filename-expand)
(slime-space-information-p, slime-display-compilation-output)
(sldb-show-location-recenter-arg, slime-recenter-window)
(slime-display-buffer-region): Deleted.
--- /project/slime/cvsroot/slime/contrib/slime-fuzzy.el	2008/08/18 09:20:20	1.8
+++ /project/slime/cvsroot/slime/contrib/slime-fuzzy.el	2009/01/08 10:33:12	1.9
@@ -35,6 +35,12 @@
   :group 'slime-mode
   :type 'integer)
 
+(defcustom slime-when-complete-filename-expand nil
+  "Use comint-replace-by-expanded-filename instead of
+comint-dynamic-complete-as-filename to complete file names"
+  :group 'slime-mode
+  :type 'boolean)
+
 (defvar slime-fuzzy-target-buffer nil
   "The buffer that is the target of the completion activities.")
 (defvar slime-fuzzy-saved-window-configuration nil
    
    
More information about the slime-cvs
mailing list