From c1c6e7379acc126d4c026df09333b7fcb65efcbc Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 8 Oct 2011 19:19:01 +0200 Subject: Sync with ConTeXt beta 2011.10.08 11:42 --- luaotfload.dtx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'luaotfload.dtx') diff --git a/luaotfload.dtx b/luaotfload.dtx index 63d51a9..f286c89 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -498,6 +498,10 @@ function table.derive(parent) end return child end + +function string.quoted(str) + return string.format("%q",str) -- always " +end % \end{macrocode} % % \subsection{Module loading} @@ -581,6 +585,7 @@ end % % \begin{macrocode} fonts.mode = "node" +caches.compilemethod = "both" % \end{macrocode} % % Finally we register the callbacks -- cgit v1.2.3