GNU bug report logs - #61758
[PATCH 7/8] gnu: Add emacs-cider-eval-sexp-fu.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Fri, 24 Feb 2023 14:20:05 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61758 in the body.
You can then email your comments to 61758 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61758; Package guix-patches. (Fri, 24 Feb 2023 14:20:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 24 Feb 2023 14:20:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH 7/8] gnu: Add emacs-cider-eval-sexp-fu.
Date: Fri, 24 Feb 2023 15:18:18 +0100
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c5e9b0c792..ab81ea2a43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14040,6 +14040,28 @@ (define-public emacs-cider
 CIDER).")
     (license license:gpl3+)))
 
+(define-public emacs-cider-eval-sexp-fu
+  (package
+    (name "emacs-cider-eval-sexp-fu")
+    (version "1.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/clojure-emacs/cider-eval-sexp-fu")
+             (commit "7fd229f1441356866aedba611fd0cf4e89b50921")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "01gky548v3758fyr317lkwsc9aacab6m9d9vk1mrr3qyvmciwd51"))))
+    (build-system emacs-build-system)
+    (inputs (list emacs-eval-sexp-fu-el))
+    (home-page "https://github.com/clojure-emacs/cider-eval-sexp-fu")
+    (synopsis "eval-sexp-fu.el extensions for CIDER")
+    (description
+     "eval-sexp-fu provides tiny improvements to expression evaluation -
+e.g. the expression you've just evaluated would briefly flash and so on.")
+    (license license:gpl3+)))
+
 (define-public emacs-sly
   ;; Update together with sbcl-slynk.
   (let ((commit "4513c382f07a2a2cedb3c046231b69eae2f5e6f0")
-- 
2.39.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 08 Mar 2023 15:37:01 GMT) Full text and rfc822 format available.

Notification sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
bug acknowledged by developer. (Wed, 08 Mar 2023 15:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 61758-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 61758-done <at> debbugs.gnu.org
Subject: Re: [bug#61758] [PATCH 7/8] gnu: Add emacs-cider-eval-sexp-fu.
Date: Wed, 08 Mar 2023 16:36:19 +0100
Hello,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

> +(define-public emacs-cider-eval-sexp-fu

Thank you. Applied with small tweaks.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Apr 2023 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 357 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.