groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/03: tmac/andoc.tmac: Save alias to .ne request.


From: G. Branden Robinson
Subject: [groff] 02/03: tmac/andoc.tmac: Save alias to .ne request.
Date: Mon, 28 Sep 2020 09:33:05 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 2cfae59fbd038a40f476c9ebd2ae806f37604749
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Sep 28 18:36:48 2020 +1000

    tmac/andoc.tmac: Save alias to .ne request.
    
    * tmac/andoc.tmac: Save alias to .ne request.
    
      (reload-doc): Restore .ne request, which an-old.tmac meddles with if
      continuous rendering is used.  (The meddling ultimately dates back to
      777e2d262862621966c18d685a000cc88f432bc6, 26 January 2002, which
      simply redefined .ne as empty on nroff devices.)
    
    Sadly for me, this does not fix Savannah #59106--but it's still the
    right thing to do.
---
 ChangeLog       | 9 +++++++++
 tmac/andoc.tmac | 2 ++
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7714565..fd87fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-09-28  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/andoc.tmac: Save alias to .ne request.
+       (reload-doc): Restore .ne request, which an-old.tmac meddles
+       with if continuous rendering is used.  (The meddling ultimately
+       dates back to 777e2d262862621966c18d685a000cc88f432bc6, 26
+       January 2002, which simply redefined .ne as empty on nroff
+       devices.)
+
 2020-09-27  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        Ship tests in distribution archive.
diff --git a/tmac/andoc.tmac b/tmac/andoc.tmac
index 91f6544..3155a5c 100644
--- a/tmac/andoc.tmac
+++ b/tmac/andoc.tmac
@@ -32,6 +32,7 @@
 .
 .als andoc-em em
 .als andoc-bp bp
+.als andoc-ne ne
 .
 .
 .\" We must not use '.de1' for 'reload-doc' or 'reload-man'!  'doc.tmac'
@@ -51,6 +52,7 @@
 .
 .  do als em andoc-em
 .  do als bp andoc-bp
+.  do als ne andoc-ne
 .  do rm Dd          \" disable load-only-once, see doc.tmac
 .
 .  do mso doc.tmac



reply via email to

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