bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58841: repl ignores modules from the channel added to time-machine


From: zimoun
Subject: bug#58841: repl ignores modules from the channel added to time-machine
Date: Sat, 21 Jan 2023 17:18:35 +0100

Hi Ludo,

On Sat, 05 Nov 2022 at 11:31, Ludovic Courtès <ludo@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

[Prev in Thread] Current Thread [Next in Thread]