bug-texinfo
[Top][All Lists]
Advanced

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

texi2hml: wrong line numbers in warnings after @macro


From: Werner LEMBERG
Subject: texi2hml: wrong line numbers in warnings after @macro
Date: Fri, 28 Nov 2008 08:08:56 +0100 (CET)

[CVS 2008-11-25]

Consider this small test file `reflinebug.texinfo':

  \input texinfo

  @setfilename emph-ref

  @node foo,,(dir),(dir)
  @chapter foo

  @macro myref{INDEX}
  @ref{\INDEX\}
  @end macro

  @myref{bar}

  @bye

A call to

  texi2html reflinebug.texinfo

produces this warning

  *** Undefined node `bar' in @ref (l. 12 in myref)

Obviously, the

  l. 12 in myref

should be

  l. 12 in reflinebug.texinfo


     Werner




reply via email to

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