[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: makeinfo bug: macros with no arguments don't work as expected
From: |
Bruno Haible |
Subject: |
Re: makeinfo bug: macros with no arguments don't work as expected |
Date: |
Wed, 6 May 2009 12:53:49 +0200 |
User-agent: |
KMail/1.9.9 |
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