From unknown Sun Aug 17 09:11:09 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#43551 <43551@debbugs.gnu.org> To: bug#43551 <43551@debbugs.gnu.org> Subject: Status: [PATCH] Add package emacs-quickrun Reply-To: bug#43551 <43551@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:11:09 +0000 retitle 43551 [PATCH] Add package emacs-quickrun reassign 43551 guix-patches submitter 43551 Niklas Eklund severity 43551 normal tag 43551 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 21 12:29:25 2020 Received: (at submit) by debbugs.gnu.org; 21 Sep 2020 16:29:25 +0000 Received: from localhost ([127.0.0.1]:55993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKOgv-0001eX-66 for submit@debbugs.gnu.org; Mon, 21 Sep 2020 12:29:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:58810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKMrW-0006uP-9h for submit@debbugs.gnu.org; Mon, 21 Sep 2020 10:32:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKMrU-0004aW-QE for guix-patches@gnu.org; Mon, 21 Sep 2020 10:32:14 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38121) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKMrS-0004HZ-8r for guix-patches@gnu.org; Mon, 21 Sep 2020 10:32:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 43D5A2400FE for ; Mon, 21 Sep 2020 16:32:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1600698726; bh=8ZC8Lprv/v9ZLa+i8tCqqjY1RTBPIu60eQ57sb2s3QE=; h=From:To:Subject:Date:From; b=fYc/APWo+n0epJEgQdjm+j/cnmVks/oxaHqs1sFOG5Mm0vnNzTwSGwfLWMbHHADmC SlcmDhWGKkuXB0ZsTwmrmFeq7aB6o7JnjjkQKL2boFT9cpYfWv9ITYzwEETrsYUD6G 6YQvhlQY8lan6gZ7MZeDqnrGlpCAvCidgcjdxPv968Ik71z6rD3mKV6CveF+kS8b7d /ablc/2gbO84f7nKK4tnd8HT/xeab0i/wUDej243MdrZA+DcfAiz1QxV1XkwDlCi5l SSejFHtPbZ6U4ON/psPxmzNUR88qTDcprul5OomctBStQO65E8Qsb66TE3nxX/EAcy Kb39jbk4HpQwA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bw6Mn56N4z6tp4 for ; Mon, 21 Sep 2020 16:32:05 +0200 (CEST) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH] Add package emacs-quickrun Date: Mon, 21 Sep 2020 16:32:05 +0200 Message-ID: <87zh5jxkt6.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-quickrun.patch Content-Transfer-Encoding: quoted-printable Content-Description: Content Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/21 10:32:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 21 Sep 2020 12:29:24 -0400 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: -2.3 (--) >From ec5a8a6d3ded11f48d12e66018790b2d03bbd624 Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Mon, 21 Sep 2020 12:44:55 +0200 Subject: [PATCH] gnu: Add emacs-quickrun. * gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable. --- gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4634836b89..8aa4304312 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -78,6 +78,7 @@ ;;; Copyright =C2=A9 2020 Eric Bavier ;;; Copyright =C2=A9 2020 Morgan Smith ;;; Copyright =C2=A9 2020 Peng Mei Yu +;;; Copyright =C2=A9 2020 Niklas Eklund ;;; ;;; This file is part of GNU Guix. ;;; @@ -24647,3 +24648,31 @@ publically-accessible HTTP server.") label references and citations in LaTeX. It is based on RefTeX, which is included with Emacs.") (license license:gpl3+))) + +(define-public emacs-quickrun + (let ((commit "0133cac651918071a824e85b55e10d44f32a1979") + (revision "0")) + (package + (name "emacs-quickrun") + (version (git-version "2.3.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/emacsorphanage/quickrun") + (commit commit))) + (sha256 + (base32 + "0a1n2v09h0n7d9p2izflqqang4ny0b46dlqvmxvkkik4bb6f4wcz")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (home-page + "https://github.com/emacsorphanage/quickrun") + (synopsis "Run commands quickly") + (description + "This package evaluates the content of a buffer, or region and disp= lays +the result. It is similar to executable-interpret, but provides more +convenient commands. Quickrun execute not only script languages(Perl, Rub= y, +Python etc), but also compiling languages(C, C++, Go, Java etc) and markup +languages.") + (license license:gpl3+)))) --=20 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 05:07:25 2020 Received: (at 43551) by debbugs.gnu.org; 22 Sep 2020 09:07:25 +0000 Received: from localhost ([127.0.0.1]:57186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKeGi-0003XE-RF for submit@debbugs.gnu.org; Tue, 22 Sep 2020 05:07:25 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36361) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKeGe-0003Wv-GW for 43551@debbugs.gnu.org; Tue, 22 Sep 2020 05:07:23 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 0BE326000E; Tue, 22 Sep 2020 09:07:12 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#43551] [PATCH] Add package emacs-quickrun References: <87zh5jxkt6.fsf@posteo.net> Date: Tue, 22 Sep 2020 11:07:06 +0200 In-Reply-To: <87zh5jxkt6.fsf@posteo.net> (Niklas Eklund's message of "Mon, 21 Sep 2020 16:32:05 +0200") Message-ID: <87h7rq9o3p.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 43551 Cc: 43551@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 (-) Hello, Niklas Eklund writes: > Subject: [PATCH] gnu: Add emacs-quickrun. Thank you. > +(define-public emacs-quickrun > + (let ((commit "0133cac651918071a824e85b55e10d44f32a1979") > + (revision "0")) I don't think there is any reason to use a commit directly, since this one matches a release. > + (package > + (name "emacs-quickrun") > + (version (git-version "2.3.1" revision commit)) (version "2.3.1") is enough per above. > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/emacsorphanage/quickrun") > + (commit commit))) (commit version) > + (sha256 > + (base32 > + "0a1n2v09h0n7d9p2izflqqang4ny0b46dlqvmxvkkik4bb6f4wcz")) Please move the hash string on the same line as base32. > + (file-name (git-file-name name version)))) > + (build-system emacs-build-system) > + (home-page > + "https://github.com/emacsorphanage/quickrun") Please move the URL on the same line as home-page > + (synopsis "Run commands quickly") > + (description > + "This package evaluates the content of a buffer, or region and displays > +the result. It is similar to executable-interpret, but provides more > +convenient commands. Quickrun execute not only script languages(Perl, Ruby, Quickrun executes ... languages (Perl > +Python etc), but also compiling languages(C, C++, Go, Java etc) and > markup Mind the missing space here, too. Could you send an updated patch? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 05:33:59 2020 Received: (at 43551) by debbugs.gnu.org; 22 Sep 2020 09:33:59 +0000 Received: from localhost ([127.0.0.1]:57230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKegR-0004DC-F8 for submit@debbugs.gnu.org; Tue, 22 Sep 2020 05:33:59 -0400 Received: from mout01.posteo.de ([185.67.36.65]:44322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKegN-0004Cv-E8 for 43551@debbugs.gnu.org; Tue, 22 Sep 2020 05:33:58 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id F1F98160062 for <43551@debbugs.gnu.org>; Tue, 22 Sep 2020 11:33:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1600767229; bh=BKHSFGc/ovsoWGRrSuEAwbyNEH7i5Wn3WBKpcd+OCuk=; h=From:To:Cc:Subject:Date:From; b=CP8wLT4bN2etfP1b9ZCGGFpcJikNtLFIiXVBnh+9iWH1rK8/UV2jUrLmdGOmT5wIY aj06ms3iMPuSN3lha1N2CE81kU+EkbE411/GZZaLKF/rDIyv/sDdsVA6kdE/eO2fTe bdhWz4tL7W2zhKpvw7eMWrkDy+rKXnDAyIJ5YLp1Zxvor1gzq7xcdFD+B/xDHJj7n2 uFVPjAGP3B09CpG30/eFgrXiopembp/Jh9W3NK7zQZLp/8vA28LlO8naaYqk9hT6VG PzCf8MFF9+uEY6AXM0/AUVSmxiXyycAiRCsmbfva0sCfuuOCjpgO4tWHQT5IuZRl5X jRQ5u+Uy/iUsA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bwbj81qWMz9rxm; Tue, 22 Sep 2020 11:33:48 +0200 (CEST) From: Niklas Eklund To: Nicolas Goaziou Subject: Re: [bug#43551] [PATCH] Add package emacs-quickrun In-Reply-To: <87h7rq9o3p.fsf@nicolasgoaziou.fr> References: <87zh5jxkt6.fsf@posteo.net> <87h7rq9o3p.fsf@nicolasgoaziou.fr> Date: Tue, 22 Sep 2020 11:33:47 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43551 Cc: 43551@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 (-) Nicolas Goaziou writes: > Could you send an updated patch? > Regards, > -- > Nicolas Goaziou Hi Nicolas, Thanks for your review. I will address your comments and create an updated patch. It's my first time contributing to guix, so I hope I am sending this message correctly :) // Niklas From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 08:37:22 2020 Received: (at 43551) by debbugs.gnu.org; 22 Sep 2020 12:37:22 +0000 Received: from localhost ([127.0.0.1]:57540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKhXu-0002Yv-2n for submit@debbugs.gnu.org; Tue, 22 Sep 2020 08:37:22 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57357) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKhXr-0002YZ-K5 for 43551@debbugs.gnu.org; Tue, 22 Sep 2020 08:37:20 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0219C2400FC for <43551@debbugs.gnu.org>; Tue, 22 Sep 2020 14:37:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1600778233; bh=qUrecBvBEhOCHPYcu2osOrqQQ4C49XLU+E3ZMtjlUDk=; h=From:To:Cc:Subject:Date:From; b=KgNpgzugW+zPofLNp5rNtqcdGffMr7EDG8M4XXnxvj0tHc40z1jCE3LuOKF7/JW19 miG8pnc93RbIvozj8GssZBLkce40mNCPi5eyeoxNV0q12NT004lyoOHARkkRv+w3WT ZOYYVD/K0qsdWPJxcCs3APqMuCVj2U2DpaE3oJoKJeN3OUmTw8tmm5kb5RYCLciDsG Cz2dnHgJcQQ9PvQDtN1PxFZDiwCbtAxCYkty/ufnYCKlJHbPHFNz4N+qLnXpZfzfq9 Rm0hYSS7j7qEaWNb0P47W7e88xTLwz5Q8C42KfT+apWYuTsXPJEXVJvvZ1Oayuyseq aMrOfTwUZ1IkQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bwgmm3vVCz9rxQ for <43551@debbugs.gnu.org>; Tue, 22 Sep 2020 14:37:12 +0200 (CEST) From: Niklas Eklund To: 43551@debbugs.gnu.org Subject: Re: [bug#43551] [PATCH] Add package emacs-quickrun In-Reply-To: <87h7rq9o3p.fsf@nicolasgoaziou.fr> References: <87zh5jxkt6.fsf@posteo.net> <87h7rq9o3p.fsf@nicolasgoaziou.fr> Date: Tue, 22 Sep 2020 14:37:11 +0200 Message-ID: <87d02e9edk.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-quickrun.patch Content-Transfer-Encoding: quoted-printable Content-Description: Content X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43551 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 (-) >From 4d1c89943b0157701f66f304da24ad461db38007 Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Mon, 21 Sep 2020 12:44:55 +0200 Subject: [PATCH] gnu: Add emacs-quickrun. * gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4634836b89..2c884ef3a0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -78,6 +78,7 @@ ;;; Copyright =C2=A9 2020 Eric Bavier ;;; Copyright =C2=A9 2020 Morgan Smith ;;; Copyright =C2=A9 2020 Peng Mei Yu +;;; Copyright =C2=A9 2020 Niklas Eklund ;;; ;;; This file is part of GNU Guix. ;;; @@ -24647,3 +24648,27 @@ publically-accessible HTTP server.") label references and citations in LaTeX. It is based on RefTeX, which is included with Emacs.") (license license:gpl3+))) + +(define-public emacs-quickrun + (package + (name "emacs-quickrun") + (version "2.3.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/emacsorphanage/quickrun") + (commit version))) + (sha256 + (base32 "0a1n2v09h0n7d9p2izflqqang4ny0b46dlqvmxvkkik4bb6f4wcz")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (home-page "https://github.com/emacsorphanage/quickrun") + (synopsis "Run commands quickly") + (description + "This package evaluates the content of a buffer, or region and displa= ys +the result. It is similar to executable-interpret, but provides more +convenient commands. Quickrun execute not only script languages (Perl, Ru= by, +Python etc), but also compiling languages (C, C++, Go, Java etc) and markup +languages.") + (license license:gpl3+))) --=20 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 23 15:40:11 2020 Received: (at 43551-done) by debbugs.gnu.org; 23 Sep 2020 19:40:11 +0000 Received: from localhost ([127.0.0.1]:37910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLAcc-0008LX-Va for submit@debbugs.gnu.org; Wed, 23 Sep 2020 15:40:11 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:47543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLAcb-0008L9-Es for 43551-done@debbugs.gnu.org; Wed, 23 Sep 2020 15:40:10 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 594EA200008; Wed, 23 Sep 2020 19:40:01 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#43551] [PATCH] Add package emacs-quickrun References: <87zh5jxkt6.fsf@posteo.net> <87h7rq9o3p.fsf@nicolasgoaziou.fr> <87d02e9edk.fsf@posteo.net> Date: Wed, 23 Sep 2020 21:39:54 +0200 In-Reply-To: <87d02e9edk.fsf@posteo.net> (Niklas Eklund's message of "Tue, 22 Sep 2020 14:37:11 +0200") Message-ID: <87y2l07051.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43551-done Cc: 43551-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 (-) Hello, Niklas Eklund writes: > Subject: [PATCH] gnu: Add emacs-quickrun. > > * gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable. I tweaked the synopsis and the description and applied your patch. Thank you! Note that adding a package definition at the end of the file is generally not a good idea, because it is more likely to introduce conflicts. Regards, -- Nicolas Goaziou From unknown Sun Aug 17 09:11:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Oct 2020 11:24:04 +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