all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Wilms <t_w_@freenet.de>
To: 32973@debbugs.gnu.org
Subject: [bug#32973] [PATCH] Add emacs-colum-marker package
Date: Sun, 7 Oct 2018 20:17:57 +0200	[thread overview]
Message-ID: <67c24acd-4476-0a1c-29f4-6f9270f9a653@freenet.de> (raw)

* gnu/packages/emacs.scm (emacs-column-marker): 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 1df3456e4..a17798490 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -39,6 +39,7 @@
  ;;; Copyright © 2018 Jack Hill <jackhill@jackhill.us>
  ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
  ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
+;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -12355,3 +12356,23 @@ with a handful of easy tweaks.
  scratch, and you think the Spacemacs theme looks good.
  @end itemize")
      (license license:gpl3+)))
+
+(define-public emacs-column-marker
+  (package
+   (name "emacs-column-marker")
+   (version "9")
+   (source
+    (origin
+     (method url-fetch)
+     (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
+     (sha256 (base32 
"05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
+   (build-system emacs-build-system)
+   (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
+   (synopsis "Emacs mode for highlighting columns")
+   (description
+    "With @code{column-marker.el} you can highlight any number of text 
columns.
+3 such highlight column markers are provided by default. This is 
especially
+useful for languages like COBOL or Fortran where certain columns have 
special
+meaning. It is also handy for aligning text across long vertical 
distances.
+Multi-column characters, such as ‘TAB’ are treated correctly.")
+   (license license:gpl2+)))
-- 
2.19.0


-- 
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/

             reply	other threads:[~2018-10-07 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-07 18:17 Thorsten Wilms [this message]
2018-10-08 16:21 ` [bug#32973] [PATCH] Add emacs-colum-marker package Ludovic Courtès
2018-10-08 19:12   ` [bug#32973] [PATCH 1/2] " Thorsten Wilms
2018-10-08 20:53     ` bug#32973: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67c24acd-4476-0a1c-29f4-6f9270f9a653@freenet.de \
    --to=t_w_@freenet.de \
    --cc=32973@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.