summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-08-27 13:24:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-08-27 13:24:00 +0200
commit9e7456aa0b11591d11db709222359e307cdfb672 (patch)
treebd28fa1ed4c0d52c00018e13df4070b3e9e421d9 /tex/context/base/font-otn.lua
parentbcd853e31c9f44d2a43e3f65c86c70e14855d5b2 (diff)
downloadcontext-9e7456aa0b11591d11db709222359e307cdfb672.tar.gz
beta 2011.08.27 13:24
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index bd1f78c38..0cbdea839 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -1995,11 +1995,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