GNU bug report logs - #32973
[PATCH] Add emacs-colum-marker package

Previous Next

Package: guix-patches;

Reported by: t_w_ <at> freenet.de

Date: Sun, 7 Oct 2018 18:21:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 32973 in the body.
You can then email your comments to 32973 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#32973; Package guix-patches. (Sun, 07 Oct 2018 18:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to t_w_ <at> freenet.de:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 07 Oct 2018 18:21:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thorsten Wilms <t_w_ <at> freenet.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add emacs-colum-marker package
Date: Sun, 7 Oct 2018 20:17:57 +0200
* 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 <at> jackhill.us>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby <at> inria.fr>
 ;;; Copyright © 2018 Alex Branham <alex.branham <at> gmail.com>
+;;; Copyright © 2018 Thorsten Wilms <t_w_ <at> 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/




Information forwarded to guix-patches <at> gnu.org:
bug#32973; Package guix-patches. (Mon, 08 Oct 2018 16:22:01 GMT) Full text and rfc822 format available.

Message #8 received at 32973 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Thorsten Wilms <t_w_ <at> freenet.de>
Cc: 32973 <at> debbugs.gnu.org
Subject: Re: [bug#32973] [PATCH] Add emacs-colum-marker package
Date: Mon, 08 Oct 2018 18:21:45 +0200
Hello Thorsten,

Thorsten Wilms <t_w_ <at> freenet.de> skribis:

> * gnu/packages/emacs.scm (emacs-column-marker): New Variable.

[...]

> +    "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

Looks like your mail client munged the patch.  Could you disable line
wrapping and resend it, or use ‘git send-email’ to send it?

Thanks in advance!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#32973; Package guix-patches. (Mon, 08 Oct 2018 19:17:02 GMT) Full text and rfc822 format available.

Message #11 received at 32973 <at> debbugs.gnu.org (full text, mbox):

From: Thorsten Wilms <t_w_ <at> freenet.de>
To: 32973 <at> debbugs.gnu.org
Cc: Thorsten Wilms <t_w_ <at> freenet.de>
Subject: [PATCH 1/2] Add emacs-colum-marker package.
Date: Mon,  8 Oct 2018 21:12:54 +0200
---
 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 <at> jackhill.us>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby <at> inria.fr>
 ;;; Copyright © 2018 Alex Branham <alex.branham <at> gmail.com>
+;;; Copyright © 2018 Thorsten Wilms <t_w_ <at> 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





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 08 Oct 2018 20:54:02 GMT) Full text and rfc822 format available.

Notification sent to t_w_ <at> freenet.de:
bug acknowledged by developer. (Mon, 08 Oct 2018 20:54:02 GMT) Full text and rfc822 format available.

Message #16 received at 32973-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Thorsten Wilms <t_w_ <at> freenet.de>
Cc: 32973-done <at> debbugs.gnu.org
Subject: Re: [bug#32973] [PATCH 1/2] Add emacs-colum-marker package.
Date: Mon, 08 Oct 2018 22:53:34 +0200
[Message part 1 (text/plain, inline)]
Thorsten Wilms <t_w_ <at> freenet.de> skribis:

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

Applied with the minor changes below and a commit log.

Thank you!

Ludo’.

[Message part 2 (text/x-patch, inline)]
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+)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Nov 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 230 days ago.

Previous Next


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