> I have found what seems to be a bug in m.tmac. The display-start
> macro stored the current indent into a register and used its values
> in the dispaly-end macro. This didn't work when, for example, a
> display wrapped a list having another display as its item.
>
> In the attached patch, I ha
Hello all,
I have found what seems to be a bug in m.tmac. The
display-start macro stored the current indent into a
register and used its values in the dispaly-end
macro. This didn't work when, for example, a display
wrapped a list having another display as its item.
In the attached patch,