Add missing Guile Info in Emacs

Hello,
the following command:
info guile-3.0 opens the corresponding info document for guile. But I can’t find the guile info doc in emacs C-h-i m guile can’t find any guile info docs. I guess the install script “forgot” to rebuild a index. The guile-3.0 info files are in /usr/share/info but cat dir | grep "guile" returns null. So I tried sudo install-info --dir-file=/usr/share/info/dir /usr/share/info/guile-3.0.info* which adds the missing entries to dir and makes the guile docs available in emacs.

Fedora Linux 42 (Workstation Edition) x86_64

1 Like

This is probably an issue in the guile package. Can I please ask you to file a bug here so that the maintainer can take a look? (You can login to Bugzilla using your Fedora account, as you do here)

Sure. I will file a bug. Thanks for letting me know.

1 Like