summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-box.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-02-08 12:00:13 +0200
committerMarius <mariausol@gmail.com>2011-02-08 12:00:13 +0200
commit9c6992a3436a0db6a01790b29d7c0c3c65460f94 (patch)
treec384372b23cfb6a5379641b4857bae07057bb3be /tex/context/base/supp-box.lua
parent801c806a2489c5c96578fe95945bef589329c4e0 (diff)
downloadcontext-9c6992a3436a0db6a01790b29d7c0c3c65460f94.tar.gz
beta 2011.02.08 10:06
Diffstat (limited to 'tex/context/base/supp-box.lua')
-rw-r--r--tex/context/base/supp-box.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/supp-box.lua b/tex/context/base/supp-box.lua
index c40995562..be5bc2864 100644
--- a/tex/context/base/supp-box.lua
+++ b/tex/context/base/supp-box.lua
@@ -8,6 +8,8 @@ if not modules then modules = { } end modules ['supp-box'] = {
-- this is preliminary code
+local report_hyphenation = logs.new("languages","hyphenation")
+
local nodecodes = nodes.nodecodes
local disc_code = nodecodes.disc
@@ -45,7 +47,7 @@ end
commands.hyphenatedlist = hyphenatedlist
function commands.showhyphenatedinlist(list)
- commands.writestatus("show hyphens",nodes.listtoutf(list))
+ report_hyphenation("show: %s",nodes.listtoutf(list))
end
function checkedlist(list)