diff options
Diffstat (limited to 'tex/context/base/node-ini.lua')
-rw-r--r-- | tex/context/base/node-ini.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/node-ini.lua b/tex/context/base/node-ini.lua index 76cbe3b76..5923a49e4 100644 --- a/tex/context/base/node-ini.lua +++ b/tex/context/base/node-ini.lua @@ -336,7 +336,9 @@ do local starttiming, stoptiming = input.starttiming, input.stoptiming function nodes.process_characters(head) - if status.output_active then -- not ok, we need a generic blocker, pagebody ! / attr tex.attibutes + -- not ok yet; we need a generic blocker + -- if status.output_active then + if false then -- status.output_active then return head, false -- true else -- either next or not, but definitely no already processed list |