* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
@ 2014-07-17 12:20 Dani Moncayo
2014-07-17 14:48 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Dani Moncayo @ 2014-07-17 12:20 UTC (permalink / raw)
To: 18040
(info "(emacs) Intro")
The first paragraph looks here like this:
You are reading about GNU Emacs, the GNU incarnation of the advanced,
self-documenting, customizable, extensible editor Emacs. (The `G' in
GNU (@acronym{GNU}'s Not Unix) is not silent.)
^^^^^^^^
It seems that the "@acronym" texinfo keyword/command/whatever was not
properly processed by my texinfo (version 4.13, which comes with MSYS),
and therefore ends up in the final info file.
In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
of 2014-07-09 on LEG570
Repository revision: 117503 sds@gnu.org-20140709145152-p0uy20pnxfum36cs
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'
--
Dani Moncayo
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
2014-07-17 12:20 bug#18040: 24.4.50; "@acronym" in "(emacs) Intro" Dani Moncayo
@ 2014-07-17 14:48 ` Eli Zaretskii
2014-07-17 15:27 ` Dani Moncayo
2014-07-19 3:02 ` Stefan Monnier
0 siblings, 2 replies; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-17 14:48 UTC (permalink / raw)
To: Dani Moncayo; +Cc: 18040
> Date: Thu, 17 Jul 2014 14:20:25 +0200
> From: Dani Moncayo <dmoncayo@gmail.com>
>
> (info "(emacs) Intro")
>
> The first paragraph looks here like this:
>
> You are reading about GNU Emacs, the GNU incarnation of the advanced,
> self-documenting, customizable, extensible editor Emacs. (The `G' in
> GNU (@acronym{GNU}'s Not Unix) is not silent.)
> ^^^^^^^^
>
>
> It seems that the "@acronym" texinfo keyword/command/whatever was not
> properly processed by my texinfo (version 4.13, which comes with MSYS),
> and therefore ends up in the final info file.
Evidently, Texinfo 4.x doesn't support recursive @acronyms.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
2014-07-17 14:48 ` Eli Zaretskii
@ 2014-07-17 15:27 ` Dani Moncayo
2014-07-19 3:02 ` Stefan Monnier
1 sibling, 0 replies; 7+ messages in thread
From: Dani Moncayo @ 2014-07-17 15:27 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 18040
> Evidently, Texinfo 4.x doesn't support recursive @acronyms.
Ok, I know nothing about Texinfo.
I just wanted to let you know, in case you didn't notice it already.
I'm OK with whatever fix you deem appropriate, including no change at all.
Thanks.
--
Dani Moncayo
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
2014-07-17 14:48 ` Eli Zaretskii
2014-07-17 15:27 ` Dani Moncayo
@ 2014-07-19 3:02 ` Stefan Monnier
2014-07-19 7:17 ` Eli Zaretskii
1 sibling, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2014-07-19 3:02 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 18040
> Evidently, Texinfo 4.x doesn't support recursive @acronyms.
Sounds like a major bug for GNU's official documentation system!
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
2014-07-19 3:02 ` Stefan Monnier
@ 2014-07-19 7:17 ` Eli Zaretskii
2014-07-19 7:24 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-19 7:17 UTC (permalink / raw)
To: Stefan Monnier; +Cc: 18040
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Dani Moncayo <dmoncayo@gmail.com>, 18040@debbugs.gnu.org
> Date: Fri, 18 Jul 2014 23:02:05 -0400
>
> > Evidently, Texinfo 4.x doesn't support recursive @acronyms.
>
> Sounds like a major bug for GNU's official documentation system!
Since 5.x solved it, we don't have a case here.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
2014-07-19 7:17 ` Eli Zaretskii
@ 2014-07-19 7:24 ` Eli Zaretskii
2014-07-21 3:32 ` Glenn Morris
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-19 7:24 UTC (permalink / raw)
To: monnier; +Cc: 18040
> Date: Sat, 19 Jul 2014 10:17:00 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 18040@debbugs.gnu.org
>
> > From: Stefan Monnier <monnier@iro.umontreal.ca>
> > Cc: Dani Moncayo <dmoncayo@gmail.com>, 18040@debbugs.gnu.org
> > Date: Fri, 18 Jul 2014 23:02:05 -0400
> >
> > > Evidently, Texinfo 4.x doesn't support recursive @acronyms.
> >
> > Sounds like a major bug for GNU's official documentation system!
>
> Since 5.x solved it, we don't have a case here.
Btw, using the inner @acronym is obviously wrong here, it's just a
pun. So one way of fixing this for those who still use Texinfo 4.x
for whatever reasons is to remove the inner @acronym, leaving just
"GNU" there.
The Texinfo manual has the same problem, FWIW.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#18040: 24.4.50; "@acronym" in "(emacs) Intro"
2014-07-19 7:24 ` Eli Zaretskii
@ 2014-07-21 3:32 ` Glenn Morris
0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2014-07-21 3:32 UTC (permalink / raw)
To: 18040-done
Version: 24.3.93
Thanks; fixed.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-07-21 3:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 12:20 bug#18040: 24.4.50; "@acronym" in "(emacs) Intro" Dani Moncayo
2014-07-17 14:48 ` Eli Zaretskii
2014-07-17 15:27 ` Dani Moncayo
2014-07-19 3:02 ` Stefan Monnier
2014-07-19 7:17 ` Eli Zaretskii
2014-07-19 7:24 ` Eli Zaretskii
2014-07-21 3:32 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).