carstenkunze pushed a commit to branch master
in repository groff.

commit 98058a8a4b3a63d3cf96662ac48a9b543d657479
Author: Bjarni Ingi Gislason <[email protected]>
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  <[email protected]>
+
+       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  <[email protected]>
 
        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.
 .@R 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.
 .@S |0

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to