gbranden pushed a commit to branch master
in repository groff.

commit 97af31602991f330eed7b4f31354d5c34a729336
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 23 07:17:52 2020 +1000

    tmac/tty.tmac: Permit nonexistent font warning.
    
    Prompted by a 2017 suggestion and patch from Bjarni Ingi Gislason.
    
    Documents and macro packages that want to change the font family should
    do so in awareness that this is meaningless on terminal (nroff) devices
    (and -Thtml as well).
    
    Fixes <https://savannah.gnu.org/bugs/?51364>.
---
 ChangeLog     | 10 ++++++++++
 tmac/tty.tmac |  3 ---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 36902c3..8bdbd38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2020-07-23  G. Branden Robinson <[email protected]>
+
+       * tmac/tty.tmac: Stop suppressing nonexistent font warning.
+       Prompted by a 2017 suggestion and patch from Bjarni Ingi
+       Gislason.  Documents and macro packages that want to change the
+       font family should do so in awareness that this is meaningless
+       on terminal (nroff) devices (and -Thtml as well).
+
+       Fixes <https://savannah.gnu.org/bugs/?51364>.
+
 2020-07-18  G. Branden Robinson <[email protected]>
 
        * tmac/groff_man.7.man (.PP, .LP, .P): Fix error; these macros
diff --git a/tmac/tty.tmac b/tmac/tty.tmac
index 85998df..9dcdba4 100644
--- a/tmac/tty.tmac
+++ b/tmac/tty.tmac
@@ -6,9 +6,6 @@
 .nroff
 .ta T 0.8i
 .
-.\" Don't warn about non-existent fonts.
-.warn \n[.warn]-(\n[.warn]/131072%2*131072)
-.
 .po 0
 .
 .if !'\*[.T]'utf8' \{\

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to