unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28300] [PATCH] gnu: Add emacs-tiny.
@ 2017-08-30 20:24 Oleg Pykhalov
  2017-09-04 12:56 ` bug#28300: " Ludovic Courtès
  2017-09-04 18:32 ` [bug#28300] " Alex Kost
  0 siblings, 2 replies; 4+ messages in thread
From: Oleg Pykhalov @ 2017-08-30 20:24 UTC (permalink / raw)
  To: 28300

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Add emacs-tiny. --]
[-- Type: text/x-patch, Size: 1435 bytes --]

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#28300: [PATCH] gnu: Add emacs-tiny.
  2017-08-30 20:24 [bug#28300] [PATCH] gnu: Add emacs-tiny Oleg Pykhalov
@ 2017-09-04 12:56 ` Ludovic Courtès
  2017-09-04 18:32 ` [bug#28300] " Alex Kost
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-09-04 12:56 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 28300-done

Oleg Pykhalov <go.wigust@gmail.com> skribis:

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#28300] [PATCH] gnu: Add emacs-tiny.
  2017-08-30 20:24 [bug#28300] [PATCH] gnu: Add emacs-tiny Oleg Pykhalov
  2017-09-04 12:56 ` bug#28300: " Ludovic Courtès
@ 2017-09-04 18:32 ` Alex Kost
  2017-09-04 21:53   ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Alex Kost @ 2017-09-04 18:32 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28300

Ludovic Courtès wrote:

> Oleg Pykhalov <go.wigust@gmail.com> skribis:

> > From: Oleg Pykhalov <go.wigust@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!

I'm afraid your minor changes introduced a typo:

> +    (description
> +     "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
> +It iss 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.")

I always feel uncomfortable to make a commit for a single typo, so I
let you fix it yourself :-)

-- 
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#28300] [PATCH] gnu: Add emacs-tiny.
  2017-09-04 18:32 ` [bug#28300] " Alex Kost
@ 2017-09-04 21:53   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-09-04 21:53 UTC (permalink / raw)
  To: Alex Kost; +Cc: 28300

Alex Kost <alezost@gmail.com> skribis:

> Ludovic Courtès wrote:
>
>> Oleg Pykhalov <go.wigust@gmail.com> skribis:
>
>> > From: Oleg Pykhalov <go.wigust@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!
>
> I'm afraid your minor changes introduced a typo:

Oops, now that’s embarrassing.  Fixed, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-04 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 20:24 [bug#28300] [PATCH] gnu: Add emacs-tiny Oleg Pykhalov
2017-09-04 12:56 ` bug#28300: " Ludovic Courtès
2017-09-04 18:32 ` [bug#28300] " Alex Kost
2017-09-04 21:53   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).