Re: [help-texinfo] @group => ...?

2019-04-29 Thread Akim Demaille
> Le 29 avr. 2019 à 11:10, Patrice Dumas a écrit : > > On Sun, Apr 28, 2019 at 06:29:07PM +0200, Akim Demaille wrote: >> >> https://www.gnu.org/software/bison/manual/html_node/Prologue-Alternatives.html >> >> does not show the comment /* tree is defined in ptypes.h. */ in roman, >> also the

Re: [help-texinfo] @group => ...?

2019-04-29 Thread Patrice Dumas
On Sun, Apr 28, 2019 at 06:29:07PM +0200, Akim Demaille wrote: > > https://www.gnu.org/software/bison/manual/html_node/Prologue-Alternatives.html > > does not show the comment /* tree is defined in ptypes.h. */ in roman, > also the source is: > > @group > %union @{ > long n; > tree t; /*

Re: [help-texinfo] @group => ...?

2019-04-28 Thread Akim Demaille
Hi Gavin, > Le 27 avr. 2019 à 19:38, Gavin Smith a écrit : > > Another idea is to specify "pre.example {margin: 0em}", but I doubt that > is a very good idea. Based on my experiments, it seems that the default style should be div.example > pre.example {margin: 0 0 0 0} div.example >

Re: [help-texinfo] @group => ...?

2019-04-28 Thread Akim Demaille
Hi Gavin, > Le 27 avr. 2019 à 19:38, Gavin Smith a écrit : > > On Sat, Apr 27, 2019 at 10:12:56AM +0200, Akim Demaille wrote: >> In HTML, I would have expected @group...@end group to be ignored, but >> actually the result is: >> >>> >>> $ bison -Wmidrule-value mid.y >>> mid.y:2.6-13: >>

Re: [help-texinfo] @group => ...?

2019-04-27 Thread Gavin Smith
On Sat, Apr 27, 2019 at 10:12:56AM +0200, Akim Demaille wrote: > In HTML, I would have expected @group...@end group to be ignored, but > actually the result is: > > > > > $ bison -Wmidrule-value mid.y > > mid.y:2.6-13: > style="color:purple">warning: unset value: $$ > > 2 | exp: { a(); }

[help-texinfo] @group => ...?

2019-04-27 Thread Akim Demaille
Hi all, I found nothing in the documentation, and my web searches revealed nothing either. Sorry if I missed something somewhere... Bison's documentation uses @group quite liberally to prevent bad page breaks, for instance: > @example > $ @kbd{bison -Wmidrule-value mid.y} > @group >