Re: pic/-ms inconsistency in groff 1.23.0

2023-07-17 Thread G. Branden Robinson
Hi Doug & Dave, At 2023-07-17T10:33:30-0400, Douglas McIlroy wrote: > which causes groff -ms to barf: > s.tmac: ... error: .PS: expected 2 arguments, got 3; not > preprocessed with pic? Thanks for trying out groff 1.23.0! I hope it seems like an improvement in respects other than this one.

Re: pic/-ms inconsistency in groff 1.23.0

2023-07-17 Thread Dave Kemper
On 7/17/23, Douglas McIlroy wrote: > Upon updating from 1.22.4 to 1.23.0 this pic delimiter > .PS 6i > failed; it worked in 1.22.4. The updated pic turns it into > .PS 6.000i 6.000i 6i 1.22.4 pic also turned it into that, so it is -ms's behavior that has changed. $ cat pictest .PS 6i c

Re: pic/-ms inconsistency in groff 1.23.0

2023-07-17 Thread ASSI
Douglas McIlroy writes: > groff, pic, and tmac.s were all updated. I can find no dregs from > 1.22.4 on my computer. Run setup.exe and select the previous version? > A third party had their fingers on the code: cygwin. Is this > inconsistency their fault, is it inherent in 1.23.0, or is it > some

pic/-ms inconsistency in groff 1.23.0

2023-07-17 Thread Douglas McIlroy
Upon updating from 1.22.4 to 1.23.0 this pic delimiter .PS 6i failed; it worked in 1.22.4. The updated pic turns it into .PS 6.000i 6.000i 6i which causes groff -ms to barf: s.tmac: ... error: .PS: expected 2 arguments, got 3; not preprocessed with pic? groff, pic, and tmac.s were a