summaryrefslogtreecommitdiff
path: root/tex/context/base/font-odv.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-01-23 14:04:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-01-23 14:04:00 +0100
commitcf8d8b0819c3b066d5217a11cb4cf6acf8598a3c (patch)
treed49ed98de75903363ea39c36d479808847769b53 /tex/context/base/font-odv.lua
parent9efbe1124748237636331a479d3fd28d04bf3b34 (diff)
downloadcontext-cf8d8b0819c3b066d5217a11cb4cf6acf8598a3c.tar.gz
beta 2013.01.23 14:04
Diffstat (limited to 'tex/context/base/font-odv.lua')
-rw-r--r--tex/context/base/font-odv.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/context/base/font-odv.lua b/tex/context/base/font-odv.lua
index baacc3fce..c4def223e 100644
--- a/tex/context/base/font-odv.lua
+++ b/tex/context/base/font-odv.lua
@@ -6,6 +6,14 @@ if not modules then modules = { } end modules ['font-odv'] = {
license = "see context related readme files"
}
+if true then
+ -- Not yet as there is some change in headnode handling as needed
+ -- for this mechanism and I won't adapt this code because soon there's
+ -- another adaption coming (already in my private tree) but that need
+ -- a newer luatex.
+ return
+end
+
-- Kai: we're leaking nodes (happens when assigning start nodes behind start, also
-- in the original code) so this needs to be sorted out. As I touched nearly all code,
-- reshuffled, etc. etc. (imagine how much can get messed up in nearly a week work) it