On Fri, 14 Aug 2020, Sven Schreiber wrote:
Hi,
is this error expected (with 2020d) ? :
<hansl>
open denmark
list L = LRM
bundle b = defbundle("L",L)
print b.L # works as expected
list b.L print # error
</hansl>
Not exactly expected, but understandable given the second-class and
provisional status of lists in bundles. However, the particular
error thrown here may be fixable.
Allin