On 1/30/23 12:18, Pablo Rodriguez via ntg-context wrote:
> […]
> I‘m afraid this might be a regression from a recently fixed issue.
Hans,
I see there is a new strc-lst.lmt. So comparing it with strc-lst.lmt, I
saw what is missing:
- if cheat and references then
+ local v = usedviews[i]
+ if cheat and cheats[v] and references then
-- this permits runs=2 with interactivity
local internal = references.internal
usedinternals[internal] = true
Proper diff attached.
Many thanks for your help,
Pablo
--- strc-lst.lmt 2023-01-31 12:23:12.240689092 +0100
+++ mkxl/strc-lst.lmt 2023-01-31 12:23:32.170871203 +0100
@@ -962,7 +962,8 @@
local numberdata = listentry.numberdata
local references = listentry.references
local special = specials and numberdata and specials[zerostrippedconcat(numberdata.numbers,".")] or ""
- if cheat and references then
+ local v = usedviews[i]
+ if cheat and cheats[v] and references then
-- this permits runs=2 with interactivity
local internal = references.internal
usedinternals[internal] = true
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________