GNU bug report logs - #28300
[PATCH] gnu: Add emacs-tiny.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Wed, 30 Aug 2017 20:25:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#28300: closed ([PATCH] gnu: Add emacs-tiny.)
Date: Mon, 04 Sep 2017 12:57:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 04 Sep 2017 14:56:01 +0200
with message-id <8760cy4o7y.fsf <at> gnu.org>
and subject line Re: [bug#28300] [PATCH] gnu: Add emacs-tiny.
has caused the debbugs.gnu.org bug report #28300,
regarding [PATCH] gnu: Add emacs-tiny.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
28300: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28300
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-tiny.
Date: Wed, 30 Aug 2017 23:24:06 +0300
[0001-gnu-Add-emacs-tiny.patch (text/x-patch, inline)]
From fd89a9b38f93ec92be10e3c37f6a8df0689a68ae Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Wed, 30 Aug 2017 23:11:38 +0300
Subject: [PATCH] gnu: Add emacs-tiny.

* gnu/packages/emacs.scm (emacs-tiny): New variable.
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 956f222ce..0a6e7628f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5994,3 +5994,23 @@ current match, total matches and exit status.
 @item Search @code{GTAGSLIBPATH} for references and symbols.
 @end itemize\n")
     (license license:gpl3+)))
+
+(define-public emacs-tiny
+  (package
+    (name "emacs-tiny")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
+       (sha256
+        (base32
+         "1nhg8375qdn457wj0xmfaj72s87xbabk2w1nl6q7rjvwxv08yyn7"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/abo-abo/tiny")
+    (synopsis "Quickly generate linear ranges in Emacs")
+    (description "@code{tiny} extension main command is @code{tiny-expand}.
+It's meant to quickly generate linear ranges, e.g. 5, 6, 7, 8.  Some elisp
+proficiency is an advantage, since you can transform your numeric range with
+an elisp expression.")
+  (license license:gpl3+)))
-- 
2.14.1



[Message part 4 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 28300-done <at> debbugs.gnu.org
Subject: Re: [bug#28300] [PATCH] gnu: Add emacs-tiny.
Date: Mon, 04 Sep 2017 14:56:01 +0200
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:

>>From fd89a9b38f93ec92be10e3c37f6a8df0689a68ae Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Wed, 30 Aug 2017 23:11:38 +0300
> Subject: [PATCH] gnu: Add emacs-tiny.
>
> * gnu/packages/emacs.scm (emacs-tiny): New variable.

Applied with minor changes to the description, thanks!

Ludo'.


This bug report was last modified 7 years and 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.