summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/driv-ini.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-07-31 18:26:52 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-07-31 18:26:52 +0200
commit1873d112b56f49e40ece29916ede51933412bca8 (patch)
tree1ad98a73dfbf2f1a98703f31e0df9e0cdf4f260c /tex/context/base/mkiv/driv-ini.mkiv
parent47852e5715e7c0374bb6bc173c1728908549e1ed (diff)
downloadcontext-1873d112b56f49e40ece29916ede51933412bca8.tar.gz
2019-07-31 18:13:00
Diffstat (limited to 'tex/context/base/mkiv/driv-ini.mkiv')
-rw-r--r--tex/context/base/mkiv/driv-ini.mkiv21
1 files changed, 10 insertions, 11 deletions
diff --git a/tex/context/base/mkiv/driv-ini.mkiv b/tex/context/base/mkiv/driv-ini.mkiv
index 958afb6a9..96e7460a3 100644
--- a/tex/context/base/mkiv/driv-ini.mkiv
+++ b/tex/context/base/mkiv/driv-ini.mkiv
@@ -13,19 +13,18 @@
\writestatus{loading}{ConTeXt Driver Macros / Initialization}
+%D Around the \CONTEXT\ 2018 meeting I had a preliminary backend written in \LUA\ as
+%D alternative for the hard coded variant (we're talking of the font embedding and
+%D page stream output, the part we still used). Therefore there is a pluggable
+%D output driver. But \unknown\ I decided not to waste time on supporting both
+%D \LUATEX\ and the new kid \LUAMETATEX, also because in practice \LUATEX\ would be
+%D used as benchmark, using the more traditional approach. So, the code in the
+%D driver modules is mostly a kind of simple placeholder now and although I could
+%D simplify it ther eis no real reason for it. It is no problem to getit all working
+%D well in normal \LUATEX, it's just that we don't need it there.
+
\registerctxluafile{driv-ini}{}
\unprotect
-\unexpanded\def\page_shipout_box#1%
- {\clf_shipoutpage#1\relax
- \global\setbox#1\emptybox
- \global\deadcycles\zerocount}
-
-\ifdefined\page_otr_shipout_yes \else
-
- \let\page_otr_shipout_yes\page_shipout_box
-
-\fi
-
\protect \endinput