summaryrefslogtreecommitdiff
path: root/tex/context/base/cldf-com.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-06-09 00:59:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-06-09 00:59:00 +0200
commitb7fd48a4efe7de9a2fb344a30c79a63fdce16e80 (patch)
tree757d5d4822ee6ff362214824b315914479950474 /tex/context/base/cldf-com.lua
parent701a932650f685309ced993cf464f9a5fcf4caa1 (diff)
downloadcontext-b7fd48a4efe7de9a2fb344a30c79a63fdce16e80.tar.gz
beta 2011.06.09 00:59
Diffstat (limited to 'tex/context/base/cldf-com.lua')
-rw-r--r--tex/context/base/cldf-com.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/tex/context/base/cldf-com.lua b/tex/context/base/cldf-com.lua
index 08116974f..9f5d2bcae 100644
--- a/tex/context/base/cldf-com.lua
+++ b/tex/context/base/cldf-com.lua
@@ -73,6 +73,24 @@ function context.egroup()
context("}")
end
+-- -- speedtest needed:
+--
+-- local ctxcatcodes = tex.ctxcatcodes
+--
+-- local flush, writer = context.getlogger()
+--
+-- trackers.register("context.trace",function(v)
+-- flush, writer = context.getlogger()
+-- end)
+--
+-- function context.bgroup()
+-- flush(ctxcatcodes,"{")
+-- end
+--
+-- function context.egroup()
+-- flush(ctxcatcodes,"}")
+-- end
+
local rule = nodes.pool.rule
function context.hrule(w,h,d,dir)