groff
[Top][All Lists]
Advanced

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

Re: [Groff] Anomalous -mtrace Behaviour?


From: Werner LEMBERG
Subject: Re: [Groff] Anomalous -mtrace Behaviour?
Date: Sat, 09 Oct 2004 23:42:35 +0200 (CEST)

> Has anyone else noticed the following anomalous behaviour, which I
> am seeing when I process an ms document with -mtrace?

Here's the patch (soon in the CVS too).


    Werner


======================================================================


--- trace.tmac.old      2004-10-09 08:45:26.000000000 +0200
+++ trace.tmac  2004-10-09 23:33:24.000000000 +0200
@@ -59,10 +59,10 @@
 .!!de am
 .  do ecs
 .  ec
-.  do !!am \$1
+.  do !!de \$1
 .    ie "\$1"\\$0" .do tm1 "\\*[!!sp]*** am trace enter: \\$0 \\$@
 .    el .do tm1 "\\*[!!sp]*** am trace enter \$1: \\$0 \\$@
-.    as !!sp " \"
+.    do as !!sp " \"
 .    do nop \\*[!!\$1]\\
 .    do substring !!sp 1
 .    ie "\$1"\\$0" .do tm1 "\\*[!!sp]*** trace exit: \\$0 \\$@
@@ -79,10 +79,10 @@
 .!!de am1
 .  do ecs
 .  ec
-.  do !!am \$1
+.  do !!de \$1
 .    ie "\$1"\\$0" .do tm1 "\\*[!!sp]*** am1 trace enter: \\$0 \\$@
 .    el .do tm1 "\\*[!!sp]*** am1 trace enter \$1: \\$0 \\$@
-.    as !!sp " \"
+.    do as !!sp " \"
 .    do nop \\*[!!\$1]\\
 .    do substring !!sp 1
 .    ie "\$1"\\$0" .do tm1 "\\*[!!sp]*** trace exit: \\$0 \\$@




reply via email to

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