all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40443] [PATCH] gnu: Add emacs-highlight-indent-guides.
@ 2020-04-05  4:26 LaFreniere, Joseph
  2020-04-05  8:23 ` bug#40443: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2020-04-05  4:26 UTC (permalink / raw)
  To: 40443

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-highlight-indent-guides.patch --]
[-- Type: text/x-patch, Size: 2146 bytes --]

From bf1f969e5b46a8a31043b83272ae521834712781 Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sat, 4 Apr 2020 23:25:01 -0500
Subject: [PATCH] gnu: Add emacs-highlight-indent-guides.

* gnu/packages/emacs-xyz.scm (emacs-highlight-indent-guides): New variable.
---
 gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cd2562103c..11e51d397d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6885,6 +6885,35 @@ functions to assist in reviewing changes on files.")
 environments (virtualenv) inside Emacs.")
     (license license:gpl3+)))
 
+(define-public emacs-highlight-indent-guides
+  (let ((version "0.8.5") ; from package metadata
+        (revision "0")
+        (commit "c2c9de4d01edfb89609c91d4d7f1d81312015a2c"))
+    (package
+      (name "emacs-highlight-indent-guides")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/DarthFennec/highlight-indent-guides.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10chvqnmdmkx6i9sigqframr85ziyafiz44glwhvhjajfkv42ad2"))))
+      (build-system emacs-build-system)
+      (home-page
+       "https://github.com/DarthFennec/highlight-indent-guides")
+      (synopsis "Minor mode to highlight indentation")
+      (description
+       "This package provides a minor mode to highlight indentation levels via
+font-lock.  Indent widths are dynamically discovered, which means this
+correctly highlights in any mode, regardless of indent width, even in
+languages with non-uniform indentation such as Haskell.  This mode works
+properly around hard tabs and mixed indentation and behaves well in large
+buffers.")
+      (license license:expat))))
+
 (define-public emacs-highlight-indentation
   ;; Last release version is from 2015.
   (let ((commit "d03803f2c06749c430443a3d24e039cbafc9c58f")
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40443: [PATCH] gnu: Add emacs-highlight-indent-guides.
  2020-04-05  4:26 [bug#40443] [PATCH] gnu: Add emacs-highlight-indent-guides LaFreniere, Joseph
@ 2020-04-05  8:23 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-05  8:23 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 40443-done

Hello,

"LaFreniere, Joseph" <joseph@lafreniere.xyz> writes:

> Patch file is attached.

Applied as bdea16a8e6f860b3851340484c5cfcbfca106cc6. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-05  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05  4:26 [bug#40443] [PATCH] gnu: Add emacs-highlight-indent-guides LaFreniere, Joseph
2020-04-05  8:23 ` bug#40443: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.