On Sun, Oct 23, 2011 at 10:36:39PM +0200, Eli Zaretskii wrote: > > I don't think you can control the sorting in any way, in the C > implementation of makeinfo. Don't know about the new Perl > implementation, though.
Right now, it is not possible in the Perl implementation as index sorting cannot be customized. It wouldn't be that hard to replace the call sorting entries with a call to a function reference supplied by the user. However, the API to do that kind of specific customizations is still not really decided. -- Pat
