Hi Ludo,

On Sat, 05 Nov 2022 at 11:31, Ludovic Courtès <l...@gnu.org> wrote:

> Currently you have to start with:
>
>   (use-modules (gnu packages))
>
> This will set up ‘%load-path’ so that channel modules become visible.
> Let me know if it works for you!
>
> This is a bug we should fix.

Ah, I thought it was expected. :-)  Well, my ~/.guile looks like:

--8<---------------cut here---------------start------------->8---
(use-modules
 (ice-9 readline)
 (ice-9 format)
 (ice-9 pretty-print)

 (guix)
 (gnu packages)
 (gnu packages base))
(activate-readline)
--8<---------------cut here---------------end--------------->8---

so it avoids me this kind of annoyance.

Well, do we open another ticket or just retitle this one?


Cheers,
simon



Reply via email to