node-bwc.lua /size: 4343 b    last modification: 2021-10-28 13:50
1if not modules then modules = { } end modules ['node-bwc'] = {
2    version   = 1.001,
3    comment   = "companion to node-ini.mkiv",
4    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
5    copyright = "PRAGMA ADE / ConTeXt Development Team",
6    license   = "see context related readme files"
7}
8
9-- This is a backward compatibility list.
10
11local nodes  = nodes
12local nuts   = nodes.nuts
13
14nuts .check_discretionaries   = nuts .checkdiscretionaries
15nuts .copy_list               = nuts .copylist
16nuts .copy_node               = nuts .copynode
17nuts .copy_only               = nuts .copyonly
18nuts .current_attr            = nuts .currentattributes
19nuts .effective_glue          = nuts .effectiveglue
20nuts .end_of_math             = nuts .endofmath
21nuts .find_attribute          = nuts .findattribute
22nuts .first_glyph             = nuts .firstglyph
23nuts .flatten_discretionaries = nuts .flattendiscretionaries
24nuts .flush_list              = nuts .flushlist
25nuts .flush_node              = nuts .flushnode
26nuts .get_attribute           = nuts .getattribute
27nuts .get_synctex_fields      = nuts .getsynctexfields
28nuts .has_attribute           = nuts .hasattribute
29nuts .has_dimensions          = nuts .hasdimensions
30nuts .has_field               = nuts .hasfield
31nuts .has_glyph               = nuts .hasglyph
32nuts .insert_after            = nuts .insertafter
33nuts .insert_before           = nuts .insertbefore
34nuts .is_direct               = nuts .isdirect
35nuts .is_node                 = nuts .isnode
36nuts .is_nut                  = nuts .isnut
37nuts .is_zero_glue            = nuts .iszeroglue
38nuts .mlist_to_hlist          = nuts .mlisttohlist
39nuts .protect_glyph           = nuts .protectglyph
40nuts .protect_glyphs          = nuts .protectglyphs
41-----.protrusion_skippable    = nuts .protrusionskippable
42nuts .set_attribute           = nuts .setattribute
43-----.set_synctex_fields      = nuts .setsynctexfields
44nuts .start_of_par            = nuts .startofpar
45nuts .traverse_id             = nuts .traverseid
46nuts .traverse_char           = nuts .traversechar
47nuts .traverse_glyph          = nuts .traverseglyph
48nuts .traverse_id             = nuts .traverseid
49nuts .traverse_list           = nuts .traverselist
50nuts .unprotect_glyph         = nuts .unprotectglyph
51nuts .unprotect_glyphs        = nuts .unprotectglyphs
52nuts .unset_attribute         = nuts .unsetattribute
53nuts .uses_font               = nuts .usesfont
54nuts .getattr                 = nuts .getattribute
55nuts .getattrs                = nuts .getattributes
56nuts .getattrlist             = nuts .getattributelist
57
58-----.check_discretionaries   = nodes.checkdiscretionaries
59nodes.copy_list               = nodes.copylist
60nodes.copy_node               = nodes.copynode
61nodes.current_attributes      = nodes.currentattributes
62nodes.effective_glue          = nodes.effectiveglue
63nodes.end_of_math             = nodes.endofmath
64nodes.find_attribute          = nodes.findattribute
65nodes.first_glyph             = nodes.firstglyph
66-----.flatten_discretionaries = nodes.flattendiscretionaries
67nodes.flush_list              = nodes.flushlist
68nodes.flush_node              = nodes.flushnode
69nodes.has_attribute           = nodes.hasattribute
70nodes.has_field               = nodes.hasfield
71nodes.has_glyph               = nodes.hasglyph
72nodes.insert_after            = nodes.insertafter
73nodes.insert_before           = nodes.insertbefore
74nodes.is_node                 = nodes.isnode
75nodes.is_direct               = nodes.isdirect
76nodes.is_nut                  = nodes.isnut
77nodes.is_zero_glue            = nodes.iszeroglue
78nodes.last_node               = nodes.lastnode
79nodes.mlist_to_hlist          = nodes.mlisttohlist
80nodes.protect_glyph           = nodes.protectglyph
81nodes.protect_glyphs          = nodes.protectglyphs
82nodes.protrusion_skippable    = nodes.protrusionskippable
83nodes.set_attribute           = nodes.setattribute
84nodes.traverse_id             = nodes.traverseid
85nodes.traverse_char           = nodes.traversechar
86nodes.traverse_glyph          = nodes.traverseglyph
87nodes.traverse_id             = nodes.traverseid
88nodes.traverse_list           = nodes.traverselist
89nodes.unprotect_glyph         = nodes.unprotectglyph
90nodes.unprotect_glyphs        = nodes.unprotectglyphs
91nodes.unset_attribute         = nodes.unsetattribute
92nodes.uses_font               = nodes.usesfont
93