Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread arnold
Glad to hear it! Enjoy. Arnold Raymond Toy wrote: > On Sun, May 19, 2019 at 8:44 AM Raymond Toy wrote: > > > Thanks for looking into this. I think I'm getting confused on which > > version of makeinfo and texindex.tex is getting used. (I have 3 version on > > my system). > > > > Redid this o

Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread Raymond Toy
On Sun, May 19, 2019 at 8:44 AM Raymond Toy wrote: > Thanks for looking into this. I think I'm getting confused on which > version of makeinfo and texindex.tex is getting used. (I have 3 version on > my system). > Redid this on a different system which had just one installed texinfo. I install

Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread Raymond Toy
Thanks for looking into this. I think I'm getting confused on which version of makeinfo and texindex.tex is getting used. (I have 3 version on my system). I think the issue I reported here is that I was using pdftex to create the doc. Using makeinfo --pdf doesn't have that problem. But it compla

Re: Support for package names in defvr/deffn

2019-05-19 Thread Raymond Toy
A @sortas for this would be a nice addition. But anyway, your solution would work fine. For one project I already use m4 macros to do things that texinfo can't so I just to write some more for this case. Thanks! On Sun, May 19, 2019 at 2:44 AM Gavin Smith wrote: > On 5/18/19, Raymond Toy wr

Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread Gavin Smith
On 5/18/19, Raymond Toy wrote: > With my old hack. With the new texinfo, I changed the macro to say > > @cindex \topic\ @subentry \subtopic\ > > makeinfo --pdf foo.texi > > has errors like: > > Unde > fined control sequence. > \temp ->\xeatspaces {unix} \subentry >

Re: Support for package names in defvr/deffn

2019-05-19 Thread Gavin Smith
On 5/18/19, Raymond Toy wrote: > In writing/updating an old doc to use texinfo, there are entries like > > @defvr Constant extensions:short-float-positive-infinity > @defvrx Constant extensions:short-float-negative-infinity > @defvrx Constant extensions:single-float-positive-infinity > > This all

Re: Feature request: multilevel indexing for TeX

2019-05-19 Thread arnold
Hi. Gavin is the TeXpert, but > It's easy enough for me to work around this by just globally replacing > @cpsubindex{foo, bar} with @cindex foo @subentry bar Doing that is probably your best bet, IMHO. Arnold Raymond Toy wrote: > Found a small issue and I'm not sure of the cause. I can easi

Re: emacs distribution: no index is build

2019-05-19 Thread Gavin Smith
On Fri, May 17, 2019 at 01:53:58PM +0900, Jean-Christophe Helary wrote: > I'm having issue with my brew installed texinfo. > > I'm using make docs to build emacs doc set but *all* the files in the > distribution (misc/lispref/lispintro/emacs) end up having an "Index > nonexistent" string in plac