Follow-up Comment #2, bug #55155 (project groff):
It turns out commit babca15fa2d3f5ec1dd7214e31e1efc42759c220vax solved this
specific instance of the problem by changing how nroff displays a dagger
symbol. So the examples below do not fail in the manner described using the
latest groff code and .tmac files.
But the general problem -- that .tr sometimes changes characters that don't
actually appear in input -- remains. Using the latest tmac/tty-char.tmac, for
instance, you can get the result:
$ printf '.tr n-\nA \[if] B\n' | nroff | head -1
A <i-fi-ity> B
.tr should only change n's that appear in input, not ones that appear only in
output, and especially not ones part of a predefined symbol.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55155>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff