[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warnings with cvs texinfo version
From: |
Patrice Dumas |
Subject: |
Re: warnings with cvs texinfo version |
Date: |
Sat, 5 Jan 2013 02:53:14 +0100 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
Hello,
Here is an additional patch that takes care of a new warning:
./gdb.texinfo:31: warning: @syncodeindex leads to a merging of fn in itself,
ignoring
It simply comments out the line
@syncodeindex fn fn
which is a bit weird.
On Wed, Jun 20, 2012 at 10:37:53PM +0200, Patrice Dumas wrote:
> Hello,
>
> The following warnings remain when using the cvs makeinfo version. It
> is unclear to me how to solve these, but hipefully, you should be able
> to fix them, or bear with warnings:
>
> ./gdb.texinfo:22939: warning: @table has text but no @item
These warnings are still there, but now to do what you wanted to do
with that construct, that is an indented environment without
anything else special, we added @indentedblock (and @smallindentedblock),
so I think that you could use that instead of an empty table.
> ./gdb.texinfo:35330: warning: @item missing argument
This warning is also still present. Here you can use, for example
@w{} but it will still be a rather dubious construct.
The other warnings have been removed.
--
Pat
gdb-comment_syncodeindex_double.diff
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: warnings with cvs texinfo version,
Patrice Dumas <=