From: Catonano <catonano@gmail.com>
To: guile-devel <guile-devel@gnu.org>
Subject: Re: [PATCH 0/4]
Date: Sun, 29 May 2016 14:02:23 +0200 [thread overview]
Message-ID: <CAJ98PDxpyq6OP2Lvt=OAoGV8sYC3c5GWSAAWZcZa5LWWSZyFXg@mail.gmail.com> (raw)
In-Reply-To: <CAJ98PDxbBmoJ6Rp8HeRJLeGwbRAMFKQ3kK-t5tn2aL3=YejpbA@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 10 bytes --]
emacs-seq
[-- Attachment #1.2: Type: text/html, Size: 70 bytes --]
[-- Attachment #2: 0004-gnu-Add-emacs-seq.patch --]
[-- Type: text/x-patch, Size: 1592 bytes --]
From d8c560cd5b2335b01b19edec67cbd8a69e5ee3a4 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Sun, 29 May 2016 13:44:00 +0200
Subject: gnu: Add emacs-seq.
* gnu/packages/emacs.scm (emacs-seq).
---
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 014a58c..c71a603 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1770,3 +1770,33 @@ structure is sometimes called an \"output-restricted deque\")")
(description "Add spinners and progress-bars
to the mode-line for ongoing operations.")
(license license:gpl3+)))
+
+(define-public emacs-seq
+ (package
+ (name "emacs-seq")
+ (version "2.15")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://elpa.gnu.org/packages/seq-"
+ version ".tar"))
+ (sha256
+ (base32
+ "09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73"))))
+ (build-system emacs-build-system)
+ (home-page "http://elpa.gnu.org/packages/seq.html")
+ (synopsis "Sequence manipulation functions")
+ (description
+ "Sequence-manipulation functions that complement basic functions
+provided by @code{subr.el}
+
+All functions are prefixed with \"seq-\".
+
+All provided functions work on lists, strings and vectors.
+
+Functions taking a predicate or iterating over a sequence using a
+function as argument take the function as their first argument and
+the sequence as their second argument. All other functions take
+the sequence as their first argument.")
+ (license license:gpl3+)))
--
2.5.5
next prev parent reply other threads:[~2016-05-29 12:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-29 11:59 [PATCH 0/4] Catonano
2016-05-29 12:00 ` Catonano
2016-05-29 12:01 ` Catonano
2016-05-29 12:01 ` Catonano
2016-05-29 12:02 ` Catonano [this message]
2016-05-29 12:20 ` Mathieu Lirzin
2016-05-29 13:12 ` Catonano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAJ98PDxpyq6OP2Lvt=OAoGV8sYC3c5GWSAAWZcZa5LWWSZyFXg@mail.gmail.com' \
--to=catonano@gmail.com \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).