[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] extending groff language
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] extending groff language |
Date: |
Wed, 08 Jan 2014 13:33:35 +0000 |
Hi Blake,
> > I want to extend the groff language by a single .de1 without hurting
> > the compatibility.
>
> I think we'd all agree that no new primitive command should be added
> if that command can be accomplished by defining a regular troff macro.
> To that end, what does de1 do that you can't define in a regular troff
> macro?
No, `de1' already exists. I think Bernd meant he wanted to use de1 to
define something.
.de1 xx yy
Similar to .de, but compatibility mode is switched off during
execution. On entry, the current compatibility mode is saved
and restored at exit.
Cheers, Ralph.