bug-groff
[Top][All Lists]
Advanced

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

[bug #58018] [PATCH] doc/pic.ms: Remove trailing spaces; correct '\"' i


From: G. Branden Robinson
Subject: [bug #58018] [PATCH] doc/pic.ms: Remove trailing spaces; correct '\"' inside quotes
Date: Wed, 11 Aug 2021 09:45:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #58018 (project groff):

                  Status:                    None => In Progress            
             Assigned to:                    None => gbranden               

    _______________________________________________________

Follow-up Comment #1:

I'm dropping one of the hunks, quoted below, because it has no visible effect
on output; the escape sequences (and \~ should always be considered over '\ ')
are therefore impossible to motivate.  (The third hunk doesn't visibly affect
output either, but the trailing spaces are similarly impossible to motivate.)

That first hunk was a very good catch, though.


@@ -1165,9 +1165,9 @@ define compass { [
         dot(ME.e);  "\fB .e\fP"  at ME .e ljust
         dot(ME.se); "\fB .se\fP" at ME .se below
         dot(ME.s);  "\fB.s\fP"   at ME .s below
-        dot(ME.sw); "\fB.sw \fP" at ME .sw below
-        dot(ME.w);  "\fB.w \fP"  at ME .w rjust
-        dot(ME.nw); "\fB.nw \fP" at ME .nw above
+        dot(ME.sw); "\fB.sw\ \fP" at ME .sw below
+        dot(ME.w);  "\fB.w\ \fP"  at ME .w rjust
+        dot(ME.nw); "\fB.nw\ \fP" at ME .nw above


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58018>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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