Mail Archives: djgpp-workers/2003/01/02/06:46:28
Hello.
ams AT ludd DOT luth DOT se wrote:
>
> Hello.
>
> While looking in the infomanual of libc I'd like to be able to hit "i"
> and the start of a function name and <TAB> to be able to move around
> quickly between functions. (Today I have to go to the alphabetical
> index and scroll down or search for the function.)
>
> (We actually have one entry in this index, namely radix-64!)
If I hit 'i', I get an error: "No indicies found."
> Is that supposed to work and something broke?
I think Eli mentioned once that we need function and variable indices.
> Or what is necessary to enable this?
See:
info texinfo 'printing indices'
info texinfo indices indexing
Basically: Add index nodes to libc.tex. Use @findex and @vindex respectively
in the texinfo mark-up. We probably should also @tindex for a type index. We
could modify makedoc to generate an @findex per node, but it might be safer to
hand-write them. Maybe someone could write a Perl script to check all the
texinfo sources (.txh) for index entries of appropriate types: at least a
@findex or @vindex per node; a @tindex for nodes that have struct defintions -
"struct foo { ... };".
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -