emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32973: closed ([PATCH] Add emacs-colum-marker pack


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32973: closed ([PATCH] Add emacs-colum-marker package)
Date: Mon, 08 Oct 2018 20:54:02 +0000

Your message dated Mon, 08 Oct 2018 22:53:34 +0200
with message-id <address@hidden>
and subject line Re: [bug#32973] [PATCH 1/2] Add emacs-colum-marker package.
has caused the debbugs.gnu.org bug report #32973,
regarding [PATCH] Add emacs-colum-marker package
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32973: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32973
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Add emacs-colum-marker package Date: Sun, 7 Oct 2018 20:17:57 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
* 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 <address@hidden>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
 ;;; Copyright © 2018 Alex Branham <address@hidden>
+;;; Copyright © 2018 Thorsten Wilms <address@hidden>
 ;;;
 ;;; 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/



--- End Message ---
--- Begin Message --- Subject: Re: [bug#32973] [PATCH 1/2] Add emacs-colum-marker package. Date: Mon, 08 Oct 2018 22:53:34 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Thorsten Wilms <address@hidden> skribis:

> ---
>  gnu/packages/emacs.scm | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)

Applied with the minor changes below and a commit log.

Thank you!

Ludo’.

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0cfc4e439..c9493dabd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12369,8 +12369,9 @@ scratch, and you think the Spacemacs theme looks good.
     (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.")
+Three 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 @kbd{TAB} are treated
+correctly.")
     (license license:gpl2+)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]