bug-groff
[Top][All Lists]
Advanced

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

[bug #55027] [PATCH] contrib/hdtbl/hdmisc.tmac: Define register '<<'


From: Bjarni Ingi Gislason
Subject: [bug #55027] [PATCH] contrib/hdtbl/hdmisc.tmac: Define register '<<'
Date: Wed, 14 Nov 2018 21:08:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?55027>

                 Summary: [PATCH] contrib/hdtbl/hdmisc.tmac: Define register
'<<'
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Thu 15 Nov 2018 02:08:51 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From e60fc6e09035f713fc6e7686cc37ee4e7ee4af78 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Thu, 15 Nov 2018 02:01:17 +0000
Subject: [PATCH] contrib/hdtbl/hdmisc.tmac: Define register '<<'

  The numeric register '<<' is only used once in the "hdtbl"-source.
Its meaning is unknown.  Its value is set to '0' by groff, which can
issue a warning about this undefined register.

  This is one part of the bug-report #54473 Chess_board.roff: Many
registers are not defined.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 contrib/hdtbl/hdmisc.tmac-u | 4 ++++
 1 file changed, 4 insertions(+)


diff --git a/contrib/hdtbl/hdmisc.tmac-u b/contrib/hdtbl/hdmisc.tmac-u
index ebbbddb3..5dd952bf 100644
--- a/contrib/hdtbl/hdmisc.tmac-u
+++ b/contrib/hdtbl/hdmisc.tmac-u
@@ -188,6 +188,10 @@ along with this program.  If not, see
<http://www.gnu.org/licenses/>.
 .\"    **      Seitenanfang zurueckgesetzt.                            **
 .\"    **      ganz richtig ist .sp + .br = .br + .sp = .sp            **
 .\"    ******************************************************************
+.\" Initialize register '<<'.  The meaning is unknown.  It is only
+.\"   used once (undefined) in the macro "t*SP".
+.nr << 0
+
 .de t*SP
 .  if (\\n[nl] < 0) \
 .    br                        \"      start very first page
-- 
2.19.1






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55027>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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