GNU bug report logs -
#75488
[PATCH] gnu: Add emacs-indent-bars.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75488 in the body.
You can then email your comments to 75488 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
, guix-patches <at> gnu.org
:
bug#75488
; Package
guix-patches
.
(Sat, 11 Jan 2025 10:20:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Olivier Rojon <o.rojon <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
, guix-patches <at> gnu.org
.
(Sat, 11 Jan 2025 10:20:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 25 Jan 2025 17:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Olivier Rojon <o.rojon <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 25 Jan 2025 17:48:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75488-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Feb 2025 12:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.