all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual
@ 2020-03-16 17:22 Yuan Fu
  2020-03-16 19:19 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Yuan Fu @ 2020-03-16 17:22 UTC (permalink / raw)
  To: 40093

If I go to
	doc/lispref
And run
	make -e HTML_OPTS=--html elisp.html
To generate the HTML manual, the index page is wrong. According to the makeinfo manual the index.html should be the table of contents page. But the exported index.html is the index.

The index page for doc/emacs is fine. I guess that’s because Emacs manual has variable index / function index (instead of a single index) so the entry page index.html is not overwritten by the index page (which has the same file name).

Yuan


In GNU Emacs 27.0.60 (build 1, x86_64-apple-darwin19.3.0, NS appkit-1894.30 Version 10.15.3 (Build 19D76))
of 2020-02-25 built on missSilver
Repository revision: f27187f963e9e36435b508e29256e048799e0ff2
Repository branch: emacs-27
Windowing system distributor 'Apple', version 10.3.1894
System Description:  Mac OS X 10.15.3

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Configured using:
'configure --with-modules --with-pdumper=yes
--oldincludedir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libxml2/'

Configured features:
RSVG GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS XIM
NS MODULES THREADS PDUMPER LCMS2

Important settings:
  value of $LC_CTYPE: UTF-8
  value of $LANG: en_CN.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs text-property-search time-date
subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs
cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core term/tty-colors frame
minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite charscript charprop case-table epa-hook jka-cmpr-hook help
simple abbrev obarray cl-preloaded nadvice loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
threads kqueue cocoa ns lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 44162 9119)
(symbols 48 5908 1)
(strings 32 15307 1619)
(string-bytes 1 499098)
(vectors 16 9323)
(vector-slots 8 119376 9118)
(floats 8 19 25)
(intervals 56 177 0)
(buffers 1000 12))





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual
  2020-03-16 17:22 bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual Yuan Fu
@ 2020-03-16 19:19 ` Eli Zaretskii
  2020-03-16 19:25   ` Yuan Fu
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2020-03-16 19:19 UTC (permalink / raw)
  To: Yuan Fu; +Cc: 40093

> From: Yuan Fu <ykf5041@psu.edu>
> Date: Mon, 16 Mar 2020 13:22:50 -0400
> 
> If I go to
> 	doc/lispref
> And run
> 	make -e HTML_OPTS=--html elisp.html
> To generate the HTML manual, the index page is wrong. According to the makeinfo manual the index.html should be the table of contents page. But the exported index.html is the index.
> 
> The index page for doc/emacs is fine. I guess that’s because Emacs manual has variable index / function index (instead of a single index) so the entry page index.html is not overwritten by the index page (which has the same file name).

Is the filesystem on which you run this case-insensitive?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual
  2020-03-16 19:19 ` Eli Zaretskii
@ 2020-03-16 19:25   ` Yuan Fu
  2020-03-16 19:54     ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Yuan Fu @ 2020-03-16 19:25 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 40093

Ah, that’s right. My filesystem is case-insensitive. I don’t see a good solution on top of my head.

Yuan

> On Mar 16, 2020, at 3:19 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Yuan Fu <ykf5041@psu.edu>
>> Date: Mon, 16 Mar 2020 13:22:50 -0400
>> 
>> If I go to
>> 	doc/lispref
>> And run
>> 	make -e HTML_OPTS=--html elisp.html
>> To generate the HTML manual, the index page is wrong. According to the makeinfo manual the index.html should be the table of contents page. But the exported index.html is the index.
>> 
>> The index page for doc/emacs is fine. I guess that’s because Emacs manual has variable index / function index (instead of a single index) so the entry page index.html is not overwritten by the index page (which has the same file name).
> 
> Is the filesystem on which you run this case-insensitive?






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual
  2020-03-16 19:25   ` Yuan Fu
@ 2020-03-16 19:54     ` Eli Zaretskii
  2020-03-16 19:56       ` Yuan Fu
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2020-03-16 19:54 UTC (permalink / raw)
  To: Yuan Fu; +Cc: 40093

> From: Yuan Fu <ykf5041@psu.edu>
> Date: Mon, 16 Mar 2020 15:25:10 -0400
> Cc: 40093@debbugs.gnu.org
> 
> Ah, that’s right. My filesystem is case-insensitive. I don’t see a good solution on top of my head.

Once upon a time, makeinfo could handle these cases, but I think no
more.  In any case, this is not an Emacs problem, this is a Texinfo
problem.  So I suggest to report it to bug-texinfo@gnu.org.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual
  2020-03-16 19:54     ` Eli Zaretskii
@ 2020-03-16 19:56       ` Yuan Fu
  2020-03-17  3:24         ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Yuan Fu @ 2020-03-16 19:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 40093

Thanks. I’ll do that. Could you close this bug report please?

Yuan

> On Mar 16, 2020, at 3:54 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Yuan Fu <ykf5041@psu.edu>
>> Date: Mon, 16 Mar 2020 15:25:10 -0400
>> Cc: 40093@debbugs.gnu.org
>> 
>> Ah, that’s right. My filesystem is case-insensitive. I don’t see a good solution on top of my head.
> 
> Once upon a time, makeinfo could handle these cases, but I think no
> more.  In any case, this is not an Emacs problem, this is a Texinfo
> problem.  So I suggest to report it to bug-texinfo@gnu.org.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual
  2020-03-16 19:56       ` Yuan Fu
@ 2020-03-17  3:24         ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2020-03-17  3:24 UTC (permalink / raw)
  To: Yuan Fu; +Cc: 40093-done

> From: Yuan Fu <ykf5041@psu.edu>
> Date: Mon, 16 Mar 2020 15:56:07 -0400
> Cc: 40093@debbugs.gnu.org
> 
> Thanks. I’ll do that. Could you close this bug report please?

Done.

(You can always close a bug report by sending email to
NNNN-done@debbugs.gnu.org, where NNNN is the bug number.  Like I did
with this message.)





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-17  3:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 17:22 bug#40093: 27.0.60; Wrong entry page for exported html Elisp manual Yuan Fu
2020-03-16 19:19 ` Eli Zaretskii
2020-03-16 19:25   ` Yuan Fu
2020-03-16 19:54     ` Eli Zaretskii
2020-03-16 19:56       ` Yuan Fu
2020-03-17  3:24         ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.