summaryrefslogtreecommitdiff
path: root/tex/context/base/node-pro.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-02-17 14:24:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-02-17 14:24:00 +0100
commita7dd0093b962777a8944812d5a56e6c5f972b8b1 (patch)
treeae13fa28e42dc9c27cb1f95272fe00a70492078b /tex/context/base/node-pro.lua
parent3f2e64b7790558e460c65c2ea60e4eb3c6b5e0a9 (diff)
downloadcontext-a7dd0093b962777a8944812d5a56e6c5f972b8b1.tar.gz
beta 2010.02.17 14:24
Diffstat (limited to 'tex/context/base/node-pro.lua')
-rw-r--r--tex/context/base/node-pro.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/node-pro.lua b/tex/context/base/node-pro.lua
index 8b2e92ff2..b294b850f 100644
--- a/tex/context/base/node-pro.lua
+++ b/tex/context/base/node-pro.lua
@@ -108,8 +108,8 @@ function nodes.processors.hpack_filter(head,groupcode)
return true
end
-callback.register('pre_linebreak_filter', nodes.processors.pre_linebreak_filter)
-callback.register('hpack_filter' , nodes.processors.hpack_filter)
+callbacks.register('pre_linebreak_filter', nodes.processors.pre_linebreak_filter,"all kind of horizontal manipulations (before par break)")
+callbacks.register('hpack_filter' , nodes.processors.hpack_filter,"all kind of horizontal manipulations")
local actions = tasks.actions("finalizers",2) -- head, where, boolean
@@ -142,7 +142,7 @@ function nodes.processors.post_linebreak_filter(head,groupcode)
--~ return true
end
-callback.register('post_linebreak_filter', nodes.processors.post_linebreak_filter)
+callbacks.register('post_linebreak_filter', nodes.processors.post_linebreak_filter,"all kind of horizontal manipulations (after par break)")
statistics.register("h-node processing time", function()
if statistics.elapsedindeed(nodes) then