[luatex] Using the plain format fails

luigi scarso luigi.scarso at gmail.com
Tue Feb 12 14:38:56 CET 2013


On Tue, Feb 12, 2013 at 2:29 PM, Marco Patzer <homerow at lavabit.com> wrote:
> Hi Philipp!
>
> On 2013–02–12 Philipp Gesang wrote:
>
>> if you re-enable loading of l-lua.lua in
>> texmf-context/tex/generic/context/luatex/luatex-fonts.lua and
>> rebuild the format, your example should work again:
>>
>>     --- luatex-fonts.lua.orig 2013-02-12 13:10:42.903959955 +0100
>>     +++ luatex-fonts.lua      2013-02-12 13:11:21.488379154 +0100
>>     @@ -132,7 +132,7 @@
>>         -- to using luatex-fonts with luatex-fonts-merged.lua and forget about the rest. The following
>>         -- list might change without prior notice (for instance because we shuffled code around).
>>
>>     -    ----------("l-lua.lua")
>>     +    loadmodule("l-lua.lua")
>>         loadmodule("l-lpeg.lua")
>>         loadmodule("l-function.lua")
>>         loadmodule("l-string.lua")
>
> That's it. I additionally had to disable
>
>     loadmodule('luatex-fonts-merged.lua',true) -- you might comment this line
>
>> (This appears to have been introduced along with the changes from
>> 2013-02-05:
>> <http://repo.or.cz/w/context.git/commitdiff/4da65414b21ec97421091a2df4306455f8ed1146> )
>
> Indeed.
>
> Thanks for figuring that out so quickly!
>
> Marco
For what I see, maybe  you can also put on the top of
luatex-fonts-merged.lua, after the do line

function setinspector(...) end

or just comment the two lines that start with
setinspector
--
luigi



More information about the luatex mailing list