summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-lst.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-10-19 01:00:14 +0300
committerMarius <mariausol@gmail.com>2011-10-19 01:00:14 +0300
commitdb5d5aa67829cb4c0c70bbe545f3e840457acf08 (patch)
tree70f2b28b8d3ee5797089a9c9db02880c8299bd3b /tex/context/base/strc-lst.lua
parent1e72402c3201340b2bd4452ed11bfb45bccabc4a (diff)
downloadcontext-db5d5aa67829cb4c0c70bbe545f3e840457acf08.tar.gz
beta 2011.10.19 00:02
Diffstat (limited to 'tex/context/base/strc-lst.lua')
-rw-r--r--tex/context/base/strc-lst.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/strc-lst.lua b/tex/context/base/strc-lst.lua
index 41f1718a9..d96a4a9ea 100644
--- a/tex/context/base/strc-lst.lua
+++ b/tex/context/base/strc-lst.lua
@@ -11,6 +11,8 @@ if not modules then modules = { } end modules ['strc-lst'] = {
-- section, metadata cache (internal then has to move up one level) or a
-- shared cache [we can use a fast and stupid serializer]
+-- todo: tag entry in list is crap
+
local format, gmatch, gsub = string.format, string.gmatch, string.gsub
local tonumber = tonumber
local texcount = tex.count
@@ -122,12 +124,12 @@ function lists.push(t)
pushed[i] = p
r.listindex = p
end
-
+ --
local setcomponent = references.setcomponent
if setcomponent then
setcomponent(t) -- might move to the tex end
end
-
+ --
context(p)
end