Re: [NTG-context] Errors on making lua documentation

2009-09-09 Thread luigi scarso
On Tue, Sep 8, 2009 at 9:36 AM, luigi scarsoluigi.sca...@gmail.com wrote: On Tue, Sep 8, 2009 at 9:29 AM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: Any hints ? i have it fixed but before i upload i want to fix a few other things as well It seems fixed, but I've run only few

Re: [NTG-context] Errors on making lua documentation

2009-09-08 Thread Hans Hagen
luigi scarso wrote: Any hints ? i have it fixed but before i upload i want to fix a few other things as well \hskip.25\dimexpr\xmlattdef{#1}{n}{0}em\relax\relax % extra relax needed ! Hans -

Re: [NTG-context] Errors on making lua documentation

2009-09-08 Thread luigi scarso
On Tue, Sep 8, 2009 at 9:29 AM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: Any hints ? i have it fixed but before i upload i want to fix a few other things as well            \hskip.25\dimexpr\xmlattdef{#1}{n}{0}em\relax\relax % extra relax needed ! ok, it's becoming an hot topic

Re: [NTG-context] Errors on making lua documentation

2009-09-07 Thread luigi scarso
Any hints ? On Fri, Sep 4, 2009 at 9:13 PM, luigi scarsoluigi.sca...@gmail.com wrote: On Fri, Aug 28, 2009 at 10:45 AM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: The #1 argument  of find(find,%S) is find , which is a function, while should be a string, ie maybe something like

Re: [NTG-context] Errors on making lua documentation

2009-09-04 Thread luigi scarso
On Fri, Aug 28, 2009 at 10:45 AM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: The #1 argument of find(find,%S) is find , which is a function, while should be a string, ie maybe something like function string:is_empty() return not find(self,%S) end indeed; fixed In

Re: [NTG-context] Errors on making lua documentation

2009-08-28 Thread Hans Hagen
luigi scarso wrote: The #1 argument of find(find,%S) is find , which is a function, while should be a string, ie maybe something like function string:is_empty() return not find(self,%S) end indeed; fixed -

[NTG-context] Errors on making lua documentation

2009-08-27 Thread luigi scarso
$ context --ctx=x-ldx x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua Maybe an error on mtxrun, for which I have made a temp. patch : $ diff mtxrun.orig mtxrun 123c123 return not find(find,%S) --- return not find(self,%S) Even so, there are some errors like

Re: [NTG-context] Errors on making lua documentation

2009-08-27 Thread Hans Hagen
luigi scarso wrote: $ context --ctx=x-ldx x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua hm, runs ok here (on the base path) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Errors on making lua documentation

2009-08-27 Thread luigi scarso
On Thu, Aug 27, 2009 at 11:42 PM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: $ context --ctx=x-ldx  x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua hm, runs ok here (on the base path) hmm maybe I have messed something ... I will retry with a fresh last current --

Re: [NTG-context] Errors on making lua documentation

2009-08-27 Thread luigi scarso
On Thu, Aug 27, 2009 at 11:42 PM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: $ context --ctx=x-ldx  x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua hm, runs ok here (on the base path) Hm, current seems broken In base path $ context --ctx=x-ldx x-ldx.lua

Re: [NTG-context] Errors on making lua documentation

2009-08-27 Thread luigi scarso
On Thu, Aug 27, 2009 at 11:42 PM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: $ context --ctx=x-ldx  x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua hm, runs ok here (on the base path) Also with beta ...tex/minimals-2009-08-beta/tex/texmf-linux/bin/mtxrun:123: bad

Re: [NTG-context] Errors on making lua documentation

2009-08-27 Thread Hans Hagen
luigi scarso wrote: On Thu, Aug 27, 2009 at 11:42 PM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: $ context --ctx=x-ldx x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua hm, runs ok here (on the base path) Also with beta

Re: [NTG-context] Errors on making lua documentation

2009-08-27 Thread luigi scarso
On Fri, Aug 28, 2009 at 1:05 AM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: On Thu, Aug 27, 2009 at 11:42 PM, Hans Hagenpra...@wxs.nl wrote: luigi scarso wrote: $ context --ctx=x-ldx  x-ldx.lua fails in minimals/tex/texmf-context/scripts/context/lua hm, runs ok here (on the base