ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Error in last current
@ 2009-08-17 22:41 luigi scarso
  2009-08-18  8:09 ` Hans Hagen
  2009-08-19 10:01 ` luigi scarso
  0 siblings, 2 replies; 8+ messages in thread
From: luigi scarso @ 2009-08-17 22:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

$>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



$> context test.tex

%%% test.tex
\usemodule[maps]
\definereferenceformat[cite][left={[},right={]}]
\defineitemgroup [bibliography] [levels=1]
\setupitemgroup  [bibliography]
                 [symbol=n,
                  left={[},
                  right={]},
                  width=1.5em,
                  stopper=,
                  itemalign=flushright,
                  inbetween={\blank[4pt]}]
\appendtoks
  \let \bibitem \itemgroupitem
\to \itemgroupcommands

\starttext
\startArticle [Year=2009,
               Number=39,
               Period=eurotex,
               Page=1,
               Title={foo},
               Author={Luigi Scarso}]

\section{A section}
Foo \cite[wikimedia])

\section{References}
\startbibliography
   \bibitem[wikimedia]{\ \ }{http://download.wikimedia.org}
\stopbibliography
\stopArticle
\stoptext

gives

{/opt/luatex/minimals/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
! LuaTeX error ...mals/tex/texmf-context/tex/context/base/node-ref.lua:59:
attempt to call upvalue 'list_dimensions' (a nil value)
stack traceback:
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:59: in
function 'dimensions'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:66: in
function 'inject_range'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:297: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function 'inject_area'
	...mals/tex/texmf-context/tex/context/base/node-ref.lua:294: in
function <...mals/tex/texmf-context/tex/context/base/node-ref.lua:274>
	(tail call): ?
	<local nodes_cleanup_page = nodes.cleanup_page...>:14: in function
<<local nodes_cleanup_page = nodes.cleanup_page...>:10>
	(tail call): ?
	(tail call): ?
	<main ctx instance>:1: in main chunk.
\finalizeshipoutbox ..._page(tex.box[\number #1])}

\actualshipout ...0\hbox {#1}\finalizeshipoutbox 0
                                                  \setbox \scratchbox \hbox ...
\myshipout ...\@@ppmethod }\gobbleoneargument {#1}
                                                  \setnextrealpageno \afters...
\dofinaloutput ...hbox {\vbox {\dopagebody #1#2}}}
                                                  \the \everyaftershipout \a...
\finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2
                                                  \resetselectiepagina \incr...
\sidefloatoutput ...e \else \finalsidefloatoutput
                                                  \global \sidefloatvsize \n...
...
l.32 \stoptext


-- 
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-17 22:41 Error in last current luigi scarso
@ 2009-08-18  8:09 ` Hans Hagen
  2009-08-18  8:17   ` luigi scarso
  2009-08-19 10:01 ` luigi scarso
  1 sibling, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2009-08-18  8:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-18  8:09 ` Hans Hagen
@ 2009-08-18  8:17   ` luigi scarso
  2009-08-18  8:22     ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: luigi scarso @ 2009-08-18  8:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Aug 18, 2009 at 10:09 AM, Hans Hagen<pragma@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-18  8:17   ` luigi scarso
@ 2009-08-18  8:22     ` Hans Hagen
  2009-08-18  8:29       ` luigi scarso
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2009-08-18  8:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso wrote:
> On Tue, Aug 18, 2009 at 10:09 AM, Hans Hagen<pragma@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-18  8:22     ` Hans Hagen
@ 2009-08-18  8:29       ` luigi scarso
  2009-08-18  8:32         ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: luigi scarso @ 2009-08-18  8:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-18  8:29       ` luigi scarso
@ 2009-08-18  8:32         ` Hans Hagen
  2009-08-18  8:45           ` luigi scarso
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2009-08-18  8:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-18  8:32         ` Hans Hagen
@ 2009-08-18  8:45           ` luigi scarso
  0 siblings, 0 replies; 8+ messages in thread
From: luigi scarso @ 2009-08-18  8:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Aug 18, 2009 at 10:32 AM, Hans Hagen<pragma@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Error in last current
  2009-08-17 22:41 Error in last current luigi scarso
  2009-08-18  8:09 ` Hans Hagen
@ 2009-08-19 10:01 ` luigi scarso
  1 sibling, 0 replies; 8+ messages in thread
From: luigi scarso @ 2009-08-19 10:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Aug 18, 2009 at 12:41 AM, luigi scarso<luigi.scarso@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-08-19 10:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-17 22:41 Error in last current luigi scarso
2009-08-18  8:09 ` Hans Hagen
2009-08-18  8:17   ` luigi scarso
2009-08-18  8:22     ` Hans Hagen
2009-08-18  8:29       ` luigi scarso
2009-08-18  8:32         ` Hans Hagen
2009-08-18  8:45           ` luigi scarso
2009-08-19 10:01 ` luigi scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).