From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 25 06:29:35 2019 Received: (at submit) by debbugs.gnu.org; 25 Jan 2019 11:29:36 +0000 Received: from localhost ([127.0.0.1]:44595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gmzft-00037U-VX for submit@debbugs.gnu.org; Fri, 25 Jan 2019 06:29:35 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gmzfr-00037E-Il for submit@debbugs.gnu.org; Fri, 25 Jan 2019 06:29:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:51133) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmzfm-0000fP-E7 for submit@debbugs.gnu.org; Fri, 25 Jan 2019 06:29:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmzfl-0000F5-8i for guix-patches@gnu.org; Fri, 25 Jan 2019 06:29:22 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmzfk-0000do-1Z for guix-patches@gnu.org; Fri, 25 Jan 2019 06:29:21 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:48776) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmzfj-0000cN-HM for guix-patches@gnu.org; Fri, 25 Jan 2019 06:29:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yMAkh+dtfdBmjzQGxtFRsqS06JpCff7dfAn0FFMUO9k=; b=Kc3Ayw5ZGJoPwngkzGpf/JyPqY Vho2iAbZUxtGPU9Nlz8vEi9CbwOw/BH62Mn1wr6PGWhazKmin+dS3BKzjqiAUEDQgsszDxXxsLEM/ zmO6bx5vRcFQitBEU7r9LkeMJ9ALBNnSD3BHzft1hiUl3K78++NDhG8vByzncECLI6yU=; Received: from [14.139.128.10] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gmzfc-0004Vs-Kh for guix-patches@gnu.org; Fri, 25 Jan 2019 16:59:13 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode. Date: Fri, 25 Jan 2019 16:59:04 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 45.77.148.100 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-emacs-mkmcc-gnuplot-mode.patch Content-Transfer-Encoding: quoted-printable From=2040f6d899c87923a5967a2aa9138b490e7b119229 Mon Sep 17 00:00:00 2001 From: Arun Isaac 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. =2D-- 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 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright =C2=A9 2016 Alex Griffin ;;; Copyright =C2=A9 2016, 2017, 2018, 2019 Nicolas Goaziou ;;; Copyright =C2=A9 2016, 2017, 2018 Alex Vong =2D;;; Copyright =C2=A9 2016, 2017, 2018 Arun Isaac +;;; Copyright =C2=A9 2016, 2017, 2018, 2019 Arun Isaac ;;; Copyright =C2=A9 2017 Christopher Baines ;;; Copyright =C2=A9 2017, 2018 Mathieu Othacehe ;;; Copyright =C2=A9 2017, 2018, 2019 Cl=C3=A9ment Lassieur @@ -12970,3 +12970,25 @@ comments.") (description "This package provides an Emacs major mode which acts a= s 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+))) =2D-=20 2.19.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlxK8wAACgkQLiXui2GA K7OzlQgAj7bdbKHlRpfdupc6Qt79ftiizmIdJmcSv0ogrCkNh1I69jBc53ksG3f1 7iBJmoAW7L6tHFZQUnX8Uww3eAB+p0XblZ0cte/w5a9tV1mbUK18xHJ927FX34O9 wEX2dMEfHj5PoyYyA9CLdhwiYk0++j5Jaiy05zOllsCfoaE+0LAWfu2CxKN7yMS6 7Hlo+AZM887F7CPVfS8R/+jDll5wIxWgp2CJg0TRHK9qkJ3RfKk+1LixbvkfHQBk OwiMtXhA0/VKaUSI5U+h5vaHUk2Q0ReijqT1CJF6n+GKMb7YzVVoPm8lH2APBS/x Dl3ntIh/AoUlj0cky87FvoaJdHKFVA== =G7KN -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 31 17:22:14 2019 Received: (at 34194) by debbugs.gnu.org; 31 Jan 2019 22:22:14 +0000 Received: from localhost ([127.0.0.1]:53484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpKir-0003f4-Ny for submit@debbugs.gnu.org; Thu, 31 Jan 2019 17:22:13 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38183) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpKiq-0003eq-5e for 34194@debbugs.gnu.org; Thu, 31 Jan 2019 17:22:12 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id DA3A220B77; Thu, 31 Jan 2019 17:22:06 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Thu, 31 Jan 2019 17:22:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=IzXJbn/dm5jSx3jqrZ40mLlfWh dLX6UqgisdIMqsEHs=; b=IgCZqa68sf64vJTWG67ydQ/bJATHnk65N3L2lkNNcQ 6xMD11PnEzhzKlpYsxrBwa/GJ8pbdpR5iwDT7nYwLPQ4QmTezW0LUbQcLUdlDdgf HofEa3DiLS9O4NIXHfUJjGm3EFVt6arj+6cLmvAiztxMuyYchi+KNseX7J6ZtFeV W6dEccdODQzXMGqtSOEA3xAhlVO41V+mQU0x4jYJ+pb6AiMs2v9i4tfZBlCThtSD n4eX8oJu75vQ7ZI4SauvsT4S+DtMWAeEe5JJtCbArKNkyGZS8kBzrakuwQuOq8F5 tXFAh/HBdvrodk3SZi8WQUXrbmkmJ/opoFB/8sm3VTmg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=IzXJbn /dm5jSx3jqrZ40mLlfWhdLX6UqgisdIMqsEHs=; b=LwpPDEe/Xoq9Ji1E7ct8JJ OZ3gV7aCM+4SP5rI6cr7NEcqhOmA1BqHsOYieIHav3vxHGp6VUfXERqD6tPhnvWi AseeoGL0kvKO86IGBO9dUhrgEEC/iy8Z4oyMhXSJMN3dKDS8dF78eQk3lxAPNWGs CaghfxiBMoWA+oZPALBkHHQrnDMxtp4oNkD5RuZDKnfyDv/ytK829O08CyvhIBxC j/oibybKCx5kXd1YxlZQ3tqYVPAMdf+lK8Ko8sfaDK1BsH2k3cK21/TgX4v9EeOk mB6xkzCVPbfzyWL8bnf/HW/dqlVKYvHkOlSMCJIPpUc2GiIeC1wHvfBJBVMh7bLQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrjeeigdduiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffujghffg ffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhiuhhsuceurghkkhgvuceomhgs rghkkhgvsehfrghsthhmrghilhdrtghomheqnecukfhppeeivddrudeirddvvdeirdduge dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrshhtmhgrihhlrdgt ohhmnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id 03AD910086; Thu, 31 Jan 2019 17:22:05 -0500 (EST) From: Marius Bakke To: Arun Isaac , 34194@debbugs.gnu.org Subject: Re: [bug#34194] [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode. In-Reply-To: References: User-Agent: Notmuch/0.28 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu) Date: Thu, 31 Jan 2019 23:22:04 +0100 Message-ID: <87k1ik8o37.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34194 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Arun Isaac 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlxTdQwACgkQoqBt8qM6 VPrh+QgAzQE4gcpvnIR6PqCSKdXs0nJVnY5imkkw0kCWHA0SR4RVKDrGwtWTizTH bf+/ANs1wenFYqobOgzXBa6hXa6jAQphUw8y2nfU488DtyGu6T7SVXkjHCBiXBN3 zlhJJKJrr7xMy1C2EiKHnDBoasoqH2Wlfu6Wcv3FNsF0ZmeJ94qPTaXyFjtj9uGw 7F/anf7Fy1XAFYyGeznKLRQA/qFZ9JvboHztnVjlFwT5vHBhqXoDUIwRk8nNg2fA k5RFFZ7KAdaudkQNo+mo7QePxs9BMOpEp4hzaLbv2sBjGeCqqKX3Jhz3u6D1XDSd cGZ077lI+98I/A4ooLeE72emnfyWUA== =nWfJ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 01 14:54:23 2019 Received: (at 34194-done) by debbugs.gnu.org; 1 Feb 2019 19:54:23 +0000 Received: from localhost ([127.0.0.1]:55280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpetK-000156-UD for submit@debbugs.gnu.org; Fri, 01 Feb 2019 14:54:23 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:43136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpetI-00014x-TQ for 34194-done@debbugs.gnu.org; Fri, 01 Feb 2019 14:54:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=wLLb9SU7UA3/dbmWk4Dnd35P1u4LjVtbliwsJ8biJfw=; b=mwfh0DUS1CpIBXmrpkFdMEXMi 3yXdXVjuskofDPD70AcXZE7yz6dba0WOqGDr7qpdK3kLKWinzWCOsHlsmetPnRE9ZvnoT0wFkTKqb /UhU+Zz48vUp+3DCq9P+D6WHfRszOJYDiZazy51C3liPhsiR/VmRX0dgvp2YZCsMab3wg=; Received: from [103.5.134.173] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gpetE-0002T2-1y; Sat, 02 Feb 2019 01:24:17 +0530 From: Arun Isaac To: Marius Bakke Subject: Re: [bug#34194] [PATCH] gnu: Add emacs-mkmcc-gnuplot-mode. In-Reply-To: <87k1ik8o37.fsf@fastmail.com> References: <87k1ik8o37.fsf@fastmail.com> Date: Sat, 02 Feb 2019 01:23:41 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.7 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> + (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." [...] Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_PASS SPF: sender matches SPF record 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] X-Debbugs-Envelope-To: 34194-done Cc: 34194-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> + (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." [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain >> + (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! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlxUo8UACgkQLiXui2GA K7MQUgf/R2qyTQyCIp0VyxwKR6wkqrhTlKvqVZRl5AauFENnUgDZWaz1Aygl6oYG L+gSpcjf4S01bv87/8S965R0kmLv1Z4eITqHIb/nutB2TgEMZ8TRSD58WGOrtk1L mywY6fywjcbDTBot+0pdtGr0SKSaZ0SXd89bWiKU9Dw6h4vleOKWYaGfDcgdDhVK x8hTwM1n6pSpXTVI4/Oat/7YjIIKN/JruSCLxkx7dkIfxzxRGYDSgGf9+l9OuxHV SBakfq2Qo2hTBOYYTr8Oy1wpbV5GZ0FAJbkkRFsTHmy2hyaSKEXh8sppvE9dFM5K hJiolq4aQdwgGyHFRFdNUhsO5H2dqg== =OMcP -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 22:45:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 02 Mar 2019 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator