Follow-up Comment #3, bug #57583 (project groff):
[comment #1:]
> If I understand this patch correctly, I'm not sure I agree with it.
>
> Rewriting the proposed commit message in my own words, I have:
>
> "tmac/s.tmac: Disable font warnings in nroff mode."
>
> If that's accurate then I don't think I agree. I think ms document authors
_should_ get warnings if they try to "mount" other font families when they're
rendering to a terminal, which can't (generally) perform this action.
>
Your own wording is wrong.
1) .\" Enable warnings (only if none are given on the command line).
is unchanged.
2) What the software processed (saw, sees):
.if (\n[.warn] == 1245191) .warn
3) What it processes with my patch (will see):
+.ie n \{\
+. if (\n[.warn] == 1114119) .warn
+.\}
+.el \{\
+. if (\n[.warn] == 1245191) .warn
+.\}
4) What is changed?
What unchanged?
N.B. How about beginning more sentences on a new line?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57583>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/