URL:
<http://savannah.gnu.org/bugs/?52990>
Summary: [PATCH] s.tmac: Update default value for register
".warn"
Project: GNU troff
Submitted by: bjarniig
Submitted on: Sun 28 Jan 2018 02:55:40 PM UTC
Category: Macro - ms
Severity: 3 - Normal
Item Group: Incorrect behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From 7243abaf23a443ad4808a18d95b0d2bb69e49446 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <[email protected]>
Date: Sun, 28 Jan 2018 14:48:56 +0000
Subject: [PATCH] s.tmac: Update default value for register ".warn"
The default value is now for:
char (1), number (2), break (4), space (65,536), font (131,072), and
file (1,048,576).
Signed-off-by: Bjarni Ingi Gislason <[email protected]>
---
tmac/s.tmac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmac/s.tmac b/tmac/s.tmac
index e8edf98b..99b58c3c 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -25,7 +25,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
. ab The groff ms macros do not work in compatibility mode.
.\" Enable warnings (only if none are given on the command line).
.\" You can delete this if you want.
-.if (\n[.warn] == 65543) .warn
+.if (\n[.warn] == 1245191) .warn
.\" See if already loaded.
.if r GS .nx
.mso devtag.tmac
--
2.15.1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52990>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff