"Bryan C. Warnock" wrote:
>
> On Tue, 01 Aug 2000, Tim Conrow wrote:
> > Authors would have to provide explicit indexing hints. E.g.
> >
> > = begin index_hints
> >
> > loop,"control structures",for,while,block,{,},last,redo,continue,label
> >
> > = end index_hints
> >
> > One set of hints per document might be fine grained enough ...
> >
>
> Perhaps index via X<>?
>
> =head1 SUMMARY
>
> C<bar()> implements a type of construct known as X<index>ing.
>
>Much finer control, even being able to index multiple lines within the
>same doc.
My problem with X<> it is that it's disruptive to the readability of the text if
it's embedded and used too much, as it might well be for indexing. I was trying
to navigate a way around that problem. I confess I haven't worked out how to
deal with fine grained references.
I'm not a pod-head, so let me ask a question: Do directives like '= item' have
(or create) a "context" as far as the parser is concerned? That is, a region of
the document they "control"? Associating an index hint with such a context would
be one way to gain fine-grained control.
--
-- Tim Conrow [EMAIL PROTECTED]