bug-texinfo
[Top][All Lists]
Advanced

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

Re: strange looking HTML menus


From: Eli Zaretskii
Subject: Re: strange looking HTML menus
Date: Mon, 18 Mar 2002 21:22:35 +0200

> From: address@hidden (Karl Berry)
> Date: Mon, 18 Mar 2002 12:16:22 -0500
> 
>     Can someone please tell me why we have the final `:'?  
> 
> Just came out that way.

The code seems to do this on purpose:

      if (looking_at ("::"))
        discard_until (":");
      else
        { /* discard the node name */
          get_until_in_line (0, ".", &string);
          free (string);
        }
      input_text_offset++;      /* discard the second colon or the period */
      add_word (": ");

See that last add_word?

I don't remember why is it done so, but I'd suggest to be
extra-careful with changing that, especially in a bug-fix release.



reply via email to

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