bug-groff
[Top][All Lists]
Advanced

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

[bug #53314] [PATCH] strip.sed: Keep the protection (and visibility) of


From: Bjarni Ingi Gislason
Subject: [bug #53314] [PATCH] strip.sed: Keep the protection (and visibility) of spaces
Date: Fri, 9 Mar 2018 19:34:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?53314>

                 Summary: [PATCH] strip.sed: Keep the protection (and
visibility) of  spaces
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Sat 10 Mar 2018 12:34:39 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: Build/Installation
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 72bac6cdef91bca9ea2095832592c5ebf85e900f Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sat, 10 Mar 2018 00:15:54 +0000
Subject: [PATCH] strip.sed: Keep the protection (and visibility) of
 spaces

  The comment escape (\") after a space in the definition of strings
must not be removed.
  It is used to protect spaces, make them visible and significant.

  Commit ae59ee569 is thus partially fixed.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 tmac/strip.sed | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tmac/strip.sed b/tmac/strip.sed
index c2c9e892..7f1b94e2 100644
--- a/tmac/strip.sed
+++ b/tmac/strip.sed
@@ -9,6 +9,5 @@
   s/\\".*/\\"/
   s/\\#.*/\\/
   /.[ad]s/!s/[  ]*\\"//
-  /.[ad]s/s/\([^        ]*\)\\"/\1/
 }
 /^\.$/d

-- 
2.16.1






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53314>

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




reply via email to

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