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

2021-07-04 Thread G. Branden Robinson
Update of bug #53314 (project groff): Status: Need Info => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #7: This report has been

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

2021-01-03 Thread G. Branden Robinson
Follow-up Comment #6, bug #53314 (project groff): This patch needs to be updated with respect to the following commit to be considered. Any future revision should be attached as a diff file to avoid damage to the literal spaces and tabs in the file. However, it may not be worth the trouble

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

2018-04-26 Thread Bjarni Ingi Gislason
Follow-up Comment #5, bug #53314 (project groff): 1) This is my latest version of strip.sed /%beginstrip%/,$ { /^\.ig$/,/^\.\./d s/^\([.']\)[ ]*/\1/ s/^\(\\![.']\)[ ]*/\1/ /^\.\\"/d /^\\#/d s/\\#.*/\\/ s/\\"..*/\\"/ /\.[ad]s/ !s/[]*\\"// /\.[ad]s/ s/\([^

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

2018-04-23 Thread Ingo Schwarze
Follow-up Comment #4, bug #53314 (project groff): I think it is a bad idea to try to tweak this further. Through at least two (fortunately very small) bugs, we have seen that stripping tends to introduce incorrect behaviour. Making this more complicated is going to increase the risk of bugs.

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

2018-04-23 Thread G. Branden Robinson
Update of bug #53314 (project groff): Status:None => Need Info Assigned to:None => gbranden ___ Follow-up Comment #3: Bjarni, I have 2

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

2018-03-11 Thread Bjarni Ingi Gislason
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

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

2018-03-10 Thread Bjarni Ingi Gislason
Follow-up Comment #1, bug #53314 (project groff): A new approach. >From d83ccadc31ba5201da40695ca1ac1ff90338be86 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Sat, 10 Mar 2018 11:58:05 + Subject: [PATCH] tmac/strip.sed: Keep the protection (and visibility)

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

2018-03-09 Thread Bjarni Ingi Gislason
URL: 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