groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: -me: Use \s±n after a var. string instead of \s0


From: Carsten Kunze
Subject: [groff] 01/01: -me: Use \s±n after a var. string instead of \s0
Date: Thu, 16 Feb 2017 14:38:34 -0500 (EST)

carstenkunze pushed a commit to branch master
in repository groff.

commit 98058a8a4b3a63d3cf96662ac48a9b543d657479
Author: Bjarni Ingi Gislason <address@hidden>
Date:   Thu Feb 16 20:36:22 2017 +0100

    -me: Use \s±n after a var. string instead of \s0
    
    See https://savannah.gnu.org/bugs/?49915
---
 ChangeLog     | 10 ++++++++++
 tmac/e.tmac-u |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index afab9e8..97ae122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-02-16  Bjarni Ingi Gislason  <address@hidden>
+
+       Use explicit \s±n after a variable string instead of \s0
+
+       * tmac/e.tmac-u: Change \s0 to \s+3
+
+       See
+
+       https://savannah.gnu.org/bugs/?49915
+
 2016-12-29  Deri James  <address@hidden>
 
        Remove duplicate '-e' from gropdf manual.
diff --git a/tmac/e.tmac-u b/tmac/e.tmac-u
index 659fd87..07db128 100644
--- a/tmac/e.tmac-u
+++ b/tmac/e.tmac-u
@@ -1940,13 +1940,13 @@
 .\" GNU pic sets this register to 1, to indicate that \x should not be used.
 address@hidden 0x
 .ds { \v'-0.4m'\x'\\n(0x=0*-0.2m'\s-3
-.ds } \s0\v'0.4m'
+.ds } \s+3\v'0.4m'
 .\" for compatibility with traditional -me
 .\" (the first will work only in compatibility mode)
 .ds [ \*{
 .ds ] \*}
 .ds < \v'0.4m'\x'\\n(0x=0*0.2m'\s-3
-.ds > \s0\v'-0.4m'
+.ds > \s+3\v'-0.4m'
 .ds - \(em
 .\" Avoid warnings from groff -ww.
 address@hidden |0



reply via email to

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