* [bug#34194] [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode.
@ 2019-01-25 11:29 Arun Isaac
2019-01-31 22:22 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2019-01-25 11:29 UTC (permalink / raw)
To: 34194
[-- Attachment #1.1: Type: text/plain, Size: 302 bytes --]
I have packaged mkmcc's gnuplot-mode. We already have another
gnuplot-mode (bruceravel's gnuplot-mode) packaged for Guix. But
bruceravel's gnuplot-mode does not seem to be maintained. mkmcc's
gnuplot-mode is a separate project and is somewhat better
maintained. So, it could be of use to Guix users.
[-- Attachment #1.2: 0001-gnu-Add-emacs-mkmcc-gnuplot-mode.patch --]
[-- Type: text/x-patch, Size: 2331 bytes --]
From 40f6d899c87923a5967a2aa9138b490e7b119229 Mon Sep 17 00:00:00 2001
From: Arun Isaac <arunisaac@systemreboot.net>
Date: Fri, 25 Jan 2019 16:52:40 +0530
Subject: [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode.
* gnu/packages/emacs-xyz.scm (emacs-mkmcc-gnuplot-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd084bd2d8..2db372fe07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16,7 +16,7 @@
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016, 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2017, 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2018, 2019 Clément Lassieur <clement@lassieur.org>
@@ -12970,3 +12970,25 @@ comments.")
(description "This package provides an Emacs major mode which acts as a
front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).")
(license license:gpl3+))))
+
+(define-public emacs-mkmcc-gnuplot-mode
+ (package
+ (name "emacs-mkmcc-gnuplot-mode")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mkmcc/gnuplot-mode")
+ (commit "601f6392986f0cba332c87678d31ae0d0a496ce7")))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"))))
+ (build-system emacs-build-system)
+ (home-page "https://mkmcc.github.io/software/gnuplot-mode.html")
+ (synopsis "Minimal emacs major mode for editing gnuplot scripts")
+ (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
+mode for editing gnuplot scripts. It only provides syntax highlighting,
+indentation and a command to plot the file.")
+ (license license:gpl3+)))
--
2.19.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#34194] [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode.
2019-01-25 11:29 [bug#34194] [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode Arun Isaac
@ 2019-01-31 22:22 ` Marius Bakke
2019-02-01 19:53 ` bug#34194: " Arun Isaac
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2019-01-31 22:22 UTC (permalink / raw)
To: Arun Isaac, 34194
[-- Attachment #1: Type: text/plain, Size: 687 bytes --]
Arun Isaac <arunisaac@systemreboot.net> writes:
> I have packaged mkmcc's gnuplot-mode. We already have another
> gnuplot-mode (bruceravel's gnuplot-mode) packaged for Guix. But
> bruceravel's gnuplot-mode does not seem to be maintained. mkmcc's
> gnuplot-mode is a separate project and is somewhat better
> maintained. So, it could be of use to Guix users.
Thanks!
> * gnu/packages/emacs-xyz.scm (emacs-mkmcc-gnuplot-mode): New variable.
[...]
> + (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
> +mode for editing gnuplot scripts. It only provides syntax highlighting,
> +indentation and a command to plot the file.")
Maybe 's/only//'? LGTM, anyway.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34194: [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode.
2019-01-31 22:22 ` Marius Bakke
@ 2019-02-01 19:53 ` Arun Isaac
0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2019-02-01 19:53 UTC (permalink / raw)
To: Marius Bakke; +Cc: 34194-done
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
>> + (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
>> +mode for editing gnuplot scripts. It only provides syntax highlighting,
>> +indentation and a command to plot the file.")
>
> Maybe 's/only//'? LGTM, anyway.
I made this change and pushed to master. Thanks for the review!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-01 19:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25 11:29 [bug#34194] [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode Arun Isaac
2019-01-31 22:22 ` Marius Bakke
2019-02-01 19:53 ` bug#34194: " Arun Isaac
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).