An update on this one:

When I define the macro through
  @macro texnl{}
  @end macro
and invoke it through
  @texnl
then it eats up all text until the next newline, like @c.

When I define the macro through
  @macro texnl
  @end macro
and invoke it through
  @texnl
then it eats up all spaces immediately following the macro call.

Only @texnl{} appears to work right.

Can this be either fixed or a warning added to the documentation?

Bruno


Reply via email to