groff
[Top][All Lists]
Advanced

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

eqn anomaly


From: Doug McIlroy
Subject: eqn anomaly
Date: Sun, 01 Mar 2020 23:07:07 -0500
User-agent: Heirloom mailx 12.5 7/5/10

.EQ
define f % $1 %
f("a,b")
.EN

draws a diagnostic from Gnu eqn: "newline before end of quoted text".
Remove the comma and all is well. Apparently the comma delimits
the first argument.

The program isn't totally naive about parsing arguments. It
does think that there's only one argument in the macro call

f((a,b))

Surely this is a bug, not a feature.

Doug



reply via email to

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