The Guile 3.0 manual mentions "(use-modules (ice-9 readline))", but the
module appears to be missing from the Guile 3.0.9 source code tarball. I
noticed the issue was brought up for version 3.0.9 RC1, but the bug was
closed. Has the module been intentionally removed for some reason? I
found it
Please disregard my previous bug report: "guile 3.0.9 missing module
ice-9/readline.scm". I realized what the problem was afterwards. The
module readline.scm is in a separate location in the source tarball and
wasn't included with the other ice-9 modules because I forgot to install
the readline
> Le 18 févr. 2023 à 09:25, p...@posteo.net a écrit :
>
> Please disregard my previous bug report: "guile 3.0.9 missing module
> ice-9/readline.scm". I realized what the problem was afterwards. The module
> readline.scm is in a separate location in the source tarball and wasn't
> included w
> Le 18 févr. 2023 à 09:25, p...@posteo.net a écrit :
>
> The Guile 3.0 manual mentions "(use-modules (ice-9 readline))", but the
> module appears to be missing from the Guile 3.0.9 source code tarball. I
> noticed the issue was brought up for version 3.0.9 RC1, but the bug was
> closed. Ha