On 12/6/10 1:10 AM, Robert Dodier wrote:
> Yeah, I see the problem with the incorrect indexing too.
> Could be looking in the correct file at the incorrect offset,
> or the incorrect file at the correct offset, or
> both the file and offset are incorrect. I didn't
> look at it carefully.
I don't read perl very well, but could the problem be that
build-index.pl is reading the info files with a utf-8 encoding? This is
the right encoding, but won't that totally mess up the index in
maxima-index.lisp? I'm pretty sure the indices in maxima-index.lisp are
octet offsets, not character offsets.
Ray