bug-groff
[Top][All Lists]
Advanced

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

[bug #63197] [tmac] missing backslashes in conditional expressions


From: G. Branden Robinson
Subject: [bug #63197] [tmac] missing backslashes in conditional expressions
Date: Sun, 23 Oct 2022 14:40:33 -0400 (EDT)

Update of bug #63197 (project groff):

                  Status:                    None => In Progress            
             Assigned to:                    None => gbranden               
                 Summary: [PATCH] [tmac] missing backslashes in conditional
expressions => [tmac] missing backslashes in conditional expressions

    _______________________________________________________

Follow-up Comment #2:

Looping in Peter on this ticket.

There's one occurrence of a missing backslash after \{ in mom.

I'll fix this with the others, all of which I think I introduced.


diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index b36129ece..83a23cafe 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -8725,7 +8725,7 @@ Shimming must be disabled with NO_SHIM before using
FLEX.
 .       nr #DOC_COVER_BLANKPAGE 1
 .       nr #COVER_BLANKPAGE 1
 .    \}
-.    el \{
+.    el \{\
 .       rr #FORCE_RECTO
 .       rr #DOC_COVER_BLANKPAGE
 .       rr #COVER_BLANKPAGE


Thanks for the handy one-liner Dave.  It's an improvement on the patch, so
dropping the annotation.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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