GNU bug report logs -
#39338
[PATCH] gnu: Add emacs-dmenu.
Previous Next
Reported by: Amin Bandali <mab <at> gnu.org>
Date: Wed, 29 Jan 2020 00:17:01 UTC
Severity: normal
Tags: patch
Done: Amin Bandali <mab <at> gnu.org>
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 39338 in the body.
You can then email your comments to 39338 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#39338
; Package
guix-patches
.
(Wed, 29 Jan 2020 00:17:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Amin Bandali <mab <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 29 Jan 2020 00:17:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#39338
; Package
guix-patches
.
(Sun, 02 Feb 2020 14:07:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 39338 <at> debbugs.gnu.org (full text, mbox):
Hello,
Amin Bandali <mab <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-dmenu): New variable.
Applied as 2b19087496f0449c839e6c96cfeb952c5f6d8607. Thank you!
Regards,
--
Nicolas Goaziou
Reply sent
to
Amin Bandali <mab <at> gnu.org>
:
You have taken responsibility.
(Mon, 03 Feb 2020 05:11:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Amin Bandali <mab <at> gnu.org>
:
bug acknowledged by developer.
(Mon, 03 Feb 2020 05:11:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 39338-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
> Hello,
>
> Amin Bandali <mab <at> gnu.org> writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-dmenu): New variable.
>
> Applied as 2b19087496f0449c839e6c96cfeb952c5f6d8607. Thank you!
>
> Regards,
Thank you, Nicolas!
-a
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 02 Mar 2020 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.