*** empty log message ***
authorhanda <handa>
Fri, 26 Feb 2010 00:06:19 +0000 (00:06 +0000)
committerhanda <handa>
Fri, 26 Feb 2010 00:06:19 +0000 (00:06 +0000)
xex.js

diff --git a/xex.js b/xex.js
index 632733e..4fda842 100644 (file)
--- a/xex.js
+++ b/xex.js
@@ -1747,7 +1747,8 @@ MIM.im_domain.DefType (MIM.State.prototype);
   function Finsert_candidates (domain, vari, args)
   {
     var ic = domain.context;
-    var candidates = new MIM.Candidates (args, column);
+    var gsize = domain.variables['candidates_group_size'];
+    var candidates = new MIM.Candidates (args, gsize ? gsize.Intval : 0);
     ic.insert (candidates.Current (), candidates);
     return args[0];
   }
@@ -1925,7 +1926,6 @@ MIM.im_domain.DefType (MIM.State.prototype);
              this.domain.Defvar (vname);
          }
        vname = Xex.Term.Parse (this.domain, node)
-       MIM.log ('var:' + this.domain.variables[vname.val].name);
       }
   }
   parsers['command-list'] = function (node)