[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Add comment (36d439a)

Marcel Fabian Krüger tex at 2krueger.de
Sun Feb 9 15:30:34 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/36d439a6c61e87d9a44ef8942c2fb433316f5158

>---------------------------------------------------------------

commit 36d439a6c61e87d9a44ef8942c2fb433316f5158
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Feb 9 15:30:34 2020 +0100

    Add comment


>---------------------------------------------------------------

36d439a6c61e87d9a44ef8942c2fb433316f5158
 src/luaotfload-multiscript.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/luaotfload-multiscript.lua b/src/luaotfload-multiscript.lua
index b757e26..dd7816a 100644
--- a/src/luaotfload-multiscript.lua
+++ b/src/luaotfload-multiscript.lua
@@ -359,7 +359,7 @@ local function domultiscript(head, _, _, _, direction)
     elseif fid == 0 then
       local script_mark = script_marks[cid]
       if script_mark then
-        head = delayedremove(head, current)
+        head = delayedremove(head, current) -- Instead of removing them we could also keep them and suppress the missing glyph warning, but this seems cleaner
         last_script = script_mark
       end
     else





More information about the latex3-commits mailing list.