<package> in Geiser

  • Open
  • quality assurance status badge
Details
One participant
  • (
Owner
unassigned
Submitted by
(
Severity
normal
(
(name . bug-guix)(address . bug-guix@gnu.org)
87o7i6y3br.fsf@disroot.org
Hi,

If I connect Geiser to a Guix REPL, like so:

$ guix repl --listen=tcp:37146 &
M-x geiser-connect RET RET

and enter the following into it:

,use (guix packages)
(package
(name "test")
(version "1.0.0")
(source #f)
(build-system #f)
(home-page #f)
(synopsis #f)
(description #f)
(license #f))

I get this error:

While compiling expression:
Syntax error:
unknown file:#f:#f: encountered raw symbol in macro output in subform socket of (current-location-vector)

When putting the same into a typical `guix repl` instance running in the
foreground within a terminal, I get no error, just the <PACKAGE> object
that I expected.

This can be temporarily fixed by adding ``(location #f)'' to the end of
the package record.

Any ideas why this happens? I don't know the first thing about how
Geiser works...

-- (
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65909@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65909
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch