bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #57583] [PATCH] s.tmac: Test the default number for warnings for nr


From: Bjarni Ingi Gislason
Subject: [bug #57583] [PATCH] s.tmac: Test the default number for warnings for nroff
Date: Tue, 4 Feb 2020 17:04:21 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]