GNU bug report logs -
#71457
[PATCH] gnu: Add emacs-devil.
Previous Next
Reported by: Spencer King <spencer <at> nursiapress.com>
Date: Sun, 9 Jun 2024 22:54:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 71457 in the body.
You can then email your comments to 71457 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#71457
; Package
guix-patches
.
(Sun, 09 Jun 2024 22:54:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Spencer King <spencer <at> nursiapress.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 09 Jun 2024 22:54: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-devil): New variable.
Change-Id: Ic240d6e80a236a91514f3599eaa051f9ffcd15be
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bef0afc99f..435fdccd13 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -139,6 +139,7 @@
;;; Copyright © 2024 Suhail Singh <suhail <at> bayesians.ca>
;;; Copyright © 2024 dan <i <at> dan.games>
;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv <at> gmail.com>
+;;; Copyright © 2024 Spencer King <spencer <at> nursiapress.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -11029,6 +11030,28 @@ (define-public emacs-god-mode
@samp{C-} (among other helpful shortcuts).")
(license license:gpl3+)))
+(define-public emacs-devil
+ (package
+ (name "emacs-devil")
+ (version "0.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/susam/devil")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pr9yf6f37sz5qy1snn8ag5bvg6lza7q635jh8jhaqqfp37jvv1y"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/susam/devil")
+ (synopsis "Minor mode for translating key sequences")
+ (description
+ "Devil intercepts your devil key (comma by default) to let you type key sequences
+without using modifier keys. Devil is highly configurable and it can be
+configured to perform other key sequence translations.")
+ (license license:expat)))
+
(define-public emacs-jinja2-mode
(package
(name "emacs-jinja2-mode")
base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
--
2.41.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Wed, 19 Jun 2024 07:58:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Spencer King <spencer <at> nursiapress.com>
:
bug acknowledged by developer.
(Wed, 19 Jun 2024 07:58:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 71457-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Spencer King <spencer <at> nursiapress.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-devil): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 17 Jul 2024 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.