GNU bug report logs - #75488
[PATCH] gnu: Add emacs-indent-bars.

Previous Next

Package: guix-patches;

Reported by: Olivier Rojon <o.rojon <at> posteo.net>

Date: Sat, 11 Jan 2025 10:20:01 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75488: closed ([PATCH] gnu: Add emacs-indent-bars.)
Date: Sat, 25 Jan 2025 17:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Jan 2025 18:46:41 +0100
with message-id <87ikq2bxby.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add emacs-indent-bars.
has caused the debbugs.gnu.org bug report #75488,
regarding [PATCH] gnu: Add emacs-indent-bars.
to be marked as done.

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


-- 
75488: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75488
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Olivier Rojon <o.rojon <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Olivier Rojon <o.rojon <at> posteo.net>
Subject: [PATCH] gnu: Add emacs-indent-bars.
Date: Sat, 11 Jan 2025 10:19:30 +0000
* gnu/packages/emacs-xyz.scm (emacs-indent-bars): New variable.

Change-Id: I4181674a0723d44e873a0607e0a89af710c9b6f4
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 784fe767bc..7d256f30bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16217,6 +16217,31 @@ (define-public emacs-rainbow-mode
 names, e.g., @samp{#0000ff} is displayed in white with a blue background.")
     (license license:gpl3+)))
 
+(define-public emacs-indent-bars
+  (package
+    (name "emacs-indent-bars")
+    (version "0.8.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/indent-bars-"
+                           version ".tar"))
+       (sha256
+        (base32 "1bhdrykkklsscgiz3p29x8kdkw0kbc4mlpnhxghvphx159clhgym"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-compat))
+    (home-page "https://github.com/jdtsmith/indent-bars")
+    (synopsis "Highlight indentation with bars")
+    (description
+     "indent-bars highlights indentation with configurable vertical
+graphical bars, using stipples.  The color and appearance (weight,
+pattern, position within the character, zigzag, etc.) are all
+configurable.  indent-bars works in any mode using fixed
+tab or space-based indentation.  In the terminal (or on request) it
+uses vertical bar characters instead of stipple patterns.  Optional
+treesitter support is also available; see indent-bars-ts.el.")
+    (license license:gpl3)))
+
 (define-public emacs-ryo-modal
   ;; Package has no release.  Version is extracted from "Version:" keyword in
   ;; main file.
-- 
2.47.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 75488-done <at> debbugs.gnu.org
Cc: Olivier Rojon <o.rojon <at> posteo.net>
Subject: Re: [PATCH] gnu: Add emacs-indent-bars.
Date: Sat, 25 Jan 2025 18:46:41 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-indent-bars): New variable.

Applied. Thank you.

> +    (license license:gpl3)))

I set license to GPL3+.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 118 days ago.

Previous Next


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