GNU bug report logs - #26290
[PATCH] gnu: Add emacs-highlight-sexp.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Tue, 28 Mar 2017 22:56:01 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#26290: closed ([PATCH] gnu: Add emacs-highlight-sexp.)
Date: Thu, 30 Mar 2017 09:00:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Mar 2017 10:58:53 +0200
with message-id <87k2773zua.fsf <at> gnu.org>
and subject line Re: bug#26290: [PATCH] gnu: Add emacs-highlight-sexp.
has caused the debbugs.gnu.org bug report #26290,
regarding [PATCH] gnu: Add emacs-highlight-sexp.
to be marked as done.

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


-- 
26290: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26290
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: Add emacs-highlight-sexp.
Date: Wed, 29 Mar 2017 00:54:57 +0200
* gnu/packages/emacs (emacs-highlight-sexp): 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 4e2ce53b4..0836956a6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4009,3 +4009,24 @@ and modern look. It implements a new HTML back-end for exporting org-mode docs
 as HTML compatible with Twitter Bootstrap. By default, HTML is exported
 with jQuery and Bootstrap resources included via osscdn.")
     (license license:gpl3+)))
+
+(define-public emacs-highlight-sexp
+  (package
+    (name "emacs-highlight-sexp")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/daimrod/highlight-sexp/archive/v"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0jwx87qkln1rg9wmv4qkgkml935fh2pkgrg5x4ca6n5dgb4q6rj1"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/daimrod/highlight-sexp")
+    (synopsis "Minor mode that highlights the s-exp at the current position")
+    (description
+     "This Emacs package highlights the s-exp at the current position.")
+    (license license:gpl3+)))
-- 
2.11.0



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26290-done <at> debbugs.gnu.org
Subject: Re: bug#26290: [PATCH] gnu: Add emacs-highlight-sexp.
Date: Thu, 30 Mar 2017 10:58:53 +0200
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

> * gnu/packages/emacs (emacs-highlight-sexp): New variable.

Applied, thanks!


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.