gbranden pushed a commit to branch master
in repository groff.

commit fa5fa88957b2f2755f85fd357b4e892f5045d55f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 13 08:51:51 2021 +1000

    [me]: Fix Savannah #55081.
    
    * tmac/e.tmac (bc): Fix problem with multiple columns on long pages.
      Space to the next page location trap, not 24 inches.  Thanks to Dave
      Kemper and Bjarni Ingi Gislason for help tracking this bug down.
    
    Fixes <https://savannah.gnu.org/bugs/?55081>.
---
 ChangeLog   | 9 +++++++++
 tmac/e.tmac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0d54411..94b3b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2021-08-13  G. Branden Robinson <[email protected]>
 
+       * tmac/e.tmac (bc): Fix problem with multiple columns on long
+       pages.  Space to the next page location trap, not 24 inches.
+       Thanks to Dave Kemper and Bjarni Ingi Gislason for help tracking
+       this bug down.
+
+       Fixes <https://savannah.gnu.org/bugs/?55081>.
+
+2021-08-13  G. Branden Robinson <[email protected]>
+
        Add regression test for Savannah #55081.
 
        * tmac/tests/e_columns-work-on-long-pages.sh: Test it.
diff --git a/tmac/e.tmac b/tmac/e.tmac
index 0a4e757..0053625 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -959,7 +959,7 @@
 ..
 .
 .de bc                 \" *** begin column
-.sp 24i
+.sp \\n(.tu
 ..
 .
 .

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to