Sorry, small error in the code: > node.insert_after(head, next, kern) should be node.insert_before(head, next, kern) Best, Paul