emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39338: closed ([PATCH] gnu: Add emacs-dmenu.)


From: GNU bug Tracking System
Subject: bug#39338: closed ([PATCH] gnu: Add emacs-dmenu.)
Date: Mon, 03 Feb 2020 05:11:02 +0000

Your message dated Mon, 03 Feb 2020 00:09:57 -0500
with message-id <address@hidden>
and subject line Re: [bug#39338] [PATCH] gnu: Add emacs-dmenu.
has caused the debbugs.gnu.org bug report #39338,
regarding [PATCH] gnu: Add emacs-dmenu.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39338: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39338
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-dmenu. Date: Tue, 28 Jan 2020 19:15:36 -0500
* gnu/packages/emacs-xyz.scm (emacs-dmenu): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e834dfffb3..cb472f5532 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21237,3 +21237,27 @@ mode-line text (lighter) of major and minor modes.")
       (description "@code{unkillable-scratch} helps prevent killing buffers
 matching a given regexp.")
       (license license:gpl2+))))
+
+(define-public emacs-dmenu
+  ;; Use the latest commit, as there are no tagged releases.
+  (let ((commit "e8cc9b27c79d3ecc252267c082ab8e9c82eab264")
+        (revision "0"))
+    (package
+      (name "emacs-dmenu")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/lujun9972/el-dmenu.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "098ncygms1r33zhjlq4fj2p4jc91v5whqrm3fazzdk7sd6dilf25"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/lujun9972/el-dmenu";)
+      (synopsis "Simulate the @command{dmenu} command line program")
+      (description "This package provides a @command{dmenu} command
+for launching other commands/applications from within Emacs, similar
+to the @command{dmenu} program.  Especially useful when using EXWM.")
+      (license license:gpl3+))))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39338] [PATCH] gnu: Add emacs-dmenu. Date: Mon, 03 Feb 2020 00:09:57 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Amin Bandali <address@hidden> writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-dmenu): New variable.
>
> Applied as 2b19087496f0449c839e6c96cfeb952c5f6d8607. Thank you!
>
> Regards,

Thank you, Nicolas!

-a

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]