>From 282aea01d0212e3a9a2acac52d76a6a7325cf7e7 Mon Sep 17 00:00:00 2001 From: Christopher Howard Date: Wed, 6 Nov 2024 05:53:45 -0900 Subject: [PATCH] Provides work-around for https://issues.guix.gnu.org/issue/73462 --- elisp/guix-repl.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elisp/guix-repl.el b/elisp/guix-repl.el index bf1dc82..3d75ac6 100644 --- a/elisp/guix-repl.el +++ b/elisp/guix-repl.el @@ -1,6 +1,7 @@ ;;; guix-repl.el --- Making and using Guix REPL ;; Copyright © 2014–2019 Alex Kost +;; Copyright © 2024 Christopher Howard ;; This file is part of Emacs-Guix. @@ -290,6 +291,10 @@ display messages." (guix-get-repl-buffer-name internal)))) (guix-start-repl repl (and internal guix-repl-current-socket)) (set repl-var repl) + ;; work-around for https://issues.guix.gnu.org/issue/73462 + (if internal + (guix-geiser-eval-in-repl-synchronously + ",re (guix gexp)" repl t t)) ;; Wait until switching to (emacs-guix) module finishes. (guix-geiser-eval-in-repl-synchronously ",m (emacs-guix)" repl t t) -- 2.46.0