groff
[Top][All Lists]
Advanced

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

RE: [Groff] Blank line control.


From: Ted Harding
Subject: RE: [Groff] Blank line control.
Date: Mon, 31 Jan 2000 23:43:32 -0000 (GMT)

On 31-Jan-00 Eddie Maddox wrote:
> 
> \# The null macro.
> .de null
> ..
> 
> This macro should be built in, like /dev/null is on *nix. Right?
> 
> Then:
> .blm null
> .blm
> .blm null

The back of my mind tapped me on the shoulder and whispered ".nop";
but there's no such thing. Then I grepped .../tmac/* and caught the
following in tmac.s:

  .de @nop
  ..

which is for "private" use when a survivable error is found in
a macro, which then gets aliased to @nop as in

  .de @not-implemented
  address@hidden sorry, \\$0 not implemented
  .als \\$0 @nop
  ..

However, it's available for public use as well ...

> (Is .blm documented?)

Yes: In 'man troff', section "New requests".

Cheers,
Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) <address@hidden>
Date: 31-Jan-00                                       Time: 23:43:32
------------------------------ XFMail ------------------------------


reply via email to

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