From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWoEn-0000RH-DZ for guix-patches@gnu.org; Wed, 03 Jan 2018 13:58:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWoEk-00064L-90 for guix-patches@gnu.org; Wed, 03 Jan 2018 13:58:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54185) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eWoEk-00063y-4h for guix-patches@gnu.org; Wed, 03 Jan 2018 13:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eWoEj-0000Cr-QN for guix-patches@gnu.org; Wed, 03 Jan 2018 13:58:01 -0500 Subject: [bug#29960] [PATCH] gnu: Add emacs-evil-quickscope. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20180103061857.31496-1-arunisaac@systemreboot.net> References: <20180103061857.31496-1-arunisaac@systemreboot.net> From: Catonano Date: Wed, 3 Jan 2018 19:57:16 +0100 Message-ID: Content-Type: multipart/alternative; boundary="089e082c84a4bd75a30561e3c82f" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 29960@debbugs.gnu.org --089e082c84a4bd75a30561e3c82f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2018-01-03 7:18 GMT+01:00 Arun Isaac : > * gnu/packages/emacs.scm (emacs-evil-quickscope): New variable. > --- > gnu/packages/emacs.scm | 37 ++++++++++++++++++++++++++++++++++++- > 1 file changed, 36 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 538c79a50..ebee6f61b 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -16,7 +16,7 @@ > ;;; Copyright =C2=A9 2016 Alex Griffin > ;;; Copyright =C2=A9 2016, 2017 Nicolas Goaziou > ;;; Copyright =C2=A9 2016, 2017 Alex Vong > -;;; Copyright =C2=A9 2016, 2017 Arun Isaac > +;;; Copyright =C2=A9 2016, 2017, 2018 Arun Isaac > ;;; Copyright =C2=A9 2017 Christopher Baines > ;;; Copyright =C2=A9 2017 Mathieu Othacehe > ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur > @@ -6599,3 +6599,38 @@ evil mode using @kbd{%}. It is a port of > @code{matchit} for Vim.") > makes Evil play nice with Smartparens. Evil is an Emacs minor mode that > emulates Vim features and provides Vim-like key bindings.") > (license license:gpl3+))) > + > +(define-public emacs-evil-quickscope > LGTM Admittedly, I didn't build and lint this one As for running it, I couldn't because, as I said, I'm too old to learn new key combinations But at a first glance it seems ok, I trust Arun that this runs fine The license is actually GPL3+, as you can see here https://github.com/blorbx/evil-quickscope/blob/master/LICENSE The description mentions Evil and explains what it is So as ar as I'm concerned, this is ok Arun, you can commit on your own, you wouldn't need to post these little things here ;-) Ciao --089e082c84a4bd75a30561e3c82f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


2018-01-03 7:18 GMT+01:00 Arun Isaac <arunisaac@systemreboot.= net>:
* gnu/packages/emacs.= scm (emacs-evil-quickscope): New variable.
---
=C2=A0gnu/packages/emacs.scm | 37 ++++++++++++++++++++++++++++++++++++= -
=C2=A01 file changed, 36 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 538c79a50..ebee6f61b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -16,7 +16,7 @@
=C2=A0;;; Copyright =C2=A9 2016 Alex Griffin <a@ajgrf.com>
=C2=A0;;; Copyright =C2=A9 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
=C2=A0;;; Copyright =C2=A9 2016, 2017 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright =C2=A9 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright =C2=A9 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
=C2=A0;;; Copyright =C2=A9 2017 Christopher Baines <mail@cbaines.net>
=C2=A0;;; Copyright =C2=A9 2017 Mathieu Othacehe <m.othacehe@gmail.com>
=C2=A0;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur <clement@lassieur.org>
@@ -6599,3 +6599,38 @@ evil mode using @kbd{%}.=C2=A0 It is a port of @code= {matchit} for Vim.")
=C2=A0makes Evil play nice with Smartparens.=C2=A0 Evil is an Emacs minor m= ode that
=C2=A0emulates Vim features and provides Vim-like key bindings.")
=C2=A0 =C2=A0 =C2=A0(license license:gpl3+)))
+
+(define-public emacs-evil-quickscope

L= GTM

Admittedly, I didn't build and lint this one
<= br>
As for running it, I couldn't because, as I said, I'm= too old to learn new key combinations

But at a first gla= nce it seems ok, I trust Arun that this runs fine

The lic= ense is actually GPL3+, as you can see here https://github.com/blorbx/evil-q= uickscope/blob/master/LICENSE

The description mention= s Evil and explains what it is

So as ar as I'm concer= ned, this is ok
=C2=A0
Arun, you can commit on = your own, you wouldn't need to post these little things here ;-)
Ciao
--089e082c84a4bd75a30561e3c82f--