From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: [PATCH] Emacs Smartparens Date: Mon, 16 May 2016 15:58:01 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01493b5240ef210532f6039d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2J25-0007LH-1N for guix-devel@gnu.org; Mon, 16 May 2016 09:58:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2J22-0002di-HO for guix-devel@gnu.org; Mon, 16 May 2016 09:58:03 -0400 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:38282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2J22-0002dd-AL for guix-devel@gnu.org; Mon, 16 May 2016 09:58:02 -0400 Received: by mail-ig0-x22b.google.com with SMTP id m9so39757713ige.1 for ; Mon, 16 May 2016 06:58:02 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --089e01493b5240ef210532f6039d Content-Type: text/plain; charset=UTF-8 ahem this is the same patch, only with a better log line * gnu/packages/emacs.scm (emacs-smartparens): New variable. --- gnu/packages/emacs.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 11010b2..a311635 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1559,3 +1559,46 @@ to recognize a name like \"RFC 1234\". This package enhances ffap so that it correctly finds RFCs even when a space appears before the number.") (license license:gpl3+))) + + + +(define-public emacs-smartparens +(package + (name "emacs-smartparens") + (version "1.7.1") + (source + (origin + (method url-fetch) + (uri (string-append + "http://stable.melpa.org/packages/smartparens-" + version + ".tar")) + (sha256 + (base32 + "04dvavsvmdf6fljv30csfkqkglvaw421irlq89v6zf93p0ak0vg6")))) + (build-system emacs-build-system) + (propagated-inputs `(("emacs-dash" ,emacs-dash))) ; what about cl-lib 0.3 ? + (native-inputs `(("emacs" ,emacs-no-x))) + (home-page "https://github.com/Fuco1/smartparens") + (synopsis + "Automatic insertion, wrapping and paredit-like navigation with user defined pairs.") + (description + "Smartparens is minor mode for Emacs that deals with parens pairs +and tries to be smart about it. It started as a unification effort +to combine functionality of several existing packages in a single, +compatible and extensible way to deal with parentheses, delimiters, +tags and the like. Some of these packages include autopair, +textmate, wrap-region, electric-pair-mode, paredit and others. With +the basic features found in other packages it also brings many +improvements as well as completely new features + +For a basic overview, see github readme at +https://github.com/Fuco1/smartparens + +For the complete documentation visit the documentation wiki located +at https://github.com/Fuco1/smartparens/wiki + +If you like this project, you can donate here: + https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEYP5YVHDRX8C +") + (license license:gpl3+))) -- 2.5.5 --089e01493b5240ef210532f6039d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
ahem

this is the same patch, only with a= better log line



* gnu/packages/emacs.scm (emacs-smartparens= ): New variable.
---
=C2=A0gnu/packages/emacs.scm | 43 ++++++++++++++= +++++++++++++++++++++++++++++
=C2=A01 file changed, 43 insertions(+)
=
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1= 1010b2..a311635 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/package= s/emacs.scm
@@ -1559,3 +1559,46 @@ to recognize a name like \"RFC 1= 234\".=C2=A0 This package enhances ffap so
=C2=A0that it correctly = finds RFCs even when a space appears before the
=C2=A0number.")
= =C2=A0=C2=A0=C2=A0=C2=A0 (license license:gpl3+)))
+
+
+
+(defi= ne-public emacs-smartparens
+(package
+=C2=A0 (name "emacs-smart= parens")
+=C2=A0 (version "1.7.1")
+=C2=A0 (source
= +=C2=A0=C2=A0=C2=A0 (origin
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method url-= fetch)
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (string-append
+=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "http://stable.melpa.or= g/packages/smartparens-"
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 version
+=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ".tar"))
+=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (base32
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 "04dvavsvmdf6fljv30csfkqkglvaw421irlq89v6zf93p0ak0vg6"))))+=C2=A0 (build-system emacs-build-system)
+=C2=A0 (propagated-inputs `(= ("emacs-dash" ,emacs-dash))) ; what about cl-lib 0.3 ?
+=C2=A0= (native-inputs `(("emacs" ,emacs-no-x)))
+=C2=A0 (home-page &= quot;https://github.com/Fu= co1/smartparens")
+=C2=A0 (synopsis
+=C2=A0=C2=A0=C2=A0 &quo= t;Automatic insertion, wrapping and paredit-like navigation with user defin= ed pairs.")
+=C2=A0 (description
+=C2=A0=C2=A0=C2=A0 "Smart= parens is minor mode for Emacs that deals with parens pairs
+and tries t= o be smart about it.=C2=A0 It started as a unification effort
+to combin= e functionality of several existing packages in a single,
+compatible an= d extensible way to deal with parentheses, delimiters,
+tags and the lik= e.=C2=A0 Some of these packages include autopair,
+textmate, wrap-region= , electric-pair-mode, paredit and others.=C2=A0 With
+the basic features= found in other packages it also brings many
+improvements as well as co= mpletely new features
+
+For a basic overview, see github readme at+https://github.com/Fuco= 1/smartparens
+
+For the complete documentation visit the documen= tation wiki located
+at https://github.com/Fuco1/smartparens/wiki
+
+If you like th= is project, you can donate here:
+https://ww= w.paypal.com/cgi-bin/webscr?cmd=3D_s-xclick&hosted_button_id=3DCEYP5YVH= DRX8C
+")
+=C2=A0 (license license:gpl3+)))
--
2.5.5<= br>
--089e01493b5240ef210532f6039d--