diff mbox series

[bug#69623] Update emacs-evil-collection to 0.0.10

Message ID NsR1hLA--3-9@tuta.io
State New
Headers show
Series [bug#69623] Update emacs-evil-collection to 0.0.10 | expand

Commit Message

Apoorv March 8, 2024, 3:10 a.m. UTC
evil-mode was causing issues because of corfu. Looking around it seems like the issue is because of some change in evil-collection, which in Guix ATM is pretty outdated. So I created this issue on their repo, https://github.com/emacs-evil/evil-collection/issues/786

and they have a new tag up now, I created this patch to update emacs-evil-collection package to the latest tag now.

Comments

ziyed mstph March 9, 2024, 12:40 p.m. UTC | #1
Could you please describe your bug with corfu and evil?
I encountered some issues as well after recently running guix pull: once I
corfu-complete, I cannot go back to normal mode with Esc.
Updating emacs-evil-collection 0.0.10 did not fix it.
Apoorv March 10, 2024, 4:05 a.m. UTC | #2
Yes, that is the issue that I am facing as well.
Jelle Licht March 19, 2024, 8:12 p.m. UTC | #3
Hi Apoorv,

Apoorv via Guix-patches via <guix-patches@gnu.org> writes:

> evil-mode was causing issues because of corfu. Looking around it seems like the issue is because of some change in evil-collection, which in Guix ATM is pretty outdated. So I created this issue on their repo, https://github.com/emacs-evil/evil-collection/issues/786
>
> and they have a new tag up now, I created this patch to update emacs-evil-collection package to the latest tag now.

I don't know if this tagged version addresses your issue with corfu, but
there is definitely value in synchronizing the version of the
evil-collection package in guix to a more recent tag.

Could you please re-send the patch using git send-email, or by sending a
git format-patch generated patch as an attachment?

Kind regards,
- Jelle
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7fa5df9202..4093af9747 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16298,7 +16298,7 @@  (define-public emacs-evil
 (define-public emacs-evil-collection
   (package
     (name "emacs-evil-collection")
-    (version "0.0.9")
+    (version "0.0.10")
     (source
      (origin
        (method git-fetch)
@@ -16307,7 +16307,7 @@  (define-public emacs-evil-collection
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1y1ig4shqaaiiwqm5pv8hvh8ynr6irhffkgmpyzmhdaaicxnfazc"))))
+        (base32 "09hnxb8nh3g0hi93fz9f1y164gv9iyh5994wfn6fsq2v1xdz8phm"))))
     (build-system emacs-build-system)
     (arguments
      (list