diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-08-26 23:45:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-08-26 23:45:00 +0200 |
commit | bcd853e31c9f44d2a43e3f65c86c70e14855d5b2 (patch) | |
tree | aa57b4ed0ab889367215f6fef04481664fab8f9e /tex/context/base/font-otn.lua | |
parent | 138533636bdde59d55a7cfaac4915d9a8083844b (diff) | |
download | context-bcd853e31c9f44d2a43e3f65c86c70e14855d5b2.tar.gz |
beta 2011.08.26 23:45
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r-- | tex/context/base/font-otn.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua index 1d2b20976..bd1f78c38 100644 --- a/tex/context/base/font-otn.lua +++ b/tex/context/base/font-otn.lua @@ -1112,6 +1112,7 @@ function chainprocs.gsub_alternate(start,stop,kind,chainname,currentcontext,look local choice, index = alternative_glyph(current,alternatives,kind,chainname,chainlookupname,lookupname) current.char = choice if trace_alternatives then + m = m + 1 logprocess("%s: %s of %s, replacing single %s by alternative %s (%s)", cref(kind,chainname,chainlookupname,lookupname),m,n,index,gref(currentchar),gref(choice)) end |