GNU bug report logs - #26678
[PATCH] gnu: Add emacs-gnuplot-mode.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Thu, 27 Apr 2017 10:27:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#26678: closed (Re: bug#26678: [PATCH] gnu: Add
 emacs-gnuplot-mode.)
Date: Wed, 03 May 2017 19:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26678: [PATCH] gnu: Add emacs-gnuplot-mode.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26678 <at> debbugs.gnu.org.

-- 
26678: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26678
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 26678-done <at> debbugs.gnu.org
Subject: Re: bug#26678: [PATCH] gnu: Add emacs-gnuplot-mode.
Date: Thu, 04 May 2017 00:56:31 +0530
Pushed!

[Message part 3 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: Add emacs-gnuplot-mode.
Date: Thu, 27 Apr 2017 15:55:25 +0530
* gnu/packages/emacs.scm (emacs-gnuplot-mode): New variable.
---
 gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 14d851184..b5307f56a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4519,3 +4519,33 @@ It should enable you to implement low-level X11 applications.")
     (description "EXWM is a full-featured tiling X window manager for Emacs
 built on top of XELB.")
     (license license:gpl3+)))
+
+(define-public emacs-gnuplot-mode
+  (package
+    (name "emacs-gnuplot-mode")
+    (version "0.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/bruceravel/gnuplot-mode/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0glzymrn138lwig7p4cj17x4if5jisr6l4g6wcbxisqkqgc1h01i"))))
+    (build-system gnu-build-system)
+    (native-inputs `(("emacs" ,emacs-minimal)))
+    (arguments
+     `(#:configure-flags
+       (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
+                            "/bin/emacs")
+             (string-append "--with-lispdir="
+                            (assoc-ref %outputs "out")
+                            "/share/emacs/site-lisp/guix.d/gnuplot-mode-"
+                            ,version))))
+    (home-page "https://github.com/bruceravel/gnuplot-mode")
+    (synopsis "Emacs major mode for interacting with gnuplot")
+    (description "@code{emacs-gnuplot-mode} is an emacs major mode for
+interacting with gnuplot.")
+    (license license:gpl2+)))
-- 
2.12.2




This bug report was last modified 8 years and 105 days ago.

Previous Next


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