[bug #52982] [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid warnings

2022-03-05 Thread G. Branden Robinson
Update of bug #52982 (project groff):

  Status: Invalid => Wont Fix   


___

Reply to this item at:

  

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




[bug #52982] [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid warnings

2018-02-19 Thread Ingo Schwarze
Update of bug #52982 (project groff):

  Status:None => Invalid
 Assigned to:None => schwarze   
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff


[bug #52982] [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid warnings

2018-02-16 Thread Ingo Schwarze
Update of bug #52982 (project groff):

Severity:  3 - Normal => 1 - Wish   

___

Follow-up Comment #1:

This should be rejected.  The man(7) language neither defines nor uses the F
register nor the IX macro for anything, so it should not manipulate them. 
Whatever uses them is responsible for using them correctly.  This is none of
groff's business.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff


[bug #52982] [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid warnings

2018-01-26 Thread Bjarni Ingi Gislason
URL:
  

 Summary: [PATCH] an-old.tmac: Define register 'F' and macro
'IX' to avoid  warnings
 Project: GNU troff
Submitted by: bjarniig
Submitted on: Fri 26 Jan 2018 10:35:18 PM UTC
Category: Macro - man
Severity: 3 - Normal
  Item Group: Wishlist
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: None

___

Details:

>From 89fa1385780c2121ad62f7fa836bc258ef277dd5 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason 
Date: Fri, 26 Jan 2018 22:28:26 +
Subject: [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid
 warnings

Man pages created with "pod2man" use these.
Some other man pages use the macro.

Signed-off-by: Bjarni Ingi Gislason 
---
 tmac/an-old.tmac | 9 +
 1 file changed, 9 insertions(+)

diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index c8bcc6f0..9ae3b9f9 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -686,6 +686,15 @@
 .  char  ` \N'96'
 .\}
 .
+.\" Define register "F" and macro "IX" to avoid warnings
+.\" Man pages created with "pod2man" use these
+.\" Some other man pages use the macro
+.if !r F .nr F 0
+.if !d IX \{\
+.de IX
+..
+.\}
+.
 .\" Load man macro extensions.
 .mso an-ext.tmac
 .
-- 
2.11.0






___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff