From: Catonano <catonano@gmail.com>
To: guile-devel <guile-devel@gnu.org>
Subject: Re: [PATCH 0/4]
Date: Sun, 29 May 2016 14:00:42 +0200 [thread overview]
Message-ID: <CAJ98PDxGvOnvhptG2iCJyFQy5XAfOsvqzTtQbiQn-zP1pCTG+g@mail.gmail.com> (raw)
In-Reply-To: <CAJ98PDxbBmoJ6Rp8HeRJLeGwbRAMFKQ3kK-t5tn2aL3=YejpbA@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 92 bytes --]
so, emacs-queue (the google mail client doesn't allow me to edit the
subject to [PATCH 1/4]
[-- Attachment #1.2: Type: text/html, Size: 160 bytes --]
[-- Attachment #2: 0001-emacs-queue.patch --]
[-- Type: text/x-patch, Size: 1456 bytes --]
From 89849ff33cd67243d691748f77f13474676d5361 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Fri, 27 May 2016 10:01:59 +0200
Subject: gnu: Add emacs-queue.
* gnu/packages/emacs.scm (emacs-queue): New variable.
---
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5d6db5a..90f55ea 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1706,3 +1706,24 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
The purpose of this library is to wrap all the quirks and hassle of
@code{package.el} into a sane API.")
(license license:gpl3+)))
+
+(define-public emacs-queue
+ (package
+ (name "emacs-queue")
+ (version "0.1.1")
+ (source
+ (origin
+ (method uncompressed-file-fetch)
+ (uri (string-append "http://elpa.gnu.org/packages/queue-" version ".el"))
+ (sha256
+ (base32
+ "0jw24fxqnf9qcaf2nh09cnds1kqfk7hal35dw83x1ari95say391"))))
+ (build-system emacs-build-system)
+ (home-page "http://www.dr-qubit.org/emacs.php")
+ (synopsis "Queue data structure")
+ (description
+ "These queues can be used both as a first-in last-out (FILO) and as a
+first-in first-out (FIFO) stack, i.e. elements can be added to the front or
+back of the queue, and can be removed from the front. (This type of data
+structure is sometimes called an \"output-restricted deque\")")
+ (license license:gpl3+)))
--
2.5.5
next prev parent reply other threads:[~2016-05-29 12:00 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 [this message]
2016-05-29 12:01 ` Catonano
2016-05-29 12:01 ` Catonano
2016-05-29 12:02 ` Catonano
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=CAJ98PDxGvOnvhptG2iCJyFQy5XAfOsvqzTtQbiQn-zP1pCTG+g@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).