4.0c has a new, annoying warning message which wasn't there in 4.0.
Consider the following macro:

  @macro Defesc{name, delimI, arg, delimII}
  @esindex \name\
  @deffn Escape @t{\name\\delimI\}@var{\arg\}@t{\delimII\}
  @end macro

After saying

  @Defesc {\\A, ', ident, '}

I get

  warning: `@' follows defined name `@t{\A'}' instead of whitespace.

How can I get rid of this (except of using --no-warn)?

Since texinfo.tex's macro handling is broken anyway (at least for my
purposes :-), I always use texi2dvi with the -e option, so maybe this
warning should be suppressed if the -E switch of makeinfo is active.


    Werner

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to