unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29636] [PATCH] gnu: Add emacs-csv-mode.
@ 2017-12-10  3:48 Maxim Cournoyer
  2017-12-11 16:01 ` bug#29636: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Cournoyer @ 2017-12-10  3:48 UTC (permalink / raw)
  To: 29636


[-- Attachment #1.1: Type: text/plain, Size: 159 bytes --]

Hello!

This adds csv-mode, which can be used to visualize and manipulate CSV
data in Emacs. It was mostly generated using the ELPA importer.

Thanks,

Maxim


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-emacs-csv-mode.patch --]
[-- Type: text/x-patch, Size: 1536 bytes --]

From dd6bab09ddaeae1b0220067c78d2e3229c0e7f42 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Sat, 9 Dec 2017 22:39:00 -0500
Subject: [PATCH] gnu: Add emacs-csv-mode.

* gnu/packages/emacs.scm (emacs-csv-mode): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 77da8f2f2..21f611c9c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6297,6 +6297,28 @@ and shell-command prompts that are based on bash completion.")
 let users kill or mark things easily.")
     (license license:gpl3+)))
 
+(define-public emacs-csv-mode
+  (package
+    (name "emacs-csv-mode")
+    (version "1.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
+                           version ".el"))
+       (sha256
+        (base32
+         "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
+    (build-system emacs-build-system)
+    (home-page
+     "http://elpa.gnu.org/packages/csv-mode.html")
+    (synopsis
+     "Major mode for editing comma/char separated values")
+    (description
+     "This Emacs package implements CSV mode, a major mode for editing records
+in a generalized CSV (character-separated values) format.")
+    (license license:gpl3+)))
+
 (define-public emacs-transmission
   (package
     (name "emacs-transmission")
-- 
2.14.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#29636: [PATCH] gnu: Add emacs-csv-mode.
  2017-12-10  3:48 [bug#29636] [PATCH] gnu: Add emacs-csv-mode Maxim Cournoyer
@ 2017-12-11 16:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-12-11 16:01 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 29636-done

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> From dd6bab09ddaeae1b0220067c78d2e3229c0e7f42 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> Date: Sat, 9 Dec 2017 22:39:00 -0500
> Subject: [PATCH] gnu: Add emacs-csv-mode.
>
> * gnu/packages/emacs.scm (emacs-csv-mode): New variable.

Applied, thanks!

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

end of thread, other threads:[~2017-12-11 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-10  3:48 [bug#29636] [PATCH] gnu: Add emacs-csv-mode Maxim Cournoyer
2017-12-11 16:01 ` bug#29636: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).