GNU bug report logs - #35699
[PATCH] gnu: Add emacs-evil-cleverparens

Previous Next

Package: guix-patches;

Reported by: "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>

Date: Sun, 12 May 2019 16:17:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <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 35699 in the body.
You can then email your comments to 35699 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#35699; Package guix-patches. (Sun, 12 May 2019 16:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 12 May 2019 16:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-evil-cleverparens
Date: Sun, 12 May 2019 10:46:40 -0500
* gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New 
 variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm 
b/gnu/packages/emacs-xyz.scm
index 069bf3e1f6..c5f1a0103e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15557,3 +15557,30 @@ between \"frame-width\" and 
\"frame-height\", between \"public\",
\"protected\" and \"private\" and between \"variable1\", 
\"variable2\" through
\"variableN\".")
    (license license:gpl2+)))
+
+(define-public emacs-evil-cleverparens
+  (let ((commit "8c45879d49bfa6d4e414b6c1df700a4a51cbb869")
+        (revision "1"))
+    (package
+      (name "emacs-evil-cleverparens")
+      (version (git-version "2017-07-17" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url 
"https://github.com/luxbock/evil-cleverparens.git")
+                      (commit commit)))
+                (sha256 (base32 
"0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-evil" ,emacs-evil)
+         ("emacs-paredit" ,emacs-paredit)
+         ("emacs-smartparens" ,emacs-smartparens)))
+      (home-page "https://github.com/luxbock/evil-cleverparens")
+      (synopsis "Emacs modal editing optimized for editing Lisp")
+      (description "@code{evil-clverparens} remaps Evil 
keybindings to allow
+modal editing with screwing up the structure of lisp code. 
Alternatives for
+verb commands which would are normally destructive (such as 
deletion) are
+provided.  Those alternative commands are and bound by default to 
their
+corresponding Evil keys.")
+      (license license:expat))))
--
2.21.0




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 14 May 2019 10:20:02 GMT) Full text and rfc822 format available.

Notification sent to "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>:
bug acknowledged by developer. (Tue, 14 May 2019 10:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 35699-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>
Cc: 35699-done <at> debbugs.gnu.org
Subject: Re: [bug#35699] [PATCH] gnu: Add emacs-evil-cleverparens
Date: Tue, 14 May 2019 12:19:35 +0200
Hi,

"LaFreniere, Joseph" <joseph <at> lafreniere.xyz> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New variable.

Your email client munged the patch so I had to fiddle a bit with it, but
anyway, I added a copyright line for you and applied it.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Jun 2019 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.