From cd81e1891f199413dd92f125e0362dec526bf22c Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 25 Jan 2014 01:44:00 +0100 Subject: beta 2014.01.25 01:44 --- tex/context/base/node-tra.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tex/context/base/node-tra.lua') diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua index 89c3e52f9..081107277 100644 --- a/tex/context/base/node-tra.lua +++ b/tex/context/base/node-tra.lua @@ -653,3 +653,17 @@ end tracers.rule = nodestracerpool.rule -- for a while +-- local function show(head,n,message) +-- print("START",message or "") +-- local i = 0 +-- for current in traverse(head) do +-- local prev = getprev(current) +-- local next = getnext(current) +-- i = i + 1 +-- print(i, prev and nodecodes[getid(prev)],nodecodes[getid(current)],next and nodecodes[getid(next)]) +-- if i == n then +-- break +-- end +-- end +-- print("STOP", message or "") +-- end -- cgit v1.2.3