[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Thu Jan 10 00:39:19 UTC 2008


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

Modified Files:
	slime-fuzzy.el 
Log Message:

* slime-fuzzy.el (slime-fuzzy-completion-time-limit-in-msec):
  Update docstring: Its value isn't rounded to nearest second, but
  is really interpreted as msecs.

* swank-fuzzy.el: Updated some comments.
  (fuzzy-generate-matchings): Sort package matchings before
  traversal, such that they're traversed in the order of their
  score. (Important with time limit exhausts during traversal.)


--- /project/slime/cvsroot/slime/contrib/slime-fuzzy.el	2007/11/24 08:15:20	1.5
+++ /project/slime/cvsroot/slime/contrib/slime-fuzzy.el	2008/01/10 00:39:19	1.6
@@ -30,8 +30,8 @@
   :type 'integer)
 
 (defcustom slime-fuzzy-completion-time-limit-in-msec 1500
-  "Limit the time spent (given in msec) in swank while gathering comletitions.
-\(NOTE: currently it's rounded up the nearest second)"
+  "Limit the time spent (given in msec) in swank while gathering
+comletitions."
   :group 'slime-mode
   :type 'integer)
 




More information about the slime-cvs mailing list