From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edK77-0002eR-8I for guix-patches@gnu.org; Sun, 21 Jan 2018 13:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edK74-0002D6-2S for guix-patches@gnu.org; Sun, 21 Jan 2018 13:13:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57652) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edK73-0002Cy-VO for guix-patches@gnu.org; Sun, 21 Jan 2018 13:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1edK73-0004xK-PT for guix-patches@gnu.org; Sun, 21 Jan 2018 13:13:01 -0500 Subject: [bug#30194] [PATCH 1/6] gnu: Add emacs-seq. Resent-Message-ID: From: Nicolas Goaziou In-Reply-To: <20180121172539.19408-1-rekado@elephly.net> (Ricardo Wurmus's message of "Sun, 21 Jan 2018 18:25:34 +0100") References: <20180121171412.18679-1-rekado@elephly.net> <20180121172539.19408-1-rekado@elephly.net> Date: Sun, 21 Jan 2018 19:12:33 +0100 Message-ID: <87h8rfm67i.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain 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: Ricardo Wurmus Cc: 30194@debbugs.gnu.org Hello, Ricardo Wurmus writes: > * gnu/packages/emacs.scm (emacs-seq): New variable. > --- > gnu/packages/emacs.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 0c3d5139a..cbe1ac6f7 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -6465,6 +6465,27 @@ proficiency is an advantage, since you can transform your numeric range with > an elisp expression.") > (license license:gpl3+))) > > +(define-public emacs-seq OOC, is there a need for this since it already ships with the Emacs Guix provides? I thought it was some backward compatibility library. > + (package > + (name "emacs-seq") > + (version "2.20") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://elpa.gnu.org/packages/seq-" > + version ".tar")) > + (sha256 > + (base32 > + "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n")))) > + (build-system emacs-build-system) > + (home-page "http://elpa.gnu.org/packages/seq.html") > + (synopsis "Sequence manipulation functions") > + (description "This Emacs package provides sequence-manipulation functions > +that complement basic functions provided by @code{subr.el}. All functions are Nitpick: @file{subr.el} > +prefixed with @code{seq-}. Nitpick: @samp{seq-} Regards, -- Nicolas Goaziou 0x80A93738