Re: [Groff] [patch] Indents in nested static displays in MM

2011-08-13 Thread Werner LEMBERG
> 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

[Groff] [patch] Indents in nested static displays in MM

2011-07-30 Thread Anton Shepelev
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,