From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 24 12:02:48 2018 Received: (at submit) by debbugs.gnu.org; 24 Mar 2018 16:02:48 +0000 Received: from localhost ([127.0.0.1]:51615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ezld2-0002bB-Gw for submit@debbugs.gnu.org; Sat, 24 Mar 2018 12:02:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55497) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ezld0-0002aw-Ui for submit@debbugs.gnu.org; Sat, 24 Mar 2018 12:02:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezlbr-0001b4-PF for submit@debbugs.gnu.org; Sat, 24 Mar 2018 12:02:41 -0400 Received: from lists.gnu.org ([2001:4830:134:3::11]:39205) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ezlbr-0001as-MP for submit@debbugs.gnu.org; Sat, 24 Mar 2018 12:01:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezlam-0000Xd-BD for guix-patches@gnu.org; Sat, 24 Mar 2018 12:01:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezlZi-0008Mm-Ea for guix-patches@gnu.org; Sat, 24 Mar 2018 12:00:28 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:38604 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezlZi-0008MA-7g for guix-patches@gnu.org; Sat, 24 Mar 2018 11:59:22 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 4162A13D067; Sat, 24 Mar 2018 15:59:21 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id B42CB13D064 for ; Sat, 24 Mar 2018 15:59:20 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 67606f0d for ; Sat, 24 Mar 2018 15:59:20 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-puppet-mode. Date: Sat, 24 Mar 2018 15:59:20 +0000 Message-Id: <20180324155920.970-1-mail@cbaines.net> X-Mailer: git-send-email 2.16.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) 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: -4.0 (----) * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. --- gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index de0ee358d..a6dc5d866 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -2772,6 +2772,30 @@ This provides a basic API and common UI widgets such as popup tooltips and popup menus.") (license license:gpl3+))) +(define-public emacs-puppet-mode + (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2") + (revision "1")) + (package + (name "emacs-puppet-mode") + (version (git-version "0.3" revision commit)) + (source + (origin + (method url-fetch) + (uri (string-append + "https://raw.githubusercontent.com/voxpupuli/puppet-mode/" + commit "/puppet-mode.el")) + (sha256 + (base32 + "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm")))) + (build-system emacs-build-system) + (home-page "https://github.com/voxpupuli/puppet-mode") + (synopsis "Emacs major mode for the Puppet configuration language") + (description + "This package provides support for the Puppet configuration language, +including syntax highlighting, indentation of expressions and statements, +linting of manifests and integration with Puppet Debugger.") + (license license:gpl3+)))) + (define-public emacs-god-mode (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964") (revision "1")) -- 2.16.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 26 13:54:10 2018 Received: (at 30925) by debbugs.gnu.org; 26 Mar 2018 17:54:10 +0000 Received: from localhost ([127.0.0.1]:54685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f0WJt-0004kO-TJ for submit@debbugs.gnu.org; Mon, 26 Mar 2018 13:54:10 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:53907) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f0WJs-0004jo-4s for 30925@debbugs.gnu.org; Mon, 26 Mar 2018 13:54:08 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id B4C3C21B57; Mon, 26 Mar 2018 13:54:07 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Mon, 26 Mar 2018 13:54:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=P3iT0LsnL+EBLoWOqct4GLk2JPhWmd2cJ+H17XNuDbk=; b=KqcAD4vW 1QmFA7FA1chtI+/l87df1U9HnJnbEqy+fGrRBlGXqkYMgItWidG5zuZEXgpy1oTU hOSIw6GFxEBEIFZ2yW4iiKOhx9Xyv3IdNxQKXszDATK3AwEAJk794fqT1oPbPQ9g qhsiWzt4CxjROxkyT/ZTWqU7Z8KCXe0Orsgksyx4rFMu5Uke5WG1+dm7WIZIRwuS T/yT6pfuZlpVaAQc2IIIxf/tuLzq5jHYL3tENJNUYQYsSs0DNT/Km6dfksMzXwU0 niy17GNXrqv3o9R1BW4pvsCSCyzBMth/1CN2lUcQPLD1n/rDxCfnXNkfvNbl44Gp rbjlP+SCNs7XeQ== 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-sender :x-me-sender:x-sasl-enc; s=fm2; bh=P3iT0LsnL+EBLoWOqct4GLk2JPhWm d2cJ+H17XNuDbk=; b=JxcuWT6O5LOEVJCD0IJ0rU9sk7L0YRFPjE77uxOh+sRqQ uPyx0b+e39vseNDIoQBep/sMy7w9uN7qIFlPPOWtvl4u2xpfZObb2edAUm1HNNvM pCa8WCWnEhk+pN5+L8S0m0YFipuhWsUWoU4a5idWRazCARWen7TXqelGkLxZYDFN AA85kXkVp/jAF33k2Ifk6Q5z/buy/FTQ6Bpq+6q6UhEfy8bqlZBTLX/nkM3AYTU4 UzHoNLVYaLpqT3hRtCrPHY/nBekS3/zCGCBz7pwUQN7D9f5D8MQG7/T5ABBKwhQf nJeLEXsIR7copFawTuiFRsuCNYup5U01kxvmArInA== X-ME-Sender: Received: from localhost (ti0089a400-2222.bb.online.no [88.89.166.190]) by mail.messagingengine.com (Postfix) with ESMTPA id 4305C10252; Mon, 26 Mar 2018 13:54:07 -0400 (EDT) From: Marius Bakke To: Christopher Baines , 30925@debbugs.gnu.org Subject: Re: [bug#30925] [PATCH] gnu: Add emacs-puppet-mode. In-Reply-To: <20180324155920.970-1-mail@cbaines.net> References: <20180324155920.970-1-mail@cbaines.net> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Mon, 26 Mar 2018 19:54:05 +0200 Message-ID: <87370mk9j6.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: 30925 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.7 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Christopher Baines writes: > * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. [...] =20=20 > +(define-public emacs-puppet-mode > + (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2") > + (revision "1")) > + (package > + (name "emacs-puppet-mode") > + (version (git-version "0.3" revision commit)) Maybe mention why we can't take the 0.3 tag? > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://raw.githubusercontent.com/voxpupuli/puppet-mode/" > + commit "/puppet-mode.el")) It would be nice to install the README too, but no strong opinion. > + (sha256 > + (base32 > + "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm")))) > + (build-system emacs-build-system) > + (home-page "https://github.com/voxpupuli/puppet-mode") > + (synopsis "Emacs major mode for the Puppet configuration language") > + (description > + "This package provides support for the Puppet configuration langu= age, > +including syntax highlighting, indentation of expressions and statements, > +linting of manifests and integration with Puppet Debugger.") > + (license license:gpl3+)))) Perhaps mention in a comment that it includes ASL code, as mentioned in puppet-mode.el. LGTM otherwise. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlq5M70ACgkQoqBt8qM6 VPorcAf9H1dlyH/fV7E2fpvJjKHvVEnlE5dp7rOSJEJAJBTwdcFL9x922rB2d4sv N/tNM6IPS1wcQ3EOQoFg/lPihA6P0RxtwfZP5kNdCqdlR93NB5yiuZ+XoIWZrBrA K6iIsyKGvSARwVZ5wXi2gL5xhd9vV8Oujk/AVgQCicMk2xaylu3NqdL9OqruVDk7 i7ubyPJgoRlOZgvjuGMBYYaReDK4heTfeWYFWJWj6oM7nnk7jnrShztXJa8grxpX 7cwNpcc1utclbZ13HwdYhgp9chiODW7Kuqgc2OziAZ6XCzDCIrcdQTW6W3PbywnT 7uTcma4KXLrCwJxS2Kme2DRhaHVttQ== =23pp -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu May 17 10:32:17 2018 Received: (at 30925) by debbugs.gnu.org; 17 May 2018 14:32:17 +0000 Received: from localhost ([127.0.0.1]:38688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJJx2-0008Vq-Um for submit@debbugs.gnu.org; Thu, 17 May 2018 10:32:17 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:38390 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJJx0-0008Vg-Q1 for 30925@debbugs.gnu.org; Thu, 17 May 2018 10:32:15 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 0F05516273; Thu, 17 May 2018 15:32:14 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 506AC16262; Thu, 17 May 2018 15:32:13 +0100 (BST) Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 85e27093; Thu, 17 May 2018 14:32:12 +0000 (UTC) References: <20180324155920.970-1-mail@cbaines.net> <87370mk9j6.fsf@fastmail.com> User-agent: mu4e 1.0; emacs 25.3.1 From: Christopher Baines To: Marius Bakke Subject: Re: [bug#30925] [PATCH] gnu: Add emacs-puppet-mode. In-reply-to: <87370mk9j6.fsf@fastmail.com> Date: Thu, 17 May 2018 15:32:10 +0100 Message-ID: <87603mgxp1.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30925 Cc: 30925@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.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Marius Bakke writes: > Christopher Baines writes: > >> * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. > > [...] >=20=20=20 >> +(define-public emacs-puppet-mode >> + (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2") >> + (revision "1")) >> + (package >> + (name "emacs-puppet-mode") >> + (version (git-version "0.3" revision commit)) > > Maybe mention why we can't take the 0.3 tag? > >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append >> + "https://raw.githubusercontent.com/voxpupuli/puppet-mode= /" >> + commit "/puppet-mode.el")) > > It would be nice to install the README too, but no strong opinion. > >> + (sha256 >> + (base32 >> + "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm")))) >> + (build-system emacs-build-system) >> + (home-page "https://github.com/voxpupuli/puppet-mode") >> + (synopsis "Emacs major mode for the Puppet configuration language= ") >> + (description >> + "This package provides support for the Puppet configuration lang= uage, >> +including syntax highlighting, indentation of expressions and statement= s, >> +linting of manifests and integration with Puppet Debugger.") >> + (license license:gpl3+)))) > > Perhaps mention in a comment that it includes ASL code, as mentioned in > puppet-mode.el. Hey Marius, Thanks for taking a look at this. I don't follow about the ASL code through, what's that? Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlr9kmpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xdtuw/8CLHhZXVYWrxf/SP5HBvNLj1/QBd4t7vDBH3mFTVWAq6Qiufe2udjgZmB bL4PvYSiPchvVzsZEVXp/suShBqD8w67UMYMqK14m9eq2lM7eNeEBWE0fwQiNNJz Mti5p3WBoYyRMDg7jmi1Wu6ki4VDvstFnTd+rFY2nEbCvkJS/LCtWPYswZy0LYSF jTcrDu9kjl9sjXoDUn2La0ZoTHPIOI7hLvrXBPlgA0oGh6NOEI7HwgFtMFXf0l/8 nCAOH8eapgJpOn/030VPO1Y/I7B1+6Dqb/+74b+L9gHvWLDTCgsH01X4hnX8V4dY X/5N3IjdkmBZORrlC1sgdOxXBJXPiSgrEK56R5bzn9qidrrTkR+bS7RoSk3pWpwF 2WyE1a8RfnSstxAB0vob4ugDOEzU+a7QsUeq3juPAnOLpEktmEeZwhJjzy/LXWRc Nwu3tclbBiGgkGPQx1leE69310xABPbDJIRGuIRdJiQMyjlV09R0pwbTsuErWaZ7 1AgwDPNLIN2OUSp2UQpap/RjEolJHtY7jfZf0LnJQjICEni/FsmOBf2CcD2OidfM XGy6M5+5BP23+R/zcnOK6jWceYhwxlyLQ/U8tidiaGUpVwjJZ3ekvyoylfRFHQSs /huNWdORHnU8bQrwRYxLCtOtl6ljxNMV01b3ByqrWOfGNndaa8U= =ouMb -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 11 14:46:25 2018 Received: (at 30925) by debbugs.gnu.org; 11 Jun 2018 18:46:25 +0000 Received: from localhost ([127.0.0.1]:43699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSRph-0001vB-39 for submit@debbugs.gnu.org; Mon, 11 Jun 2018 14:46:25 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:56766 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSRpf-0001v3-9q for 30925@debbugs.gnu.org; Mon, 11 Jun 2018 14:46:23 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 7388F1646E; Mon, 11 Jun 2018 19:46:22 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 283761646C for <30925@debbugs.gnu.org>; Mon, 11 Jun 2018 19:46:22 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id e983f037 for <30925@debbugs.gnu.org>; Mon, 11 Jun 2018 18:46:21 +0000 (UTC) From: Christopher Baines To: 30925@debbugs.gnu.org Subject: [PATCH] gnu: Add emacs-puppet-mode. Date: Mon, 11 Jun 2018 19:46:21 +0100 Message-Id: <20180611184621.4911-1-mail@cbaines.net> X-Mailer: git-send-email 2.17.1 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30925 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.0 (-) * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. --- gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 9caa01a0f..039f52a56 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -3014,6 +3014,33 @@ This provides a basic API and common UI widgets such as popup tooltips and popup menus.") (license license:gpl3+))) +(define-public emacs-puppet-mode + (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2") + (revision "1")) + (package + (name "emacs-puppet-mode") + ;; The last release, 0.3 was several years ago, and there have been many + ;; commits since + (version (git-version "0.3" revision commit)) + (source + (origin + (method url-fetch) + (uri (string-append + "https://raw.githubusercontent.com/voxpupuli/puppet-mode/" + commit "/puppet-mode.el")) + (sha256 + (base32 + "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm")))) + (build-system emacs-build-system) + (home-page "https://github.com/voxpupuli/puppet-mode") + (synopsis "Emacs major mode for the Puppet configuration language") + (description + "This package provides support for the Puppet configuration language, +including syntax highlighting, indentation of expressions and statements, +linting of manifests and integration with Puppet Debugger.") + ;; Also incorporates work covered by the Apache License, Version 2.0 + (license license:gpl3+)))) + (define-public emacs-god-mode (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964") (revision "1")) -- 2.17.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 11 14:54:52 2018 Received: (at 30925) by debbugs.gnu.org; 11 Jun 2018 18:54:52 +0000 Received: from localhost ([127.0.0.1]:43707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSRxs-00026R-Dn for submit@debbugs.gnu.org; Mon, 11 Jun 2018 14:54:52 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:56774 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSRxr-00026C-2Z for 30925@debbugs.gnu.org; Mon, 11 Jun 2018 14:54:51 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 5391E1646D; Mon, 11 Jun 2018 19:54:50 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id E611716455; Mon, 11 Jun 2018 19:54:49 +0100 (BST) Received: from giedi (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id c0f5b99b; Mon, 11 Jun 2018 18:54:49 +0000 (UTC) References: <20180324155920.970-1-mail@cbaines.net> <87370mk9j6.fsf@fastmail.com> User-agent: mu4e 1.0; emacs 26.1 From: Christopher Baines To: Marius Bakke Subject: Re: [bug#30925] [PATCH] gnu: Add emacs-puppet-mode. In-reply-to: <87370mk9j6.fsf@fastmail.com> Date: Mon, 11 Jun 2018 19:54:47 +0100 Message-ID: <87zi012lxk.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30925 Cc: 30925@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.0 (-) --=-=-= Content-Type: text/plain Marius Bakke writes: > Christopher Baines writes: > >> * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. > > [...] > >> +(define-public emacs-puppet-mode >> + (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2") >> + (revision "1")) >> + (package >> + (name "emacs-puppet-mode") >> + (version (git-version "0.3" revision commit)) > > Maybe mention why we can't take the 0.3 tag? I've sent a new patch with a comment. >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append >> + "https://raw.githubusercontent.com/voxpupuli/puppet-mode/" >> + commit "/puppet-mode.el")) > > It would be nice to install the README too, but no strong opinion. I've gone for leaving it out for now, just to keep the package simple. >> + (sha256 >> + (base32 >> + "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm")))) >> + (build-system emacs-build-system) >> + (home-page "https://github.com/voxpupuli/puppet-mode") >> + (synopsis "Emacs major mode for the Puppet configuration language") >> + (description >> + "This package provides support for the Puppet configuration language, >> +including syntax highlighting, indentation of expressions and statements, >> +linting of manifests and integration with Puppet Debugger.") >> + (license license:gpl3+)))) > > Perhaps mention in a comment that it includes ASL code, as mentioned in > puppet-mode.el. I've added this now :) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlsexXdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XddhRAAtCKUCd6eA+449AXy94dX5PdF7mFvW14T1HoMOG8lID6OXJ1MgpMu3qby UaDTuWt/K5Ll6gq/EiU1N5vtAnk9zku9xiOX+eR8jDp608PX5RD8fMA6UZniwkLK ezDPuCr5g2TT545VV4yLlKVEY1b5hHYbh0Cc3IsheJJ0EYPhwVuXVlbz+i/LQBIB YC1z3BZppMqTTDuNFzy0C/wk+TvCs9SgLYSBHtWjjou2NshIzfwwoEF51GuhhLLe U0JnkghmjjiO4Mg1j25GdH7Iqu9hNbRFFyTVHuTwqMMpuvNN/a2CcFcF3Rkp9b9+ C8E/nDAyjuUhpjF//PasaD479pAQH5i1NqAhZC6qw3malbd3NnEW8pB4IkH6S6FK 9XoUInuLtLAjk9iY2P+/VAyiNKPx9DTkP0VOFCSbBknoalw18dqHQolNzM3UORI5 jrc0BnqwEXr6Sx5q3HSjhcTJf5fL8Yy4L1bgAyzdxyMYPmMLjyaVNYQ0yvtp3utX fmVCytVcAIdR/hVX/MA4Ute/k5SRJ8uJ2Cf8zdg9n9C/iFnye82lpIEi8jSYlLJn BDqehLany1EoaFlAIBpvEn5G25X7hoIOYgy49jrGhWavcNR9U0CnO9jpehTFnoZJ T4XHhdFQaD/xFzYF0eT+mU/PD1airdHFbWPPP6sgJf0zY7lQOFw= =Z1LP -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 11 15:03:46 2018 Received: (at 30925) by debbugs.gnu.org; 11 Jun 2018 19:03:46 +0000 Received: from localhost ([127.0.0.1]:43723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSS6U-0002KF-9g for submit@debbugs.gnu.org; Mon, 11 Jun 2018 15:03:46 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSS6S-0002K6-0h for 30925@debbugs.gnu.org; Mon, 11 Jun 2018 15:03:44 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 8D01A21B36; Mon, 11 Jun 2018 15:03:42 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Mon, 11 Jun 2018 15:03:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=h77ckkpVDREUJWEuVypzvcM7/Utfq65zoRRlp4RxC5c=; b=bYqs6a/g ImGzTvZX35Ytl0NZCgfm/dv+fTubyqFnH9ms8PcQFFonwihsAkVMNYGzyC0fjWN7 +qEhY/lA0gcGp7nT0uCTL/+vsqCs1Qm3u6bKpJBOhUrSF9WHOALaWwkSw/J800KO /rSiefSxRqGgM2rirHrcWmrhnCuDoMQEGgXB0yclKrcUS96eNceeSS4e7vfog75P 9Wy0RESUVV6gRqLY8M/EtYTA8aBZbajaCyp7lD1Zc0MoETehl+YC0J20F7fzBvec pPUBwe4Uc9ziwlm50GJrESB/LzlAZNIaf8HojSSlIi62YlIX5d+He4ZiV2Ft7JlV Lu4avxSOYNnxzw== 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-sender :x-me-sender:x-sasl-enc; s=fm3; bh=h77ckkpVDREUJWEuVypzvcM7/Utfq 65zoRRlp4RxC5c=; b=svbSswMnk8F+00a0YdGYuIlEwJEAvBaaHDsBtCLrfQERZ LyCghm+mrTalCnCkA84jakB5LYLI7/xK9Cju5skwGZBovZfpxeHN/JapZBWH/r+F qi4urTnz7HWNLdBQZtb9BYCr0O0RZjk+zLxAp8YuhY3GXAuFoNUgFbU8tRqGPJLa OG1JjoBUYq3+kqouHRaBwTtb94+mM0ibYA8+1CCDZN1YX6T7xQbnGG14u9Eeud6s R0LzZWR9rt1zqpvpqqZ5cgI8nUzx3ECD8KVclmp0UliwH7aJnqc9/nSV4t1VI7H2 3jimU6gaIoG3p+PozNvDdyxqfw1dqZorDUnJOBFpw== X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from localhost (95.92-221-151.customer.lyse.net [92.221.151.95]) by mail.messagingengine.com (Postfix) with ESMTPA id F3CE71026B; Mon, 11 Jun 2018 15:03:41 -0400 (EDT) From: Marius Bakke To: Christopher Baines , 30925@debbugs.gnu.org Subject: Re: [bug#30925] [PATCH] gnu: Add emacs-puppet-mode. In-Reply-To: <20180611184621.4911-1-mail@cbaines.net> References: <20180324155920.970-1-mail@cbaines.net> <20180611184621.4911-1-mail@cbaines.net> User-Agent: Notmuch/0.26.2 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu) Date: Mon, 11 Jun 2018 21:03:40 +0200 Message-ID: <87sh5tp2lv.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: 30925 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 Christopher Baines writes: > * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. LGTM, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlsex4wACgkQoqBt8qM6 VPrVdQf/T6Q5ZAsTkbmopZY9E7jm/PLGpkiZybuG0RWfIQ8/Gs/xoxdv+yH2wniR jnEsXiN0ld/xYthGrtxxO058tvS+nS/q5z4Ocio2TIBc5t9KIJkqHxK9orss5s45 cWoXrS77w6Tq45qoXlDQrkW0V6JqAGfgKiZedPCqW5WcZFSKPgrPwdPOJNDfMnqj mXNSGHsS6MeAThBcEhrLjhOj3byy8q+To5zAaxlu2+Yms+iUH+5xM0+PEyDwOorw 81B255XkLQe46IiMJnrMbBtZmh5uRfMuWr9/GC4a+Dk0Ocd+n1aQWVepKyh1S4/1 Id7y9qVYq5DG3Nj8KWa34OEF6+Uwvw== =Hb2i -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 12 02:58:42 2018 Received: (at 30925-done) by debbugs.gnu.org; 12 Jun 2018 06:58:42 +0000 Received: from localhost ([127.0.0.1]:43982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSdGL-0007s1-R1 for submit@debbugs.gnu.org; Tue, 12 Jun 2018 02:58:42 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:57064 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSdGK-0007ru-8S for 30925-done@debbugs.gnu.org; Tue, 12 Jun 2018 02:58:40 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id BFC641647D; Tue, 12 Jun 2018 07:58:39 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 687D616414; Tue, 12 Jun 2018 07:58:39 +0100 (BST) Received: from giedi (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d32ef7e0; Tue, 12 Jun 2018 06:58:39 +0000 (UTC) References: <20180324155920.970-1-mail@cbaines.net> <20180611184621.4911-1-mail@cbaines.net> <87sh5tp2lv.fsf@fastmail.com> User-agent: mu4e 1.0; emacs 26.1 From: Christopher Baines To: Marius Bakke Subject: Re: [bug#30925] [PATCH] gnu: Add emacs-puppet-mode. In-reply-to: <87sh5tp2lv.fsf@fastmail.com> Date: Tue, 12 Jun 2018 07:58:38 +0100 Message-ID: <87tvq832zl.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30925-done Cc: 30925-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.0 (-) --=-=-= Content-Type: text/plain Marius Bakke writes: > Christopher Baines writes: > >> * gnu/packages/emacs.scm (emacs-puppet-mode): New variable. > > LGTM, thanks! Great, I've pushed this now :) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlsfbx5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfMEQ//RpfOzbErzq5ywP6xb2sLNCw2b7CpD6Hm39i2g+1JFd42IIBA+54y+tQK 0rhPu93XAcjEs/PLqBEoJFG1CWIMNtFc07he3RcwRxRFPs67odXx7tRUUgnM9Nr5 3f/eVGOL1PkqL9HcfRlEBm4nnbCaRZIz37UhQflpEn2LtNWDPo3AvP4ayMOjABBs F2StM3LUqcdp3LgAY62IuDJW9y9bb1wxKTzb/C1lNpNu/5+XN5V8A0SRDf9884BN WKzt8YWtFCsKYz+paNr00b2h7DjMT+DGYyLnHXG3e7E8d5J2krwj0sTYQ218BoLO VJcgqTqlDKRjQ2/8KlDfGSrxs/0VE70qL9A6/aQqq8IQUW7ZCc4czmjbdIxoZyZJ P/8JFFV2yXg88uvRXQH8ysQHFmCHLakG35oDi/sL/5Li2RO/L5Pi/7mcSLWL5/d2 WZYjfUvsIfvfR68ctFs0ZMxi4v7m2M0fJUMdZIhikLQroKI9rsdO2JjIsV5oa6LV pr/ZiV3YjbLQOh2eFkdX/cb4xKGdQniGs35V0fcdVeoQdb5aRgRHgtEOvpldlqTx 60UKHClUFFtHsO0rYxGnKoCWDqO6jV4hJNMln/rPRf6gsYgtz/tkBF226M8DUMy6 3gw2/5HTeyGnDjlM0pljBWwNBff9FROTyA5A/we/Ql2Hwa2ePKU= =sY9j -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Sep 10 01:08:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 10 Jul 2018 11: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