Hi Alejandro, Alejandro Colomar wrote on Tue, Aug 16, 2022 at 12:01:40AM +0200: > Ingo, is mandoc(1) planning to support .MR? Yes, almost certainly. I'm not enthusiastic about it, but given that groff is going ahead with it, it is clearly better to support it than to not support it. The most likely timing for adding support is shortly after the next groff release. Before the groff release, it isn't urgent at all for obvious reasons. Right now, i'm slowly working through inconsistencies that popped up in the mandoc test suite after regenerating the expected output with -current groff. Getting that sorted out before the groff release would be ideal because some of these issues might be regressions in groff (like the groff_mdoc(7) prologue regressions i reported earlier). What makes this work a bit tedious is that apparently, not all changes that popped up are groff regressions. For example, for the second change is i looked into, it appears behaviour is mostly consistent between GNU, Heirloom, and Plan 9 roff and it is mandoc that is off, so there is no need to report that here and i'm instead fixing mandoc (it is related to literal tab characters in filled text). Eleven new differences are left right now and i suspect these are likely due to at least four and probably not more than eight different changes; the exact number of issues is not clear yet. Most are differences in vertical spacing, but in different contexts, so there is likely more than one vertical spacing issue. One difference concerns paragraph breaking, one concerns horizontal spacing, and two concern the scope of font markup. Yours, Ingo