groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/tmac an-ext.tmac


From: Eric S. Raymond
Subject: [Groff-commit] groff/tmac an-ext.tmac
Date: Tue, 06 Feb 2007 09:27:18 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Eric S. Raymond <esr>   07/02/06 09:27:18

Modified files:
        tmac           : an-ext.tmac 

Log message:
        Change .UR/.UE and .MT/.ME so the start macro no longer takes
        a second argument that is pasted to the end of the generated text.  
        Instead, the end macro takes an argument that does the same thing.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/an-ext.tmac?cvsroot=groff&r1=1.5&r2=1.6

Patches:
Index: an-ext.tmac
===================================================================
RCS file: /sources/groff/groff/tmac/an-ext.tmac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- an-ext.tmac 2 Feb 2007 18:43:59 -0000       1.5
+++ an-ext.tmac 6 Feb 2007 09:27:18 -0000       1.6
@@ -97,7 +97,6 @@
 .\" Start URL.
 .de UR
 .  ds m1 \\$1\"
-.  ds m2 \\$2\"
 .  nh
 .  if \\n(mH \{\
 .    \" Start diversion in a new environment.
@@ -125,10 +124,10 @@
 .    \}
 .    el \
 .      do HTML-NS "<a href=""\\*(m1"">\\*(m1</a>"
-\&\\*(m2\"
+\&\\$*\"
 .  \}
 .  el \
-\\*(la\\*(m1\\*(ra\\*(m2\"
+\\*(la\\*(m1\\*(ra\\$*\"
 .
 .  hy \\n(HY
 ..
@@ -137,7 +136,6 @@
 .\" Start email address.
 .de MT
 .  ds m1 \\$1\"
-.  ds m2 \\$2\"
 .  nh
 .  if \\n(mH \{\
 .    \" Start diversion in a new environment.
@@ -165,10 +163,10 @@
 .    \}
 .    el \
 .      do HTML-NS "<a href=""mailto:\\*(m1"">\\*(m1</a>"
-\&\\*(m2\"
+\&\\$*\"
 .  \}
 .  el \
-\\*(la\\*(m1\\*(ra\\*(m2\"
+\\*(la\\*(m1\\*(ra\\$*\"
 .
 .  hy \\n(HY
 ..




reply via email to

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