groff-commit
[Top][All Lists]
Advanced

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

[groff] 31/33: [ms]: Enable no-space mode in `TE` macro.


From: G. Branden Robinson
Subject: [groff] 31/33: [ms]: Enable no-space mode in `TE` macro.
Date: Sun, 29 Jan 2023 19:35:32 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 3061f20f53e3616a8577fd2ecce1b068d0d66dd4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: 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.
---
 ChangeLog   | 6 ++++++
 tmac/s.tmac | 5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4603d7d91..5a1fbc4b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-26  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * 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 <g.branden.robinson@gmail.com>
 
        [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]