emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28300: closed ([PATCH] gnu: Add emacs-tiny.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28300: closed ([PATCH] gnu: Add emacs-tiny.)
Date: Mon, 04 Sep 2017 12:57:02 +0000

Your message dated Mon, 04 Sep 2017 14:56:01 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
28300: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28300
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-tiny. Date: Wed, 30 Aug 2017 23:24:06 +0300
>From fd89a9b38f93ec92be10e3c37f6a8df0689a68ae Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28300] [PATCH] gnu: Add emacs-tiny. Date: Mon, 04 Sep 2017 14:56:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Oleg Pykhalov <address@hidden> skribis:

>>From fd89a9b38f93ec92be10e3c37f6a8df0689a68ae Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <address@hidden>
> 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'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]