* Elisp manual in Epub format
@ 2022-10-27 19:57 John Haman
2022-10-27 20:15 ` Emanuel Berg
2022-10-28 9:11 ` Colin Baxter
0 siblings, 2 replies; 7+ messages in thread
From: John Haman @ 2022-10-27 19:57 UTC (permalink / raw)
To: help-gnu-emacs
Does anyone have a copy of the Elisp manual <https://www.gnu.org/software/emacs/manual/elisp.html> in Epub format? If so, please send it my way.
-John
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Elisp manual in Epub format
2022-10-27 19:57 Elisp manual in Epub format John Haman
@ 2022-10-27 20:15 ` Emanuel Berg
2022-10-28 15:11 ` John Yates
2022-10-28 9:11 ` Colin Baxter
1 sibling, 1 reply; 7+ messages in thread
From: Emanuel Berg @ 2022-10-27 20:15 UTC (permalink / raw)
To: help-gnu-emacs
John Haman wrote:
> Does anyone have a copy of the Elisp manual
> <https://www.gnu.org/software/emacs/manual/elisp.html> in
> Epub format? If so, please send it my way.
Hm, aren't all others converted from (GNU) Texinfo, so why not
Epub as wellisp ...
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Elisp manual in Epub format
2022-10-27 19:57 Elisp manual in Epub format John Haman
2022-10-27 20:15 ` Emanuel Berg
@ 2022-10-28 9:11 ` Colin Baxter
2022-10-29 13:11 ` John Haman
1 sibling, 1 reply; 7+ messages in thread
From: Colin Baxter @ 2022-10-28 9:11 UTC (permalink / raw)
To: John Haman; +Cc: help-gnu-emacs
>>>>> John Haman <mail@johnhaman.org> writes:
> Does anyone have a copy of the Elisp manual
Assuming you have pandoc then command "pandoc -o elisp.epub elisp.html
<RET>" will generate the epub.
> <https://www.gnu.org/software/emacs/manual/elisp.html>
This URL looks like the "one page per node". You will need the html that
gives the whole file entirely on one web page. You might also want to
download a graphic, e.g. `/graphics/gnu-head-sm.jpg'.
Best wishes,
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Elisp manual in Epub format
2022-10-27 20:15 ` Emanuel Berg
@ 2022-10-28 15:11 ` John Yates
2022-10-28 15:30 ` Eli Zaretskii
2022-10-30 12:59 ` Emanuel Berg
0 siblings, 2 replies; 7+ messages in thread
From: John Yates @ 2022-10-28 15:11 UTC (permalink / raw)
To: help-gnu-emacs
On Fri, Oct 28, 2022 at 10:14 AM Emanuel Berg <incal@dataswamp.org> wrote:
>
> Hm, aren't all others converted from (GNU) Texinfo, so why not
> Epub as wellisp ...
Does this help? https://github.com/jlhg/texinfo2epub
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Elisp manual in Epub format
2022-10-28 15:11 ` John Yates
@ 2022-10-28 15:30 ` Eli Zaretskii
2022-10-30 12:59 ` Emanuel Berg
1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2022-10-28 15:30 UTC (permalink / raw)
To: help-gnu-emacs
> From: John Yates <john@yates-sheets.org>
> Date: Fri, 28 Oct 2022 11:11:45 -0400
>
> On Fri, Oct 28, 2022 at 10:14 AM Emanuel Berg <incal@dataswamp.org> wrote:
> >
> > Hm, aren't all others converted from (GNU) Texinfo, so why not
> > Epub as wellisp ...
>
> Does this help? https://github.com/jlhg/texinfo2epub
If someone looks for a processor to produce EPUB from Texinfo, they
should check out the latest Texinfo (a pretest is available). It
supports producing EPUB output right OOTB.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Elisp manual in Epub format
2022-10-28 9:11 ` Colin Baxter
@ 2022-10-29 13:11 ` John Haman
0 siblings, 0 replies; 7+ messages in thread
From: John Haman @ 2022-10-29 13:11 UTC (permalink / raw)
To: m43cap; +Cc: help-gnu-emacs
On 10/28/22 5:11 AM, Colin Baxter wrote:
>
> Assuming you have pandoc then command "pandoc -o elisp.epub elisp.html
> <RET>" will generate the epub.
>
I had some time to try this today, and I found that my pandoc
installation is misbehaving. I will try to fix/reinstall the program,
and try again.
If you need to reach me, please include me in your message header as
Colin did, because I don't subscribe to this list.
--
Dr. John Haman
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Elisp manual in Epub format
2022-10-28 15:11 ` John Yates
2022-10-28 15:30 ` Eli Zaretskii
@ 2022-10-30 12:59 ` Emanuel Berg
1 sibling, 0 replies; 7+ messages in thread
From: Emanuel Berg @ 2022-10-30 12:59 UTC (permalink / raw)
To: help-gnu-emacs
John Yates wrote:
>> Hm, aren't all others converted from (GNU) Texinfo, so why
>> not Epub [...]
>
> Does this help? https://github.com/jlhg/texinfo2epub
Looks like it ...
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-10-30 12:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 19:57 Elisp manual in Epub format John Haman
2022-10-27 20:15 ` Emanuel Berg
2022-10-28 15:11 ` John Yates
2022-10-28 15:30 ` Eli Zaretskii
2022-10-30 12:59 ` Emanuel Berg
2022-10-28 9:11 ` Colin Baxter
2022-10-29 13:11 ` John Haman
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.