> Date: Sun, 28 Apr 2002 21:57:33 +0200 (CEST) > From: Werner LEMBERG <[EMAIL PROTECTED]> > > Is there a list available which texinfo commands in makeinfo support > macros?
They all do, but some support macros less than others. The differences are (1) whether -E expands macros and (2) whether you can use macros that expand into braces, commas, @, and other characters crucial for Texinfo parsing. These two requirements are tough for some commands. Unfortunately, I don't think there's a list of those which do not fully support macros. Some that come to mind are @def*, @item, @node, @synindex, and @syncodeindex. _______________________________________________ Bug-texinfo mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-texinfo
