Re: [NTG-context] Error in last current

2009-08-19 Thread luigi scarso
On Tue, Aug 18, 2009 at 12:41 AM, luigi scarsoluigi.sca...@gmail.com wrote:
 $context --version
 MTXrun | main context file:
 /opt/luatex/minimals/tex/texmf-context/tex/context/base/context.tex
 MTXrun | current version: 2009.08.13 13:13


 $ luatex --version
 This is LuaTeX, Version beta-0.42.0-2009071802

It works ok with

$# context --version
MTXrun | current version: 2009.08.13 13:13

$ luatex --version
This is LuaTeX, Version beta-0.43.0-2009081911


-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Error in last current

2009-08-18 Thread Hans Hagen

luigi scarso wrote:


attempt to call upvalue 'list_dimensions' (a nil value)


since when do you run an old version? don't you always have the latest 
greatest luatex binaries?


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Error in last current

2009-08-18 Thread luigi scarso
On Tue, Aug 18, 2009 at 10:09 AM, Hans Hagenpra...@wxs.nl wrote:
 luigi scarso wrote:

 attempt to call upvalue 'list_dimensions' (a nil value)

 since when do you run an old version?
???

$ luatex --version
This is LuaTeX, Version beta-0.42.0-2009071802
It's the last alpha as stated from
http://foundry.supelec.fr/gf/project/luatex/frs/
Are you using an omega version ?
(as giuseppe said,  before alpha there is omega) :)

 don't you always have the latest
 greatest luatex binaries?
hmm, not I'm running the lunatic version of luatex:)

Anyway
is last current  to be used  with last trunk of luatex ?


-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Error in last current

2009-08-18 Thread Hans Hagen

luigi scarso wrote:

On Tue, Aug 18, 2009 at 10:09 AM, Hans Hagenpra...@wxs.nl wrote:

luigi scarso wrote:


attempt to call upvalue 'list_dimensions' (a nil value)

since when do you run an old version?

???

$ luatex --version
This is LuaTeX, Version beta-0.42.0-2009071802
It's the last alpha as stated from
http://foundry.supelec.fr/gf/project/luatex/frs/
Are you using an omega version ?
(as giuseppe said,  before alpha there is omega) :)


don't you always have the latest
greatest luatex binaries?

hmm, not I'm running the lunatic version of luatex:)

Anyway
is last current  to be used  with last trunk of luatex ?



the node.dimensions function was added recently so it seems that you're 
missing it


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Error in last current

2009-08-18 Thread luigi scarso
 the node.dimensions function was added recently so it seems that you're
 missing it
Probably, I miss something sometime...
Ok , I will check it with last luatex rev.
(imho, I think that a current should be work with last luatex form
supelec, not from svn)
-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Error in last current

2009-08-18 Thread Hans Hagen

luigi scarso wrote:

the node.dimensions function was added recently so it seems that you're
missing it

Probably, I miss something sometime...
Ok , I will check it with last luatex rev.
(imho, I think that a current should be work with last luatex form
supelec, not from svn)


currently you need the latest

i could built in fallbacks but it messes up the code so that will not 
happen before we reach a more stable state


Hans



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Error in last current

2009-08-18 Thread luigi scarso
On Tue, Aug 18, 2009 at 10:32 AM, Hans Hagenpra...@wxs.nl wrote:
 luigi scarso wrote:

 the node.dimensions function was added recently so it seems that you're
 missing it

 Probably, I miss something sometime...
 Ok , I will check it with last luatex rev.
 (imho, I think that a current should be work with last luatex form
 supelec, not from svn)

 currently you need the latest
No, if as latest you mean luatex-snapshot-0.42.0.tar.bz2 from supelec
Yes, if as latest  you mean luatex from svn


 i could built in fallbacks but it messes up the code so that will not happen
 before we reach a more stable state
that's ok for me  but then you should say this current works with
this luatex from supelec or this lutex revision
If no, it's a useless current.

-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___