diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-06-21 00:19:32 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-06-21 00:19:32 +0200 |
commit | e8a56b051a32ed4c468c9325048ded01002a841a (patch) | |
tree | fbf3a288f190c5f057a95eb796aee421ad5612a5 | |
parent | 890a4727b8a5ee779254ed84da90f498acbe48a9 (diff) | |
download | luaotfload-e8a56b051a32ed4c468c9325048ded01002a841a.tar.gz |
[init] remove annyoing banner
-rw-r--r-- | src/luaotfload-init.lua | 17 | ||||
-rw-r--r-- | src/luaotfload-main.lua | 4 |
2 files changed, 3 insertions, 18 deletions
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua index c3e870d..feff4cc 100644 --- a/src/luaotfload-init.lua +++ b/src/luaotfload-init.lua @@ -218,22 +218,7 @@ local init_main = function () ---load_fontloader_module "font-odv.lua" --- <= Devanagari support from Context - if fonts then - - --- The Initialization is highly idiosyncratic. - - if not fonts._merge_loaded_message_done_ then - logreport ("log", 5, "init", [["I am using the merged fontloader here.]]) - logreport ("log", 5, "init", [[ If you run into problems or experience unexpected]]) - logreport ("log", 5, "init", [[ behaviour, and if you have ConTeXt installed you can try]]) - logreport ("log", 5, "init", [[ to delete the file 'fontloader-fontloader.lua' as I might]]) - logreport ("log", 5, "init", [[ then use the possibly updated libraries. The merged]]) - logreport ("log", 5, "init", [[ version is not supported as it is a frozen instance.]]) - logreport ("log", 5, "init", [[ Problems can be reported to the ConTeXt mailing list."]]) - end - fonts._merge_loaded_message_done_ = true - - else + if not fonts then --- the loading sequence is known to change, so this might have to --- be updated with future updates! --- do not modify it though unless there is a change to the merged diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index d44d767..e8f05d6 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -20,8 +20,8 @@ luaotfload.log = luaotfload.log or { } luaotfload.version = "2.6" luaotfload.loaders = { } luaotfload.min_luatex_version = 79 --- i. e. 0.79 -----------.fontloader_package = "fontloader" --- default: from current Context -luaotfload.fontloader_package = "slim" +luaotfload.fontloader_package = "fontloader" --- default: from current Context +----------.fontloader_package = "slim" local authors = "\z |