* bug#38817: 27.0.50; eintr file name discrepency in HTML
@ 2019-12-30 16:05 Jean-Christophe Helary
2020-12-09 14:31 ` Lars Ingebrigtsen
0 siblings, 1 reply; 11+ messages in thread
From: Jean-Christophe Helary @ 2019-12-30 16:05 UTC (permalink / raw)
To: 38817
The HTML version of the Emacs manual has a link to "eintr.html" when
the HTML version of the "Introduction" created by the "make docs" is named emacs-lisp-intro.html
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2019-12-30 16:05 bug#38817: 27.0.50; eintr file name discrepency in HTML Jean-Christophe Helary
@ 2020-12-09 14:31 ` Lars Ingebrigtsen
2020-12-09 15:47 ` Eli Zaretskii
0 siblings, 1 reply; 11+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-09 14:31 UTC (permalink / raw)
To: Jean-Christophe Helary; +Cc: 38817
Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
writes:
> The HTML version of the Emacs manual has a link to "eintr.html" when
> the HTML version of the "Introduction" created by the "make docs" is
> named emacs-lisp-intro.html
Yes:
HTML_TARGETS = emacs-lisp-intro.html
But the manual is at:
https://www.gnu.org/software/emacs/manual/eintr.html
So I don't know what's up with that. Anybody?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 14:31 ` Lars Ingebrigtsen
@ 2020-12-09 15:47 ` Eli Zaretskii
2020-12-09 15:50 ` Lars Ingebrigtsen
0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2020-12-09 15:47 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 38817, jean.christophe.helary
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Wed, 09 Dec 2020 15:31:16 +0100
> Cc: 38817@debbugs.gnu.org
>
> Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
> writes:
>
> > The HTML version of the Emacs manual has a link to "eintr.html" when
> > the HTML version of the "Introduction" created by the "make docs" is
> > named emacs-lisp-intro.html
>
> Yes:
>
> HTML_TARGETS = emacs-lisp-intro.html
>
> But the manual is at:
>
> https://www.gnu.org/software/emacs/manual/eintr.html
>
> So I don't know what's up with that. Anybody?
Evidently, whoever produced the HTML version of the manual didn't use
the Makefile rule.
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:47 ` Eli Zaretskii
@ 2020-12-09 15:50 ` Lars Ingebrigtsen
2020-12-09 15:56 ` Eli Zaretskii
2022-02-07 3:51 ` Lars Ingebrigtsen
0 siblings, 2 replies; 11+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-09 15:50 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 38817, jean.christophe.helary
Eli Zaretskii <eliz@gnu.org> writes:
>> HTML_TARGETS = emacs-lisp-intro.html
>>
>> But the manual is at:
>>
>> https://www.gnu.org/software/emacs/manual/eintr.html
>>
>> So I don't know what's up with that. Anybody?
>
> Evidently, whoever produced the HTML version of the manual didn't use
> the Makefile rule.
Changing link names is to be avoided if possible... (To avoid breaking
old links.)
Perhaps we should just switch the target back to eintr.html from
emacs-lisp-intro.html?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:50 ` Lars Ingebrigtsen
@ 2020-12-09 15:56 ` Eli Zaretskii
2020-12-09 15:59 ` Lars Ingebrigtsen
2020-12-09 16:14 ` Andreas Schwab
2022-02-07 3:51 ` Lars Ingebrigtsen
1 sibling, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2020-12-09 15:56 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 38817, jean.christophe.helary
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: jean.christophe.helary@traduction-libre.org, 38817@debbugs.gnu.org
> Date: Wed, 09 Dec 2020 16:50:51 +0100
>
> Perhaps we should just switch the target back to eintr.html from
> emacs-lisp-intro.html?
I have no opinion on that (and don't understand why the name is a
problem in the first place).
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:56 ` Eli Zaretskii
@ 2020-12-09 15:59 ` Lars Ingebrigtsen
2020-12-09 16:14 ` Andreas Schwab
` (2 more replies)
2020-12-09 16:14 ` Andreas Schwab
1 sibling, 3 replies; 11+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-09 15:59 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 38817, jean.christophe.helary
Eli Zaretskii <eliz@gnu.org> writes:
>> Perhaps we should just switch the target back to eintr.html from
>> emacs-lisp-intro.html?
>
> I have no opinion on that (and don't understand why the name is a
> problem in the first place).
Me neither. Perhaps somebody else has some insight here -- I had a peek
at the commit log for lispintro/Makefile.in, but nothing stood out
immediately.
If nobody objects within unreasonable time, I'll change the target back
to eintr.html, to match the published version on the GNU web site.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:56 ` Eli Zaretskii
2020-12-09 15:59 ` Lars Ingebrigtsen
@ 2020-12-09 16:14 ` Andreas Schwab
1 sibling, 0 replies; 11+ messages in thread
From: Andreas Schwab @ 2020-12-09 16:14 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 38817, jean.christophe.helary, Lars Ingebrigtsen
On Dez 09 2020, Eli Zaretskii wrote:
> I have no opinion on that (and don't understand why the name is a
> problem in the first place).
# The file name eintr must fit within 5 characters, to allow for
# -NN extensions to fit into DOS 8+3 limits without clashing
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:59 ` Lars Ingebrigtsen
@ 2020-12-09 16:14 ` Andreas Schwab
2020-12-09 16:16 ` Stefan Kangas
2020-12-10 1:38 ` Jean-Christophe Helary
2 siblings, 0 replies; 11+ messages in thread
From: Andreas Schwab @ 2020-12-09 16:14 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 38817, jean.christophe.helary
On Dez 09 2020, Lars Ingebrigtsen wrote:
> If nobody objects within unreasonable time, I'll change the target back
> to eintr.html
The name eintr.html has never been used.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:59 ` Lars Ingebrigtsen
2020-12-09 16:14 ` Andreas Schwab
@ 2020-12-09 16:16 ` Stefan Kangas
2020-12-10 1:38 ` Jean-Christophe Helary
2 siblings, 0 replies; 11+ messages in thread
From: Stefan Kangas @ 2020-12-09 16:16 UTC (permalink / raw)
To: Lars Ingebrigtsen, Eli Zaretskii; +Cc: 38817, jean.christophe.helary
Lars Ingebrigtsen <larsi@gnus.org> writes:
>>> Perhaps we should just switch the target back to eintr.html from
>>> emacs-lisp-intro.html?
>>
>> I have no opinion on that (and don't understand why the name is a
>> problem in the first place).
>
> Me neither. Perhaps somebody else has some insight here -- I had a peek
> at the commit log for lispintro/Makefile.in, but nothing stood out
> immediately.
>
> If nobody objects within unreasonable time, I'll change the target back
> to eintr.html, to match the published version on the GNU web site.
Sounds good. Even if it doesn't matter now, it will help avoid mistakes
and confusion in the future.
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:59 ` Lars Ingebrigtsen
2020-12-09 16:14 ` Andreas Schwab
2020-12-09 16:16 ` Stefan Kangas
@ 2020-12-10 1:38 ` Jean-Christophe Helary
2 siblings, 0 replies; 11+ messages in thread
From: Jean-Christophe Helary @ 2020-12-10 1:38 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 38817
> On Dec 10, 2020, at 0:59, Lars Ingebrigtsen <larsi@gnus.org> wrote:
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
>>> Perhaps we should just switch the target back to eintr.html from
>>> emacs-lisp-intro.html?
>>
>> I have no opinion on that (and don't understand why the name is a
>> problem in the first place).
>
> Me neither. Perhaps somebody else has some insight here -- I had a peek
> at the commit log for lispintro/Makefile.in, but nothing stood out
> immediately.
>
> If nobody objects within unreasonable time, I'll change the target back
> to eintr.html, to match the published version on the GNU web site.
Thank you for looking into this.
--
Jean-Christophe Helary @brandelune
http://mac4translators.blogspot.com
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#38817: 27.0.50; eintr file name discrepency in HTML
2020-12-09 15:50 ` Lars Ingebrigtsen
2020-12-09 15:56 ` Eli Zaretskii
@ 2022-02-07 3:51 ` Lars Ingebrigtsen
1 sibling, 0 replies; 11+ messages in thread
From: Lars Ingebrigtsen @ 2022-02-07 3:51 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 38817, jean.christophe.helary
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Perhaps we should just switch the target back to eintr.html from
> emacs-lisp-intro.html?
I've now done so in Emacs 29.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-02-07 3:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-30 16:05 bug#38817: 27.0.50; eintr file name discrepency in HTML Jean-Christophe Helary
2020-12-09 14:31 ` Lars Ingebrigtsen
2020-12-09 15:47 ` Eli Zaretskii
2020-12-09 15:50 ` Lars Ingebrigtsen
2020-12-09 15:56 ` Eli Zaretskii
2020-12-09 15:59 ` Lars Ingebrigtsen
2020-12-09 16:14 ` Andreas Schwab
2020-12-09 16:16 ` Stefan Kangas
2020-12-10 1:38 ` Jean-Christophe Helary
2020-12-09 16:14 ` Andreas Schwab
2022-02-07 3:51 ` Lars Ingebrigtsen
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).