>> I have no idea whether this is possible to implement with the >> current footnote mechanism in `texinfo.tex` :-) > > It's fairly easy with the right trick ;-) We can add a small penalty > after each footnote and then use \lastpenalty to check if we are > immediately after another footnote, and then output a comma if that > is so.
Very nice, thanks a lot for the quick implementation! Werner