summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-lst.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/strc-lst.lua')
-rw-r--r--tex/context/base/strc-lst.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tex/context/base/strc-lst.lua b/tex/context/base/strc-lst.lua
index 9f15f5e83..df443b60a 100644
--- a/tex/context/base/strc-lst.lua
+++ b/tex/context/base/strc-lst.lua
@@ -140,8 +140,13 @@ local function filter_collected(names, criterium, number, collected)
local hash, result, all, detail = { }, { }, not names or names == "" or names == variables.all, nil
if not all then
for s in names:gmatch("[^, ]+") do
+ if trace_lists then
+ logs.report("lists","filtering: %s",s)
+ end
hash[s] = true
end
+ elseif trace_lists then
+ logs.report("lists","filtering all")
end
if criterium == variables.intro then
-- special case, no structure yet