Re: (info-stnd) search.c:regexp_search() finishes too early

2014-02-07 Thread Karl Berry
+ if (previous_content != binding->buffer || + previous_start != start || + previous_end != end) Apropos of nothing, GNU coding standards would format this as: if (previous_content != binding->buffer || previous_start != start || previous_end != end) Connectiv

Re: texinfo to docbook - enhancement request

2014-02-07 Thread Aharon Robbins
Hi Karl. > Hi Arnold, > > @cindex main topic, secondary point, tertiary point > ... > main topicsecondary > pointtertiary > point > > Well, as you know, support for the usual index features has been on the > todo list forever. I can't imagine having the time and energy to