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