Emacs

From Alpine Linux
Revision as of 04:37, 6 December 2025 by John3-16 (talk | contribs) (Added Categories: Software, Development)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Empty Info directory node

Emacs uses the texinfo documenting system, but the docs are shipped in a separate package in Alpine Linux. You need to install

apk add texinfo emacs-docs

Then generate the dir index file for Info documenting system.

# run as root
find /usr/share/info/ -name '*.info*' -print0 | xargs -0I{} install-info {} /usr/share/info/dir