Hello,

In the Info reader, the node name for "Index" is checked in addition to
the presence of an index (with (node->flags & N_IsIndex), and possibly
the presence of non empty menu).  

I think that it is wrong to do that, firstly because having (node->flags & 
N_IsIndex)
is more accurante, an Index in a node name after the indices could lead
to the indices not being found, and if there is no "Index" in nodes
names, the indices will not be found.  In addition "Index" is good to
find indices for some languages only.

What about using (node->flags & N_IsIndex) only?

-- 
Pat

Reply via email to