bug-texinfo
[Top][All Lists]
Advanced

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

Re: latest groff documentation is incompatible with latest GNU texinfo


From: Karl Berry
Subject: Re: latest groff documentation is incompatible with latest GNU texinfo
Date: Fri, 2 Jul 2004 11:45:22 -0400

    I already did that, but then similar problems show up with other
    macros. Therefore I thought it might be nicer to fix makeinfo.

Indeed :).

How about this trivial patch, off the top of my head ...

*** makeinfo.c.~1.60.~  Sun Jun  6 07:04:12 2004
--- makeinfo.c  Fri Jul  2 08:42:28 2004
***************
*** 3934,3940 ****
  
    /* If insertion stack level changes during execution, that means a multiline
       command is used inside braces or @section ... kind of commands.  */
!   if (insertion_level_at_start != insertion_level)
      {
        line_error (_("Multiline command %c%s used improperly"),
            COMMAND_PREFIX,
--- 3934,3940 ----
  
    /* If insertion stack level changes during execution, that means a multiline
       command is used inside braces or @section ... kind of commands.  */
!   if (insertion_level_at_start != insertion_level && !executing_macro)
      {
        line_error (_("Multiline command %c%s used improperly"),
            COMMAND_PREFIX,




reply via email to

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