groff
[Top][All Lists]
Advanced

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

Re: .bp not working in groff 1.23.0 when it worked fine in 1.22.4


From: Bjarni Ingi Gislason
Subject: Re: .bp not working in groff 1.23.0 when it worked fine in 1.22.4
Date: Wed, 24 Jan 2024 02:26:44 +0000

  This is a regression (not backward compatible) caused by
Branden acting as a developer (not as a maintainer).

  This is the second case of this kind of a bug (bug #65077),
 see for example "CSTR #54", chapter 5, about the 'ns' request or
the "groff.info" (info groff) and groff(7) (incomplete).

  Macros for historical documents should be put into a separate
directory (e.g., tmac/historical), which can then be searched
with the '-M <directory>' option.

  The user should have control, not a committer.

  Read the "mission statement" in
https://www.gnu.org/software/groff/

  See also

commit 3061f20f53e3616a8577fd2ecce1b068d0d66dd4
Author: G. Branden Robinson [...]
Date:   Thu Jan 26 19:08:17 2023 -0600

    [ms]: Enable no-space mode in `TE` macro.

    * tmac/s.tmac (TE): Enable no-space mode after outputting the
display
      distance vertically, replacing any inter-paragraph distance
that might
      follow.

diff --git a/ChangeLog b/ChangeLog
index 4603d7d91..5a1fbc4b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-26  G. Branden Robinson [...]
+
+       * tmac/s.tmac (TE): Enable no-space mode after outputting
the
+       display distance vertically, replacing any inter-paragraph
+       distance that might follow.
+
 2023-01-24  G. Branden Robinson [...]

        [grohtml]: Fix misleading diagnostic message.
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 3cacfdedb..bdf36b885 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -2031,7 +2031,10 @@ along with this program.  If not, see
<http://www.gnu.org/licenses/>.
 .ie '\\n(.z'tbl*header-div' .@error-recover .TS H but no .TH
before .TE
 .el \{\
 .      nr tbl*have-header 0
-.       if !'\*(.T'html' .sp \\n[DD]u
+.      if !'\*(.T'html' \{\
+.              sp \\n[DD]u
+.              ns
+.      \}
 .\}
 .HTML-IMAGE-END
 .if '\*(.T'html' \




reply via email to

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