GNU bug report logs -
#46928
[PATCH] gnu: Add emacs-stig-paren.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Thu, 4 Mar 2021 19:42:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#46928: [PATCH] gnu: Add emacs-stig-paren.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 46928 <at> debbugs.gnu.org.
--
46928: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46928
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Stefan Reichör <stefan <at> xsteve.at> writes:
> You are correct, there is no need to add stig-paren.el to guix.
Closing (finally!).
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-stig-paren): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 783f7790e9..85a612296c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -93,6 +93,7 @@
;;; Copyright © 2021 Alexandr Vityazev <avityazew <at> gmail.com>
;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka <at> gmail.com>
;;; Copyright © 2021 Alexey Abramov <levenson <at> mmer.org>
+;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -385,6 +386,25 @@ for those who may want transient periods of unbalanced parentheses, such as
when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+)))
+(define-public emacs-stig-paren
+ (package
+ (name "emacs-stig-paren")
+ (version "1.22")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://nicolas.francois.free.fr/"
+ "fichiers/emacs/stig-paren.el"))
+ (sha256
+ (base32
+ "1k4rd4k53c671akssza91p0d7psxagizc74nka3hi1pjkybmw6mn"))))
+ (build-system emacs-build-system)
+ (home-page "http://nicolas.francois.free.fr/fichiers/emacs/stig-paren.el")
+ (synopsis "Highlight matching parens for Emacs")
+ (description
+ "This package highlights matching parens (or whole sexps) for easier
+editing of source code, particularly lisp source code.")
+ (license license:gpl2+)))
+
(define-public emacs-project
(package
(name "emacs-project")
--
2.25.1
This bug report was last modified 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.