[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xref wrapped in macros
From: |
Akim Demaille |
Subject: |
xref wrapped in macros |
Date: |
Fri, 06 Feb 2004 13:30:32 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Hi!
I have some weird warnings demonstrating a bizarre behavior when a ref
is made from a macro:
src/texinfo/test-cases % eof xref-in-macro.texi nostromo 13:28
: -------------------- xref-in-macro.texi ----------------------
cat > xref-in-macro.texi << \EOF
\input texinfo @c -*-texinfo-*-
@setfilename error
@settitle error
@macro exref{arg}
@xref{\arg\}
@end macro
@ifnottex
@node Top
@top TITLE
@end ifnottex
@exref{Top}.
@bye
EOF
: ------------------------------------------------------------
src/texinfo/test-cases % makeinfo xref-in-macro.texi nostromo 13:29
xref-in-macro.texi:14: avertissement: End of file reached while looking for `.'
or `,'.
This is CVS makeinfo.
Thanks!
- xref wrapped in macros,
Akim Demaille <=