Re: Arguments to @smallexample trigger a warning

2024-12-16 Thread Gavin Smith
On Sat, Dec 14, 2024 at 05:24:57PM +0100, Patrice Dumas wrote: > On Tue, Dec 10, 2024 at 09:41:36AM +0100, Cecilio Pardo wrote: > > > > The manual says that the @small... commands are equivalent to their > > non-small companion commands, except for the size of the font on printed > > output. > >

Re: Arguments to @smallexample trigger a warning

2024-12-14 Thread Patrice Dumas
On Tue, Dec 10, 2024 at 09:41:36AM +0100, Cecilio Pardo wrote: > > The manual says that the @small... commands are equivalent to their > non-small companion commands, except for the size of the font on printed > output. > > @example can take arguments, so I expected @smallexample to take them too

Re: Arguments to @smallexample trigger a warning

2024-12-10 Thread Cecilio Pardo
On 10/12/2024 4:33, Eli Zaretskii wrote: When passing an argument to @smallexample: @smallexample lisp ... @end smallexample makeinfo warns: : warning: unexpected argument on @smallexample line: lisp Is this a bug? Why did you expect it to accept arguments? The Te

Re: Arguments to @smallexample trigger a warning

2024-12-09 Thread Eli Zaretskii
> Date: Mon, 9 Dec 2024 22:31:14 +0100 > From: Cecilio Pardo > > Hello, > > When passing an argument to @smallexample: > > @smallexample lisp > ... > @end smallexample > > makeinfo warns: > >: warning: unexpected argument on @smallexample line: lisp > > Is this a bug? Why

Arguments to @smallexample trigger a warning

2024-12-09 Thread Cecilio Pardo
Hello, When passing an argument to @smallexample: @smallexample lisp ... @end smallexample makeinfo warns: : warning: unexpected argument on @smallexample line: lisp Is this a bug? Thanks.