From unknown Sun Jun 15 08:24:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#32059 <32059@debbugs.gnu.org> To: bug#32059 <32059@debbugs.gnu.org> Subject: Status: Improve etc/snippets Reply-To: bug#32059 <32059@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:24:16 +0000 retitle 32059 Improve etc/snippets reassign 32059 guix-patches submitter 32059 Arun Isaac severity 32059 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 05 08:19:07 2018 Received: (at submit) by debbugs.gnu.org; 5 Jul 2018 12:19:07 +0000 Received: from localhost ([127.0.0.1]:47295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3E3-0002A7-KX for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:19:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3E2-00029j-KX for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb3Dw-0006ha-It for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:19:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44781) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fb3Dw-0006hF-Ft for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:19:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb3Dv-0006RP-DG for guix-patches@gnu.org; Thu, 05 Jul 2018 08:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb3Ds-0006RV-87 for guix-patches@gnu.org; Thu, 05 Jul 2018 08:18:59 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=35716 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fb3Dr-0006BO-OB for guix-patches@gnu.org; Thu, 05 Jul 2018 08:18:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type: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=DVXAzGxlUWSnXJB/OQxmsJvuhlMX2P47e4r59S1gNfg=; b=DhKs7pRgpYrueAJygkUaX9nsGR uTh1N+LHE5A0W1p/xAZr6et4gwJQZ2ZKCXBha3CYZbEIMJJM8Dr7uUiTuN4o9243io/wV3AXZTXCW fsIUeHUQQmimUwjV2iDbx0E9pt1jTUB2nt30PlTvuM05aLTcI+ne95bmp0tB4Z0hfLVE=; Received: from [103.193.157.130] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fb3Ab-0005tb-IE; Thu, 05 Jul 2018 17:45:33 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: Improve etc/snippets Date: Thu, 5 Jul 2018 17:48:12 +0530 Message-Id: <20180705121812.23228-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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: -5.1 (-----) Patch 1 adds the android-ndk and scons build systems as possibilities for the build-system field in the package snippet. Patch 2 modifies the package snippet so that 'origin' comes on the next line after 'source'. I feel this is better because it makes better use of space (less whitespace on the left of the source description). Often, this is necessary to not run afoul of the line length limitations of `guix lint`. Patch 3 adds a guix commit message snippet for changing the home page of packages to HTTPS. Patch 1 is uncontroversial. But, I don't know if others would agree on patches 2 and 3. Anyways, I am just submitting them here for consideration. Arun Isaac (3): etc: snippets: Add new build systems to package snippet. etc: snippets: Improve indentation in the package snippet. etc: snippets: Add guix-commit-message-use-https-home-page. doc/contributing.texi | 3 ++- etc/snippets/scheme-mode/guix-package | 7 +++++-- etc/snippets/text-mode/guix-commit-message-use-https-home-page | 9 +++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 etc/snippets/text-mode/guix-commit-message-use-https-home-page -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 05 08:40:25 2018 Received: (at 32059) by debbugs.gnu.org; 5 Jul 2018 12:40:25 +0000 Received: from localhost ([127.0.0.1]:47314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3Ye-0002lt-Ux for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:40:25 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:40840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3Yc-0002lI-PQ for 32059@debbugs.gnu.org; Thu, 05 Jul 2018 08:40:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type: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=Z7Nnya+ZdlREa0cCs/70rdVwDTIYGwF/3yEME2YkePY=; b=Lzkie07ki6C+v4fIekWCxqDjWK HjWXkPzyHReoVmKWRJLRK3meUnenO3aT/HF/Tv6TDFMaHbANIDCha/IGrzD55ZmEhM7FkYrINCY0g 4QbMv0EcyKpesPCnlgdiN2v6+jieTgVCOQtUYk1af+P7jjJcjisfHv5L5HIXBQ+fr3Jw=; Received: from [103.193.157.130] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fb3VH-00069W-AO; Thu, 05 Jul 2018 18:06:55 +0530 From: Arun Isaac To: 32059@debbugs.gnu.org Subject: [PATCH 1/3] etc: snippets: Add new build systems to package snippet. Date: Thu, 5 Jul 2018 18:09:42 +0530 Message-Id: <20180705123944.25944-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32059 Cc: Arun Isaac 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 (-) * etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and scons-build-system as possibilities for the build-system field. --- etc/snippets/scheme-mode/guix-package | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package index d392e8209..48b87e359 100644 --- a/etc/snippets/scheme-mode/guix-package +++ b/etc/snippets/scheme-mode/guix-package @@ -7,7 +7,8 @@ (name "$1") (version "$2") (source origin...$0) - (build-system ${3:$$(yas-choose-value "ant-build-system" + (build-system ${3:$$(yas-choose-value "android-ndk-build-system" + "ant-build-system" "asdf-build-system" "cargo-build-system" "cmake-build-system" @@ -25,6 +26,7 @@ "python-build-system" "r-build-system" "ruby-build-system" + "scons-build-system" "texlive-build-system" "trivial-build-system" "waf-build-system")}) -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 05 08:40:25 2018 Received: (at 32059) by debbugs.gnu.org; 5 Jul 2018 12:40:25 +0000 Received: from localhost ([127.0.0.1]:47316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3Yf-0002lv-4z for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:40:25 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:40844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3Yc-0002lQ-T2 for 32059@debbugs.gnu.org; Thu, 05 Jul 2018 08:40:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: 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=o9V+4b6ipSiz2Vi2aHPETU0LwN8RKZQXBh3z1burz50=; b=kQ18yl4ZGlaQpememOzkldobV Q9oOPsuD2c2PrcLAkIABXWI+X1PMfVceFivRkRFhyyHtjbv8lHTdOTxTK+kZrLYJlYz5trpxnfs35 I50ipjpVAwY37OrcM9/+/GEb7Fz5+Snn4Fn7YCAOBcnMty23p8HdYgoGdTIAA4iwcvHMo=; Received: from [103.193.157.130] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fb3VK-00069W-DE; Thu, 05 Jul 2018 18:06:58 +0530 From: Arun Isaac To: 32059@debbugs.gnu.org Subject: [PATCH 2/3] etc: snippets: Improve indentation in the package snippet. Date: Thu, 5 Jul 2018 18:09:43 +0530 Message-Id: <20180705123944.25944-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180705123944.25944-1-arunisaac@systemreboot.net> References: <20180705123944.25944-1-arunisaac@systemreboot.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32059 Cc: Arun Isaac 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 (-) * etc/snippets/scheme-mode/guix-package: Move origin field to the next line. --- etc/snippets/scheme-mode/guix-package | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package index 48b87e359..18735bd18 100644 --- a/etc/snippets/scheme-mode/guix-package +++ b/etc/snippets/scheme-mode/guix-package @@ -6,7 +6,8 @@ (package (name "$1") (version "$2") - (source origin...$0) + (source + origin...$0) (build-system ${3:$$(yas-choose-value "android-ndk-build-system" "ant-build-system" "asdf-build-system" -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 05 08:40:27 2018 Received: (at 32059) by debbugs.gnu.org; 5 Jul 2018 12:40:27 +0000 Received: from localhost ([127.0.0.1]:47318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3Yh-0002mB-CX for submit@debbugs.gnu.org; Thu, 05 Jul 2018 08:40:27 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:40838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb3Yb-0002lH-HB for 32059@debbugs.gnu.org; Thu, 05 Jul 2018 08:40:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: 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=hH5mtwOVL/gVFkq4oOqi9bsTOAWi1JPesUGyQyzpWks=; b=SuuWxZMlksZhfHj7hyDo8ufbc HMsY3eDjF6DFIriMJCig3ovztsgxi2z517dHQAoEfcVCEm2ToinLfqcsvMKqpmTduTSRVw7reyBZL C4dyAvQfT8e7GMcKUOw67XwrdFyREfz7SL/g5isZ8H3FANz3dWLXDMcu2s8XFxt2ZuWvA=; Received: from [103.193.157.130] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fb3VK-00069W-R9; Thu, 05 Jul 2018 18:06:58 +0530 From: Arun Isaac To: 32059@debbugs.gnu.org Subject: [PATCH 3/3] etc: snippets: Add guix-commit-message-use-https-home-page. Date: Thu, 5 Jul 2018 18:09:44 +0530 Message-Id: <20180705123944.25944-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180705123944.25944-1-arunisaac@systemreboot.net> References: <20180705123944.25944-1-arunisaac@systemreboot.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32059 Cc: Arun Isaac 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 (-) * etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. * doc/contributing.texi (The Perfect Setup): Document new snippet. --- doc/contributing.texi | 3 ++- etc/snippets/text-mode/guix-commit-message-use-https-home-page | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 etc/snippets/text-mode/guix-commit-message-use-https-home-page diff --git a/doc/contributing.texi b/doc/contributing.texi index ca44b3b0b..79bd536f5 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -210,7 +210,8 @@ The commit message snippets depend on @url{https://magit.vc/, Magit} to display staged files. When editing a commit message type @code{add} followed by @kbd{TAB} to insert a commit message template for adding a package; type @code{update} followed by @kbd{TAB} to insert a template -for updating a package. +for updating a package; type @code{https} followed by @kbd{TAB} to +insert a template for changing the home page URI of a package to HTTPS. The main snippet for @code{scheme-mode} is triggered by typing @code{package...} followed by @kbd{TAB}. This snippet also inserts the diff --git a/etc/snippets/text-mode/guix-commit-message-use-https-home-page b/etc/snippets/text-mode/guix-commit-message-use-https-home-page new file mode 100644 index 000000000..df20d31a8 --- /dev/null +++ b/etc/snippets/text-mode/guix-commit-message-use-https-home-page @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: guix-commit-message-use-https-home-page +# key: https +# condition: git-commit-mode +# -- +gnu: $1: Use HTTPS home page URI. + +* `(car (magit-staged-files))` ($1)[home-page]: Use HTTPS URI. +`(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")` \ No newline at end of file -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 17:37:33 2018 Received: (at 32059) by debbugs.gnu.org; 12 Jul 2018 21:37:33 +0000 Received: from localhost ([127.0.0.1]:57450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdjHJ-0006tU-89 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 17:37:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdjHH-0006tG-Ir for 32059@debbugs.gnu.org; Thu, 12 Jul 2018 17:37:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdjHB-0007iH-GP for 32059@debbugs.gnu.org; Thu, 12 Jul 2018 17:37:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdjHB-0007i9-CN; Thu, 12 Jul 2018 17:37:25 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45166 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdjHB-0000Au-0p; Thu, 12 Jul 2018 17:37:25 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32059] [PATCH 1/3] etc: snippets: Add new build systems to package snippet. References: <20180705121812.23228-1-arunisaac@systemreboot.net> <20180705123944.25944-1-arunisaac@systemreboot.net> Date: Thu, 12 Jul 2018 23:37:23 +0200 In-Reply-To: <20180705123944.25944-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 5 Jul 2018 18:09:42 +0530") Message-ID: <87601krv8s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32059 Cc: 32059@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: -6.0 (------) Arun Isaac skribis: > * etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and > scons-build-system as possibilities for the build-system field. LGTM! From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 17:37:57 2018 Received: (at 32059) by debbugs.gnu.org; 12 Jul 2018 21:37:57 +0000 Received: from localhost ([127.0.0.1]:57453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdjHh-0006u6-Hh for submit@debbugs.gnu.org; Thu, 12 Jul 2018 17:37:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55691) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdjHg-0006tv-OG for 32059@debbugs.gnu.org; Thu, 12 Jul 2018 17:37:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdjHb-00089N-0V for 32059@debbugs.gnu.org; Thu, 12 Jul 2018 17:37:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdjHa-00089G-So; Thu, 12 Jul 2018 17:37:50 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45168 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdjHa-0000pb-EK; Thu, 12 Jul 2018 17:37:50 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the package snippet. References: <20180705123944.25944-1-arunisaac@systemreboot.net> <20180705123944.25944-2-arunisaac@systemreboot.net> Date: Thu, 12 Jul 2018 23:37:49 +0200 In-Reply-To: <20180705123944.25944-2-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 5 Jul 2018 18:09:43 +0530") Message-ID: <871sc8rv82.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32059 Cc: 32059@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: -6.0 (------) Arun Isaac skribis: > * etc/snippets/scheme-mode/guix-package: Move origin field to the next line. > --- > etc/snippets/scheme-mode/guix-package | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package > index 48b87e359..18735bd18 100644 > --- a/etc/snippets/scheme-mode/guix-package > +++ b/etc/snippets/scheme-mode/guix-package > @@ -6,7 +6,8 @@ > (package > (name "$1") > (version "$2") > - (source origin...$0) > + (source > + origin...$0) I personally prefer the original version. :-) From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 17:38:13 2018 Received: (at 32059) by debbugs.gnu.org; 12 Jul 2018 21:38:13 +0000 Received: from localhost ([127.0.0.1]:57458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdjHw-0006vB-Oi for submit@debbugs.gnu.org; Thu, 12 Jul 2018 17:38:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdjHv-0006uy-JQ for 32059@debbugs.gnu.org; Thu, 12 Jul 2018 17:38:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdjHp-0008RR-MQ for 32059@debbugs.gnu.org; Thu, 12 Jul 2018 17:38:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdjHp-0008RD-Ix; Thu, 12 Jul 2018 17:38:05 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45170 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdjHp-0000qD-8O; Thu, 12 Jul 2018 17:38:05 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32059] [PATCH 3/3] etc: snippets: Add guix-commit-message-use-https-home-page. References: <20180705123944.25944-1-arunisaac@systemreboot.net> <20180705123944.25944-3-arunisaac@systemreboot.net> Date: Thu, 12 Jul 2018 23:38:04 +0200 In-Reply-To: <20180705123944.25944-3-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 5 Jul 2018 18:09:44 +0530") Message-ID: <87wou0qgn7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32059 Cc: 32059@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: -6.0 (------) Arun Isaac skribis: > * etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. > * doc/contributing.texi (The Perfect Setup): Document new snippet. LGTM, thanks! From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 13 03:33:41 2018 Received: (at 32059-done) by debbugs.gnu.org; 13 Jul 2018 07:33:41 +0000 Received: from localhost ([127.0.0.1]:57619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdsaD-0008Ki-E3 for submit@debbugs.gnu.org; Fri, 13 Jul 2018 03:33:41 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:57920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdsaB-0008KV-Gs for 32059-done@debbugs.gnu.org; Fri, 13 Jul 2018 03:33:40 -0400 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=LXfU/YbH3cmDcbwieHiWiRwCgGvFYflUA0OCOejXP/Y=; b=bhAMNrpw9hHYLn5CY62QSJtpV Zq0Qnb8TRAp1f34PTXPfHn6dOE2dOlmTrhfGgLOeIdTxyrDlRgyUo/GZRQF6MEkBCQot3J9zoJAEX heRXBnjJQubXpBcKfyb+RRqfQGfEJlVUafnRepS5vR2fwe1cKWjej3yHDsPTGh/7Qns0I=; Received: from [14.139.128.15] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fdsWn-0008Nc-P3; Fri, 13 Jul 2018 13:00:09 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the package snippet. In-Reply-To: <871sc8rv82.fsf@gnu.org> References: <20180705123944.25944-1-arunisaac@systemreboot.net> <20180705123944.25944-2-arunisaac@systemreboot.net> <871sc8rv82.fsf@gnu.org> Date: Fri, 13 Jul 2018 13:03:26 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32059-done Cc: 32059-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 (-) >> - (source origin...$0) >> + (source >> + origin...$0) > > I personally prefer the original version. :-) Oh, well... :-( But, I understand... :-) I have pushed the other two patches to master. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 13 04:28:35 2018 Received: (at 32059-done) by debbugs.gnu.org; 13 Jul 2018 08:28:35 +0000 Received: from localhost ([127.0.0.1]:57652 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdtRL-0001FR-C2 for submit@debbugs.gnu.org; Fri, 13 Jul 2018 04:28:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdtRJ-0001FE-P1 for 32059-done@debbugs.gnu.org; Fri, 13 Jul 2018 04:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdtRB-0004wW-Jw for 32059-done@debbugs.gnu.org; Fri, 13 Jul 2018 04:28:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdtRB-0004wF-FU; Fri, 13 Jul 2018 04:28:25 -0400 Received: from [193.50.110.117] (port=53856 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdtRA-0005Vl-Tp; Fri, 13 Jul 2018 04:28:25 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the package snippet. References: <20180705123944.25944-1-arunisaac@systemreboot.net> <20180705123944.25944-2-arunisaac@systemreboot.net> <871sc8rv82.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 Messidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 13 Jul 2018 10:28:23 +0200 In-Reply-To: (Arun Isaac's message of "Fri, 13 Jul 2018 13:03:26 +0530") Message-ID: <87o9fbmteg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32059-done Cc: 32059-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: -6.0 (------) Arun Isaac skribis: >>> - (source origin...$0) >>> + (source >>> + origin...$0) >> >> I personally prefer the original version. :-) > > Oh, well... :-( But, I understand... :-) > > I have pushed the other two patches to master. Heheh, thank you! Ludo=E2=80=99. From unknown Sun Jun 15 08:24:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Aug 2018 11:24:06 +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