summaryrefslogtreecommitdiff
path: root/tex/context/base/font-dsp.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-09-01 11:15:08 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-09-01 11:15:08 +0200
commitf4508b5b95b4fc2b3ed59aaa28a8dfc1a667360a (patch)
tree74d5ca2ad226b4b8fa07c512f433c11b7b9acaaf /tex/context/base/font-dsp.lua
parentdb76d739a1e8dc1faa0ba194d4d4f2d6081e9ae7 (diff)
downloadcontext-f4508b5b95b4fc2b3ed59aaa28a8dfc1a667360a.tar.gz
2015-09-01 11:12:00
Diffstat (limited to 'tex/context/base/font-dsp.lua')
-rw-r--r--tex/context/base/font-dsp.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/tex/context/base/font-dsp.lua b/tex/context/base/font-dsp.lua
index a1a89dd3b..8cdd645c8 100644
--- a/tex/context/base/font-dsp.lua
+++ b/tex/context/base/font-dsp.lua
@@ -1419,7 +1419,7 @@ do
end
lookups[lookupid] = {
type = lookuptype,
- chain = chaindirections[lookuptype] or nil,
+ -- chain = chaindirections[lookuptype] or nil,
flags = lookupflags,
name = lookupid,
subtables = subtables,
@@ -1475,6 +1475,7 @@ do
local nofsubtables = #subtables
local order = lookup.order
local flags = lookup.flags
+ -- local chain = lookup.chain
local markclass = lookup.markclass
if nofsubtables > 0 then
local steps = { }
@@ -1537,6 +1538,7 @@ do
type = lookuptype,
markclass = markclass or nil,
flags = flags,
+ -- chain = chain,
order = order,
features = features,
}
@@ -1553,6 +1555,7 @@ do
type = lookuptype,
markclass = markclass or nil,
flags = flags,
+ -- chain = chain,
}
sublookuplist[nofsublookups] = l
sublookuphash[lookupid] = nofsublookups
@@ -1616,6 +1619,7 @@ do
type = d.lookuptype,
markclass = d.markclass or nil,
flags = d.flags,
+ -- chain = d.chain,
}
sublookuplist[nofsublookups] = h
sublookuphash[lookupid] = nofsublookups