From 60d61d05ea89cc9e9f6a97fa4a807d649c70c3d3 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 13 May 2013 21:33:52 +0200 Subject: silence glyphlist loader --- luaotfload-override.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 6c44f35..51d2749 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -147,10 +147,11 @@ if fonts then --- need to be running TeX if k == "unicodes" then local glyphlist = resolvers.findfile"luaotfload-glyphlist.lua" if glyphlist then - names_report("both", 0, "load", "loading the Adobe glyph list") + names_report("log", 1, "load", "loading the Adobe glyph list") else glyphlist = resolvers.findfile"font-age.lua" - names_report("both", 0, "load", "loading the extended glyph list from ConTeXt") + names_report("both", 0, "load", + "loading the extended glyph list from ConTeXt") end local unicodes = dofile(glyphlist) fonts.encodings.agl = { unicodes = unicodes } -- cgit v1.2.3