Can not geiser-eval-last-sexp package define when use geiser-connect and guix repl --listen=tcp:37146

  • Open
  • quality assurance status badge
Details
One participant
  • Feng Shu
Owner
unassigned
Submitted by
Feng Shu
Severity
normal

Debbugs page

Feng Shu wrote 2 years ago
(address . bug-guix@gnu.org)
87lemqnxhb.fsf@163.com
1. Run bash command: guix repl --listen=tcp:37146
2. Run geiser-connect to connect guix repl.
3. open emacs-xyz.scm
4. enable guix-devel-mode and run C-c . u
5. C-x C-e emacs-dired-sidebar define.

the error showed:

---------------------------------------------------------------
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Syntax error:
unknown file:#f:#f: encountered raw symbol in macro output in subform socket of (current-location-vector)


[Debugging level: 2]
Expression evaluated was:

(define-public emacs-dired-sidebar
(package
(name "emacs-dired-sidebar")
(version "0.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "090dqaqyjmkzrz4szjpk1iip0bdvb0frp4l79393f8ki8w7c16c1"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dired-hacks))
(synopsis "Sidebar for Emacs using Dired")
(description
"This package provides a sidebar for Emacs similar to @code{NeoTree}
or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
(license license:gpl3+)))




--
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 60404
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help