groff-commit
[Top][All Lists]
Advanced

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

[groff] 09/33: tmac/e.tmac: Refactor `bc` macro (again).


From: G. Branden Robinson
Subject: [groff] 09/33: tmac/e.tmac: Refactor `bc` macro (again).
Date: Thu, 30 Dec 2021 00:46:45 -0500 (EST)

gbranden pushed a commit to branch temp-mail-fail
in repository groff.

commit f71c407477fb3a01f847acb9030678288ae71ec5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Dec 20 13:55:27 2021 +1100

    tmac/e.tmac: Refactor `bc` macro (again).
    
    * tmac/e.tmac (bc): To get to the next column, space by the page length
      `.p`, not by the distance to the next trap (or 24 inches, as
      hard-coded in me(7) traditionally).  It is up to any sprung traps to
      issue further space requests or otherwise ensure a transition to the
      next column.
    
    See <https://savannah.gnu.org/bugs/?55081> for discussion.
---
 ChangeLog   | 10 ++++++++++
 tmac/e.tmac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6ddd8e9e..90d083ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-12-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/e.tmac (bc): To get to the next column, space by the page
+       length `.p`, not by the distance to the next trap (or 24 inches,
+       as hard-coded in me(7) traditionally).  It is up to any sprung
+       traps to issue further space requests or otherwise ensure a
+       transition to the next column.
+
+       See <https://savannah.gnu.org/bugs/?55081> for discussion.
+
 2021-12-17  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/e.tmac ({): Fix missing scaling unit in arithmetic
diff --git a/tmac/e.tmac b/tmac/e.tmac
index 4f74a196..b3be36a0 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -976,7 +976,7 @@
 ..
 .
 .de bc                 \" *** begin column
-.sp \\n(.tu
+.sp \\n(.pu
 ..
 .
 .



reply via email to

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