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: Sun, 11 Mar 2018 14:12:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #53314 (project groff):



  My change is still flawed.

  The line '/.[ad]s/s/\([^      ]*\)\\"/\1/'

should not be removed but changed.
(besides . -> \.[       ]*)

'/\.[   ]*[ad]s/ s/\([^         ]\)\\"/\1/'

  This will only remove the comment escape, if there is no space in
front of it.

N.B.  The space is only relevant if a beginning '"' (quotation mark) is
in front of it.


    _______________________________________________________

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]