* [bug#39338] [PATCH] gnu: Add emacs-dmenu.
@ 2020-01-29 0:15 Amin Bandali
2020-02-02 14:06 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Amin Bandali @ 2020-01-29 0:15 UTC (permalink / raw)
To: 39338; +Cc: Amin Bandali
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#39338] [PATCH] gnu: Add emacs-dmenu.
2020-01-29 0:15 [bug#39338] [PATCH] gnu: Add emacs-dmenu Amin Bandali
@ 2020-02-02 14:06 ` Nicolas Goaziou
2020-02-03 5:09 ` bug#39338: " Amin Bandali
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2020-02-02 14:06 UTC (permalink / raw)
To: Amin Bandali; +Cc: 39338
Hello,
Amin Bandali <mab@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-dmenu): New variable.
Applied as 2b19087496f0449c839e6c96cfeb952c5f6d8607. Thank you!
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#39338: [PATCH] gnu: Add emacs-dmenu.
2020-02-02 14:06 ` Nicolas Goaziou
@ 2020-02-03 5:09 ` Amin Bandali
0 siblings, 0 replies; 3+ messages in thread
From: Amin Bandali @ 2020-02-03 5:09 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: 39338-done
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> Amin Bandali <mab@gnu.org> writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-dmenu): New variable.
>
> Applied as 2b19087496f0449c839e6c96cfeb952c5f6d8607. Thank you!
>
> Regards,
Thank you, Nicolas!
-a
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-03 5:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-29 0:15 [bug#39338] [PATCH] gnu: Add emacs-dmenu Amin Bandali
2020-02-02 14:06 ` Nicolas Goaziou
2020-02-03 5:09 ` bug#39338: " Amin Bandali
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).