GNU bug report logs -
#31499
[PATCH 01/21] gnu: emacs-daemons: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 18:50:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 May 2018 12:17:52 +0200
with message-id <87muwsngdr.fsf <at> elephly.net>
and subject line Re: [bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable.
has caused the debbugs.gnu.org bug report #31499,
regarding [PATCH 01/21] gnu: emacs-daemons: New variable.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
31499: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31499
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs.scm (emacs-daemons): New variable.
---
gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f3d08e810..10bf4c355 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10464,3 +10464,26 @@ Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
"This package provides an Emacs minor mode for highlighting
device tree files.")
(license license:gpl3+))))
+
+(define-public emacs-daemons
+ (package
+ (name "emacs-daemons")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/cbowdon/daemons.el/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "14ivawzxiy8q8x2ccpw05ng83zqd70cdkn287yrc2c9nm1ix98bf"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cbowdon/daemons.el")
+ (synopsis "Emacs UI for managing init system services")
+ (description
+ "This is an Emacs mode to give you a UI for managing init system
+daemons (services) for those getting tired of typing out @code{sudo service
+my_thing reload} all the time. It's offers a consistent UI over different
+init systems.")
+ (license license:gpl3+)))
--
2.17.0
[Message part 3 (message/rfc822, inline)]
Hi Pierre,
> * gnu/packages/emacs.scm (emacs-daemons): New variable.
thanks for the updated patch. I pushed it with commit
d0aedb5b1ff2087c92e9a189d2bb30541710871f after minor changes:
* Fixed a typo in the description.
* Changed the git commit summary to “gnu: Add emacs-daemons.”
Thanks!
--
Ricardo
This bug report was last modified 7 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.