summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-08-27 14:40:13 +0300
committerMarius <mariausol@gmail.com>2011-08-27 14:40:13 +0300
commit7094c38b1390494cbac47a173433e238768a7c0f (patch)
tree057c97eaa3688b7089dda239244e2b02ff42d34b /tex/generic
parent3c8ad7a0c68b21e454008afcabec33bb46734051 (diff)
downloadcontext-7094c38b1390494cbac47a173433e238768a7c0f.tar.gz
beta 2011.08.27 13:24
Diffstat (limited to 'tex/generic')
-rw-r--r--tex/generic/context/luatex/luatex-fonts-merged.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua
index 94ed70e5b..36111651a 100644
--- a/tex/generic/context/luatex/luatex-fonts-merged.lua
+++ b/tex/generic/context/luatex/luatex-fonts-merged.lua
@@ -1,6 +1,6 @@
-- merged file : luatex-fonts-merged.lua
-- parent file : luatex-fonts.lua
--- merge date : 08/26/11 23:45:29
+-- merge date : 08/27/11 13:24:43
do -- begin closure to overcome local limits and interference
@@ -10077,11 +10077,10 @@ local function featuresprocessor(head,font,attr)
featurevalue = dataset and dataset[1] -- todo: pass to function instead of using a global
if featurevalue then
local attribute, chain, typ, subtables = dataset[2], dataset[3], sequence.type, sequence.subtables
---~ inspect(sequence)
if chain < 0 then
-- this is a limited case, no special treatments like 'init' etc
local handler = handlers[typ]
- -- we need to get rid of this slide !
+ -- we need to get rid of this slide! probably no longer needed in latest luatex
local start = find_node_tail(head) -- slow (we can store tail because there's always a skip at the end): todo
while start do
local id = start.id