all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61355] [PATCH] gnu: Add emacs-discover.
@ 2023-02-07 21:00 Cayetano Santos via Guix-patches via
  2023-02-11  8:56 ` bug#61355: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-02-07 21:00 UTC (permalink / raw)
  To: 61355; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-discover): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1efbaaa538..f3b764d8e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34742,6 +34742,31 @@ (define-public emacs-seeing-is-believing
 current region or entire buffer.")
       (license license:gpl3+))))
 
+(define-public emacs-discover
+  (let ((revision "1")
+        (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df"))
+    (package
+      (name "emacs-discover")
+      (version (git-version "0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/mickeynp/discover.el")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0f7h2rhh37lrs6xclj182li6s1fawv5m8w3hgy6qgm06dam45lka"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-makey))
+      (home-page "https://github.com/mickeynp/discover.el")
+      (synopsis "Discover more of Emacs using context menus")
+      (description
+       "discover.el adds context menus to commonly-used features in Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-nasm-mode
   (package
     (name "emacs-nasm-mode")

base-commit: 09c6de44127f886ed91738ba9d5b8cce3102bcb3
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61355: [PATCH] gnu: Add emacs-discover.
  2023-02-07 21:00 [bug#61355] [PATCH] gnu: Add emacs-discover Cayetano Santos via Guix-patches via
@ 2023-02-11  8:56 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-11  8:56 UTC (permalink / raw)
  To: Cayetano Santos via Guix-patches via; +Cc: 61355-done, Cayetano Santos

Hello,

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

> * gnu/packages/emacs-xyz.scm (emacs-discover): New variable.

Thank you. I applied the patch with the changes below.

> +(define-public emacs-discover
> +  (let ((revision "1")
> +        (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df"))
> +    (package
> +      (name "emacs-discover")
> +      (version (git-version "0.3" revision commit))

I used bare "0.3" release along with its tag instead of the specific
commit you were suggesting. They only differ by one non-code related
commit and plain versions are more readable.

> +       "discover.el adds context menus to commonly-used features in
> Emacs.")

I wrote "Discover" instead of "discover.el".

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-11  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07 21:00 [bug#61355] [PATCH] gnu: Add emacs-discover Cayetano Santos via Guix-patches via
2023-02-11  8:56 ` bug#61355: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.