Re: [NTG-context] Can not register the callback functions in MkIV

2010-02-19 Thread Hans Hagen
On 19-2-2010 13:21, Yanrui Li wrote: 2010/2/19 Yanrui Li Hi, Now it seems that we have not allowed to register the callback functions since beta 2010.02.18. For example: \startluacode local old_pre_linebreak_filter = callback.find ('pre_linebreak_filter') local function my_pre_linebreak_fi

Re: [NTG-context] Can not register the callback functions in MkIV

2010-02-19 Thread Yanrui Li
2010/2/19 Yanrui Li > Hi, > > Now it seems that we have not allowed to register the callback functions > since beta 2010.02.18. > > For example: > > \startluacode > > local old_pre_linebreak_filter = callback.find ('pre_linebreak_filter') > > local function my_pre_linebreak_filter (head, groupcod

[NTG-context] Can not register the callback functions in MkIV

2010-02-18 Thread Yanrui Li
Hi, Now it seems that we have not allowed to register the callback functions since beta 2010.02.18. For example: \startluacode local old_pre_linebreak_filter = callback.find ('pre_linebreak_filter') local function my_pre_linebreak_filter (head, groupcode) if old_pre_linebreak_filter then