ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Warning: "nodes: unable to store reference from lua in tex"
Date: Fri, 26 Feb 2021 18:58:54 +0100	[thread overview]
Message-ID: <1bdc8308-48c5-56a5-381a-5e83b3fb8c10@gmail.com> (raw)
In-Reply-To: <05c6c8d8-bbe7-4977-5e16-4cf33bba2a29@xs4all.nl>

Hans Hagen schrieb am 26.02.2021 um 18:36:
> On 2/26/2021 6:01 PM, Lukas/ConTeXt wrote:
>> Hello,
>> after I renewed ConTeXt MkIV, I started to get the following warning:
>> "
>> ...
>> luatex warning  > nodes: unable to store reference from lua in tex
>> ...
>> (repeated more times)
>> "
>> This happens when I try to typeset a looo...ong table (by 
>> \start/\stop-tabulate) over several pages.
>> It used to work OK with a Ctx version several months (or half year) ago.
>> Is there a simple way to overtake the problem?
>> MWE:
>>
>> ----
>> \starttext
>>    \startluacode
>>      context[[
>>          \starttabulate[|Tr|]
>>            \HL
>>            \NC AABBCC \NC\AR
>>            \HL[3]
>> ]]
>>
>>      for i = 1, 4000 do
>>        context.NC(i)
>>        context.NC()
>>        context.AR()
>>      end
>>
>>      context[[
>>        \HL
>>      \stoptabulate
>> ]]
>>    \stopluacode
>> \stoptext
>> ----
> ... lmtx ... no problem, doing 4K or 40K or ..


MkIV only, there is no output for \HL with too many lines (and the 
warning is shown).

\starttext

\starttabulate[|l|]
\NC xxx \NC\NR
\HL
\ntimes{\NC yyy \NC\NR}{4000}
\stoptabulate

\stoptext

Wolfgang

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2021-02-26 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 17:01 Lukas/ConTeXt
2021-02-26 17:36 ` Hans Hagen
2021-02-26 17:58   ` Wolfgang Schuster [this message]
2021-02-26 18:29     ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1bdc8308-48c5-56a5-381a-5e83b3fb8c10@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).