Re: texinfo.tex indexing bug

2014-02-16 Thread Karl Berry
I have some old versions of BWK awk that can be used for testing. (I think as far back as ~ 1993; I'd have to check.) I don't think it's important to go that far back. My main concern would be working with some awk that standardly comes with Solaris and BSD systems. To that end, can I

Re: texinfo.tex indexing bug

2014-02-15 Thread Aharon Robbins
Hi. > As a hypothetical question, if I rewrote texindex in awk and it > functioned as a drop-in replacement, would you take it? > > I don't see why not. It would surely be easier to maintain. > > If you go that route, one thing I would really like to do is change the > .?? index files to

Re: texinfo.tex indexing bug

2014-02-12 Thread Karl Berry
As a hypothetical question, if I rewrote texindex in awk and it functioned as a drop-in replacement, would you take it? I don't see why not. It would surely be easier to maintain. If you go that route, one thing I would really like to do is change the .?? index files to use @ as the esca

Re: texinfo.tex indexing bug

2014-02-12 Thread arnold
Hi Karl. k...@freefriends.org (Karl Berry) wrote: > Finally getting back to: > > Date: Tue, 03 Dec 2013 22:56:13 +0200 > ... > @cindex @r{@{foo@}} program > Which should be indexed under { ends up being indexed under | > > Same is true for just @cindex @{, BTW. > > The

Re: texinfo.tex indexing bug

2014-02-10 Thread Karl Berry
Finally getting back to: Date: Tue, 03 Dec 2013 22:56:13 +0200 ... @cindex @r{@{foo@}} program Which should be indexed under { ends up being indexed under | Same is true for just @cindex @{, BTW. The problem, I believe, is with texindex, which is not prepared to handle

texinfo.tex indexing bug

2013-12-03 Thread Aharon Robbins
Hi. Something like @cindex @r{@{foo@}} program Which should be indexed under { ends up being indexed under | This is with the latest SVN version of texinfo.tex, and also earlier ones. Thanks, Arnold