>> > This was a deliberate change to make index commands terminate
>> > paragraphs.
>>
>> Well, it stayed completely undocumented...
>
> It is in NEWS, but not in a released version admittedly.
OK, but there isn't a single word in the Texinfo manual that index
commands now automatically end a
Gavin Smith writes:
> We have uploaded the pretest for the next minor, bug-fix release of
> Texinfo, the GNU documentation format.
>
> https://alpha.gnu.org/gnu/texinfo/texinfo-7.0.2.90.tar.xz
>
> As a bug-fix release, changes since version 7.0.2 are minimal so to reduce
> the likelihood of inad
On Mon, Mar 20, 2023 at 06:27:00PM +, Werner LEMBERG wrote:
> > This was a deliberate change to make index commands terminate
> > paragraphs.
>
> Well, it stayed completely undocumented...
It is in NEWS, but not in a released version admittedly.
> > This was intended for input like the follo
Gavin Smith writes:
> On Mon, Mar 20, 2023 at 08:08:53PM +0100, Arsen Arsenović wrote:
>> Hm, I think you're spot on.. the file is mangled by a build script. I
>> missed it since it was behind a layer of abstraction[1].
>>
>> Sorry for the noise!
>>
>> I wonder if I just got lucky in Emacs wr
On Mon, Mar 20, 2023 at 08:08:53PM +0100, Arsen Arsenović wrote:
> Hm, I think you're spot on.. the file is mangled by a build script. I
> missed it since it was behind a layer of abstraction[1].
>
> Sorry for the noise!
>
> I wonder if I just got lucky in Emacs wrt being able to read that index
Gavin Smith writes:
> On Mon, Mar 20, 2023 at 12:07:03PM +0100, Arsen Arsenović wrote:
>> Hi,
>>
>> I opened the standalone info viewer and pointed it at `autoconf-2.71'
>> (which is where Gentoo installs the Autoconf v2.71 manual).
>>
>> Typing 'i AC_CHECK_ALIGNOF RET' in Emacs brings me to t
> Date: Mon, 20 Mar 2023 18:27:00 + (UTC)
> Cc: bug-texinfo@gnu.org
> From: Werner LEMBERG
>
> @subheading Predefined commands
>
> @raggedright
> @findex \virgula
> @code{\virgula},
> @findex \caesura
> @code{\caesura},
> @findex \divisioMinima
> @code{\divisioMinima},
> @findex \divisioMaio
> (The correct syntax is "@findex foo" not "@findex{foo} but this is
> not the main point.)
Oops, sorry.
> This was a deliberate change to make index commands terminate
> paragraphs.
Well, it stayed completely undocumented...
> This was intended for input like the following: [...] so that th
On Mon, Mar 20, 2023 at 12:07:03PM +0100, Arsen Arsenović wrote:
> Hi,
>
> I opened the standalone info viewer and pointed it at `autoconf-2.71'
> (which is where Gentoo installs the Autoconf v2.71 manual).
>
> Typing 'i AC_CHECK_ALIGNOF RET' in Emacs brings me to the documentation
> for AC_CHECK
On Mon, Mar 20, 2023 at 03:36:37PM +, Werner LEMBERG wrote:
>
> [texinfo.tex 2023-03-13.20]
>
> Consider the following snippet.
>
> ```
> \input texinfo
>
> @findex{foo}
> @code{foo},
> @findex{bar}
> @code{bar},
> @findex{baz}
> @code{baz}
>
> @bye
> ```
>
> This no longer works as expec
[texinfo.tex 2023-03-13.20]
Consider the following snippet.
```
\input texinfo
@findex{foo}
@code{foo},
@findex{bar}
@code{bar},
@findex{baz}
@code{baz}
@bye
```
This no longer works as expected – with version 2022-12-19.22 the
output is OK (I didn't bisect to find the exact last working vers
Hi,
I opened the standalone info viewer and pointed it at `autoconf-2.71'
(which is where Gentoo installs the Autoconf v2.71 manual).
Typing 'i AC_CHECK_ALIGNOF RET' in Emacs brings me to the documentation
for AC_CHECK_ALIGNOF, as expected; however, in the standalone Info
viewer, I get the "No in
12 matches
Mail list logo