[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74484: reader syntax trouble across socket
From: |
Ludovic Courtès |
Subject: |
bug#74484: reader syntax trouble across socket |
Date: |
Mon, 09 Dec 2024 18:08:18 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Christopher,
Christopher Howard <christopher@librehacker.com> scribans:
> scheme@(guile-user)> ,m (emacs-guix)
> scheme@(emacs-guix)> (guix-command "pull")
> Updating channel 'guix' from Git repository at
> 'https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git 8a7bd21
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> /gnu/store/hhnw8gr26smc267yy2hzk57p4b0g6iyb-guix-8a7bd21/build-aux/build-self.scm:84:18:
> Unknown # object: "#~"
The read syntax for #~ (gexp) is installed by loading the (guix gexp)
module or simply the (guix) module, which loads (guix gexp).
It seems that somehow Emacs-Guix does not load (guix gexp) upfront.
It’s fishy though because (guix scripts pull) definitely loads (guix
gexp), directly and indirectly.
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#74484: reader syntax trouble across socket,
Ludovic Courtès <=