[luatex] Luatex 0.47.0 announcement

Taco Hoekwater taco at elvenkind.com
Sat Dec 19 08:26:08 CET 2009


Taco Hoekwater wrote:
> Dohyun Kim wrote:
>> Why all nodes except glue have lost their attribute,
>> which is quite contrary to what I expected?
> 
> It is also quite contrary to what it should be, your
> expectations are fine. I'll try to fix this asap.

Just committed the fix, see below.

Best wishes,
Taco

Modified: trunk/source/texk/web2c/luatexdir/tex/texnodes.c
===================================================================
--- trunk/source/texk/web2c/luatexdir/tex/texnodes.c	2009-12-18 16:33:17 
UTC (rev 3266)
+++ trunk/source/texk/web2c/luatexdir/tex/texnodes.c	2009-12-19 07:21:02 
UTC (rev 3267)
@@ -2076,7 +2076,7 @@
          attr_list_ref(q) = 1;
          node_attr(n) = q;
      }
-    p = vlink(p);
+    p = vlink(node_attr(n));
      while (j-- > 0)
          p = vlink(p);
      t = attribute_value(p);


More information about the luatex mailing list