summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/strc-lst.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/strc-lst.lmt')
-rw-r--r--tex/context/base/mkxl/strc-lst.lmt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/strc-lst.lmt b/tex/context/base/mkxl/strc-lst.lmt
index 467d916d8..67e06520c 100644
--- a/tex/context/base/mkxl/strc-lst.lmt
+++ b/tex/context/base/mkxl/strc-lst.lmt
@@ -962,7 +962,10 @@ function lists.process(specification)
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 view = usedviews[i]
+ -- if cheat and references then
+ -- -- HH: I still need to test this patch:
+ if cheat and references and view and cheats[view] then
-- this permits runs=2 with interactivity
local internal = references.internal
usedinternals[internal] = true