help-texinfo
[Top][All Lists]
Advanced

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

Re: Loosing my mind with indexes...


From: Akim Demaille
Subject: Re: Loosing my mind with indexes...
Date: 30 Jan 2002 16:35:06 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

|         @macro acindex{macro}
|         @msindex \macro\, AC_\macro\
| 
| The problem may be using `macro` as the argument name, but it could just
| be general brokenness.

It is stuck just the same.

Nevertheless, it works much better if I add an empty line in the macro
body:

@c Index an Autoconf macro.
@macro acindex{bar}
@msindex \bar\, AC_\bar\

@end macro

@c Index an Autotest macro.
@macro atindex{bar}
@msindex \bar\, AT_\bar\

@end macro



reply via email to

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