groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/03: tmac/tty.tmac: Permit nonexistent font warning.


From: G. Branden Robinson
Subject: [groff] 01/03: tmac/tty.tmac: Permit nonexistent font warning.
Date: Thu, 23 Jul 2020 09:15:42 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 97af31602991f330eed7b4f31354d5c34a729336
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * 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 <g.branden.robinson@gmail.com>
 
        * 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' \{\



reply via email to

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