GNU bug report logs - #26292
[PATCH] gnu: Add emacs-linum-relative.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Wed, 29 Mar 2017 07:11:01 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 26292 in the body.
You can then email your comments to 26292 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#26292; Package guix-patches. (Wed, 29 Mar 2017 07:11:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Arun Isaac <arunisaac <at> systemreboot.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Mar 2017 07:11:01 GMT) Full text and rfc822 format available.

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

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: Add emacs-linum-relative.
Date: Wed, 29 Mar 2017 12:40:04 +0530
* gnu/packages/emacs.scm (emacs-linum-relative): New variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index bf6a84b0a..d156bf6bd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3962,3 +3962,24 @@ abbreviation and automatically expand it into function templates.")
    (description "@code{emacs-memoize} is an Emacs library for
 memoizing functions.")
    (license license:unlicense)))
+
+(define-public emacs-linum-relative
+  (package
+    (name "emacs-linum-relative")
+    (version "0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/coldnew/linum-relative/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0s4frvr27866lw1rn3jal9wj5rkz9fx4yiszqv7w06azsdgsqksv"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/coldnew/linum-relative")
+    (synopsis "Relative line numbering for Emacs")
+    (description "@code{emacs-linum-relative} displays the relative
+line number on the left margin in Emacs.")
+    (license license:gpl2+)))
-- 
2.11.0





Information forwarded to guix-patches <at> gnu.org:
bug#26292; Package guix-patches. (Wed, 29 Mar 2017 12:37:02 GMT) Full text and rfc822 format available.

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

From: Catonano <catonano <at> gmail.com>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 26292 <at> debbugs.gnu.org
Subject: Re: bug#26292: [PATCH] gnu: Add emacs-linum-relative.
Date: Wed, 29 Mar 2017 14:36:09 +0200
[Message part 1 (text/plain, inline)]
Hi,

2017-03-29 9:10 GMT+02:00 Arun Isaac <arunisaac <at> systemreboot.net>:

> * gnu/packages/emacs.scm (emacs-linum-relative): New variable.
> ---
>

I installed this and it works.

lgtm !
[Message part 2 (text/html, inline)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 30 Mar 2017 09:01:02 GMT) Full text and rfc822 format available.

Notification sent to Arun Isaac <arunisaac <at> systemreboot.net>:
bug acknowledged by developer. (Thu, 30 Mar 2017 09:01:03 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 26292-done <at> debbugs.gnu.org
Subject: Re: bug#26292: [PATCH] gnu: Add emacs-linum-relative.
Date: Thu, 30 Mar 2017 11:00:40 +0200
Arun Isaac <arunisaac <at> systemreboot.net> skribis:

> * gnu/packages/emacs.scm (emacs-linum-relative): New variable.

Applied, thanks!




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

This bug report was last modified 8 years and 58 days ago.

Previous Next


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