bug-autoconf
[Top][All Lists]
Advanced

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

backslashes in macro arguments


From: Ralf Wildenhues
Subject: backslashes in macro arguments
Date: Mon, 14 Jun 2010 23:24:03 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

Hello bug-texinfo readers,

with makeinfo 4.13, the following texinfo code snippet from Autoconf:

  @macro dvar{varname, default}
  @address@hidden = @address@hidden@c
  @end macro

  @defmac m4_split (@var{string}, @dvar{regexp, [\t ]+})
  ...
  @end defmac

is missing the backslash before the 't' in the info output, but not in
the PDF output.  The texinfo documentation about @macro only documents
the need to double backslashes in the macro definition, but is silent
about macro arguments.

Cheers, and thanks for maintaining texinfo!
Ralf



reply via email to

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