From: handa Date: Fri, 26 Feb 2010 00:06:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ALPHA~44 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8c2af4f0daab094f9123cfb9c573799d51400ead;p=m17n%2Fm17n-lib-js.git *** empty log message *** --- diff --git a/xex.js b/xex.js index 632733e..4fda842 100644 --- 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)