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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28300 in the body.
You can then email your comments to 28300 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28300; Package guix-patches. (Wed, 30 Aug 2017 20:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 30 Aug 2017 20:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 04 Sep 2017 12:57:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Mon, 04 Sep 2017 12:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 28300-done <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to guix-patches <at> gnu.org:
bug#28300; Package guix-patches. (Mon, 04 Sep 2017 18:33:01 GMT) Full text and rfc822 format available.

Message #13 received at 28300 <at> debbugs.gnu.org (full text, mbox):

From: Alex Kost <alezost <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>, 28300 <at> debbugs.gnu.org
Subject: Re: [bug#28300] [PATCH] gnu: Add emacs-tiny.
Date: Mon, 04 Sep 2017 21:32:39 +0300
Ludovic Courtès wrote:

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

> > 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!

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




Information forwarded to guix-patches <at> gnu.org:
bug#28300; Package guix-patches. (Mon, 04 Sep 2017 21:54:02 GMT) Full text and rfc822 format available.

Message #16 received at 28300 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Alex Kost <alezost <at> gmail.com>
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>, 28300 <at> debbugs.gnu.org
Subject: Re: [bug#28300] [PATCH] gnu: Add emacs-tiny.
Date: Mon, 04 Sep 2017 23:53:29 +0200
Alex Kost <alezost <at> gmail.com> skribis:

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

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

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 03 Oct 2017 11:24:03 GMT) Full text and rfc822 format available.

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.