Gavin Smith <[email protected]> wrote: > On Sat, Mar 02, 2019 at 04:33:30PM +0000, Gavin Smith wrote: > > Implemented as @subentry in git commit 372cfab. > > > > A test file is attached. Please feel free to experiment. > > > > It still needs to be implemented in texi2any, once the syntax is > > finalised. Volunteers are welcome. > > I've added some support for @seeentry and @seealso in index entries in > texi2any. They are ignored except for DocBook output.
Truly awesome!!! How do mean "ignored"? Do you simply remove the @subentry and use the rest of the line as the index text, in Info, for example? I'd suggest something like s/ *@subentry +/, /g in sed syntax for Info, if that makes sense to you. Thanks! And once again, a huge THANK YOU for working with me to add this feature to Texinfo. I have been working on the gawk manual's index to take advantage of this and it makes for an incredible improvement. Thanks again, Arnold
