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