groff-commit
[Top][All Lists]
Advanced

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

[groff] 09/22: tmac/andoc.tmac (reload-man): Delete no-op line.


From: G. Branden Robinson
Subject: [groff] 09/22: tmac/andoc.tmac (reload-man): Delete no-op line.
Date: Thu, 13 May 2021 05:08:36 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit e84977df9722483ea94eafb10b7ce2fd65aed227
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed May 12 17:33:17 2021 +1000

    tmac/andoc.tmac (reload-man): Delete no-op line.
    
    * tmac/andoc.tmac (reload-man): Delete no-op line that attempts to
      restore compatibility mode.  Individual pages have to do this, and
      ".do cp \n(.C" is not effective for the reason discussed in the
      2020-04-16 ChangeLog entry.
    
    Try the following:
    
    .tm startup: \[rs]n(.C is \n(.C
    .do cp 0
    .tm after .do cp 0: \[rs]n(.C is \n(.C
    .do cp \n(.C
    .tm after .do cp \[rs]n(.C: \[rs]n(.C is \n(.C
    .do cp 1
    .tm after .do cp 1: \[rs]n(.C is \n(.C
    .do cp \n(.C
    .tm after .do cp \[rs]n(.C: \[rs]n(.C is \n(.C
---
 ChangeLog       | 7 +++++++
 tmac/andoc.tmac | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9e938ef..3114c6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-05-12  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/andoc.tmac (reload-man): Delete no-op line that attempts
+       to restore compatibility mode.  Individual pages have to do
+       this, and ".do cp \n(.C" is not effective for the reason
+       discussed in the 2020-04-16 ChangeLog entry.
+
 2021-05-08  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/s.tmac (@RT): Delete definition; make it an alias for
diff --git a/tmac/andoc.tmac b/tmac/andoc.tmac
index a829839..5ffc117 100644
--- a/tmac/andoc.tmac
+++ b/tmac/andoc.tmac
@@ -69,8 +69,6 @@
 ..
 .
 .de reload-man
-.  do cp \n(.C       \" restore original compatibility mode
-.
 .  \" Flush any partially collected output line and write page footer in
 .  \" continuous rendering mode.
 .  do if d doc-end-macro \



reply via email to

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