From unknown Thu Jun 19 13:56:35 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#53535 <53535@debbugs.gnu.org> To: bug#53535 <53535@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-popper Reply-To: bug#53535 <53535@debbugs.gnu.org> Date: Thu, 19 Jun 2025 20:56:35 +0000 retitle 53535 [PATCH] gnu: Add emacs-popper reassign 53535 guix-patches submitter 53535 Niklas Eklund severity 53535 normal tag 53535 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 25 18:25:28 2022 Received: (at submit) by debbugs.gnu.org; 25 Jan 2022 23:25:28 +0000 Received: from localhost ([127.0.0.1]:50486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCVBo-00061q-5a for submit@debbugs.gnu.org; Tue, 25 Jan 2022 18:25:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:53632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCVBm-00061j-TC for submit@debbugs.gnu.org; Tue, 25 Jan 2022 18:25:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60480) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCVBl-0008Ur-CI for guix-patches@gnu.org; Tue, 25 Jan 2022 18:25:26 -0500 Received: from mout02.posteo.de ([185.67.36.66]:42893) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCVBh-0007ul-AG for guix-patches@gnu.org; Tue, 25 Jan 2022 18:25:23 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id D2DDE240104 for ; Wed, 26 Jan 2022 00:25:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643153118; bh=usSKJiAlsGk453XT0kqK+1wD+11GM0CM3NtT5Z06Qcs=; h=From:To:Subject:Date:From; b=YuC/I6eHQBzdsfo1oPgtGb68Jl7/S+3jjoRMcPjsQR/apjp4LdQ1Tfoc1waXe6L1s Q5kHZSsFQGzpLzx/OzUOvFb477x8OmpEDlhrjx6jSeuNUjxeMCqL2NoNPGKZIAY5eV SGdoDO7rJmyKYISEHk0oZZZ8A0mzIjcC4CSvIR4YbhPrsYmn7byxbsSyG23AbdwLFh gpvaXeUY6KCCKYmqUcKDqWBiyyRs2oP5a7CQhWDuItDf5PJxGYf9XkHXyZPYdZlBJp 7SpgikymkmOw2KR5RJI3KOOlknfOHE9d5zgisjHw0EusivHb0ThOiWpG1pAFcgP96Z sD0G3zab3CWNQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jk2yQ1KpYz6tm9 for ; Wed, 26 Jan 2022 00:25:17 +0100 (CET) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-popper Date: Tue, 25 Jan 2022 23:25:16 +0000 Message-ID: <87k0enmm8z.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, 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-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 (--) --=-=-= Content-Type: text/plain Hello, this patch adds the emacs-popper package. /Niklas --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-popper.patch Content-Transfer-Encoding: quoted-printable Content-Description: emacs-popper >From 9fcc881fbe559000991992a4c52deede704cd2cf Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Wed, 26 Jan 2022 00:23:29 +0100 Subject: [PATCH] gnu: Add emacs-popper. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9d9adbb1e5..43c05b87c4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7068,6 +7068,29 @@ (define-public emacs-popup and popup menus.") (license license:gpl3+))) =20 +(define-public emacs-popper + ;; No tagged release upstream for version 0.45 + (let ((commit "527a85c49174e6e79220f0ed0761c204a979eae6") (revision "0")) + (package + (name "emacs-popper") + (version "0.45") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/karthink/popper") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l9n67jsj1y5q9hhkrmsxcjw1q3ychk7npl8fd1gbzxy2csc7vi2"))= )) + (build-system emacs-build-system) + (home-page "https://github.com/karthink/popper") + (synopsis "Emacs minor-mode to summon and dismiss buffers easily") + (description + "Popper is a minor-mode to tame the flood of ephemeral +windows Emacs produces, while still keeping them within arm=E2=80=99s reac= h.") + (license license:gpl3+)))) + (define-public emacs-python-black (package (name "emacs-python-black") --=20 2.32.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 28 03:11:50 2022 Received: (at 53535) by debbugs.gnu.org; 28 Jan 2022 08:11:50 +0000 Received: from localhost ([127.0.0.1]:57219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDMMH-0001Cy-W1 for submit@debbugs.gnu.org; Fri, 28 Jan 2022 03:11:50 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:48423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDMMG-0001Ca-0k for 53535@debbugs.gnu.org; Fri, 28 Jan 2022 03:11:48 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 2027E60014; Fri, 28 Jan 2022 08:11:40 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#53535] [PATCH] gnu: Add emacs-popper References: <87k0enmm8z.fsf@posteo.net> Date: Fri, 28 Jan 2022 09:11:39 +0100 In-Reply-To: <87k0enmm8z.fsf@posteo.net> (Niklas Eklund's message of "Tue, 25 Jan 2022 23:25:16 +0000") Message-ID: <87y230wa84.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53535 Cc: 53535@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: > this patch adds the emacs-popper package. Thank you. Somme comments follow.. > Subject: [PATCH] gnu: Add emacs-popper. The commit message is missing a line: * gnu/packages/emacs-xyz.scm (emacs-popper): New variable. > +(define-public emacs-popper > + ;; No tagged release upstream for version 0.45 This is true, but the commit matching release 0.45 is "851d83882192ac9599ac5b053614a42d683b3fab", not the one you're using. > + (let ((commit "527a85c49174e6e79220f0ed0761c204a979eae6") (revision "0")) Could you add a newline between (commit ...) and (revision ...)? > + (package > + (name "emacs-popper") > + (version "0.45") You bound revision, but you're not actually making use of it. I think there are two possibilities here: - if you use commit 851d83882192ac9599ac5b053614a42d683b3fab, you can keep using (version "0.45"), and explain in a comment that the chosen commit matches version bump; - if you use another commit, you need to use (git-version "0.45" revision commit) instead, and explain in a comment why you're using an untagged commit. Could you send an updated patch? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 12:02:38 2022 Received: (at 53535) by debbugs.gnu.org; 1 Feb 2022 17:02:38 +0000 Received: from localhost ([127.0.0.1]:43967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEwY9-0002iO-Nc for submit@debbugs.gnu.org; Tue, 01 Feb 2022 12:02:38 -0500 Received: from mout01.posteo.de ([185.67.36.65]:39477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEwY5-0002i8-Gf for 53535@debbugs.gnu.org; Tue, 01 Feb 2022 12:02:36 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 4C744240027 for <53535@debbugs.gnu.org>; Tue, 1 Feb 2022 18:02:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643734947; bh=UPaPnnk5rSamJp6AvZxpnaoAlBUA99M2CWlb37UJDu4=; h=From:To:Cc:Subject:Date:From; b=dhY+LlgFIa/MuF4S/kKeIX/KoSLIgKVjisjD+AuQo0dAQHajm8x+tT6BrffCUh1kC 94FfD8aOUpOQftm9WYphCq5G7t/vNKVa4ORTJ8s//HP8S49RKT0471jIAPQU8+HFJ4 UfSEorUESPrbgDmstiuIR+M+rAZ13BNihK+Xdl68i0cw9qRt3IEu9qnrONUSRy/nBN YSLaLy2qBoTHu8q0kXKk14Jw6H0RwPsznGP4n2PLz9kxtio/TzzPO0kGmo8sM8GSth UWu5CNBOseVYDYNT0OimjVs2HCqtkVwVIY6eWlAtIcsdEJTLMchU6N8eMglfKJ9TKE Wcd3QKEsOo6WA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JpB7Q1TKlz6tmW; Tue, 1 Feb 2022 18:02:26 +0100 (CET) From: Niklas Eklund To: Nicolas Goaziou Subject: Re: [bug#53535] [PATCH] gnu: Add emacs-popper In-Reply-To: References: Date: Tue, 01 Feb 2022 17:02:25 +0000 Message-ID: <87a6fafrku.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53535 Cc: 53535@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: -3.3 (---) --=-=-= Content-Type: text/plain Niklas Eklund writes: > Nicolas Goaziou writes: > >> Hello, >> >> Niklas Eklund writes: >> >>> this patch adds the emacs-popper package. >> >> Thank you. Somme comments follow.. >> >>> Subject: [PATCH] gnu: Add emacs-popper. >> >> The commit message is missing a line: >> >> * gnu/packages/emacs-xyz.scm (emacs-popper): New variable. Aha, I hadn't grasped that before. Thanks for mentioning it. Fixed that in this new patch. >>> +(define-public emacs-popper >>> + ;; No tagged release upstream for version 0.45 >> >> This is true, but the commit matching release 0.45 is >> "851d83882192ac9599ac5b053614a42d683b3fab", not the one you're using. >> >>> + (let ((commit "527a85c49174e6e79220f0ed0761c204a979eae6") (revision "0")) >> >> Could you add a newline between (commit ...) and (revision ...)? >>> + (package >>> + (name "emacs-popper") >>> + (version "0.45") >> >> You bound revision, but you're not actually making use of it. I think >> there are two possibilities here: >> >> - if you use commit 851d83882192ac9599ac5b053614a42d683b3fab, you can >> keep using (version "0.45"), and explain in a comment that the chosen >> commit matches version bump; >> >> - if you use another commit, you need to use (git-version "0.45" >> revision commit) instead, and explain in a comment why you're using an >> untagged commit. >> >> Could you send an updated patch? Good points. I have changed to the 851d83882192ac9599ac5b053614a42d683b3fab commit and dropped revision. >> Regards, >> -- >> Nicolas Goaziou /Niklas --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-popper.patch Content-Transfer-Encoding: quoted-printable Content-Description: patch-v2 >From 3f064617c9b001ced07a92bac86edcc7e31c2a1e Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Wed, 26 Jan 2022 00:23:29 +0100 Subject: [PATCH] gnu: Add emacs-popper. * gnu/packages/emacs-xyz.scm (emacs-popper): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9d9adbb1e5..865c7c4172 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7068,6 +7068,29 @@ (define-public emacs-popup and popup menus.") (license license:gpl3+))) =20 +(define-public emacs-popper + ;; No tagged release upstream for version 0.45 + (let ((commit "851d83882192ac9599ac5b053614a42d683b3fab")) + (package + (name "emacs-popper") + (version "0.45") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/karthink/popper") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pk5wzqlz7n6v8rb1957i3ql0wjx578l68a3rp2m9pxr7a8a03h4"))= )) + (build-system emacs-build-system) + (home-page "https://github.com/karthink/popper") + (synopsis "Emacs minor-mode to summon and dismiss buffers easily") + (description + "Popper is a minor-mode to tame the flood of ephemeral +windows Emacs produces, while still keeping them within arm=E2=80=99s reac= h.") + (license license:gpl3+)))) + (define-public emacs-python-black (package (name "emacs-python-black") --=20 2.32.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 07 18:36:59 2022 Received: (at 53535-done) by debbugs.gnu.org; 7 Feb 2022 23:36:59 +0000 Received: from localhost ([127.0.0.1]:44107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHDZ5-0007TR-4r for submit@debbugs.gnu.org; Mon, 07 Feb 2022 18:36:59 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:35693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHDZ2-0007TB-Qe for 53535-done@debbugs.gnu.org; Mon, 07 Feb 2022 18:36:57 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id D03A3C0005; Mon, 7 Feb 2022 23:36:49 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#53535] [PATCH] gnu: Add emacs-popper References: <87a6fafrku.fsf@posteo.net> Date: Tue, 08 Feb 2022 00:36:48 +0100 In-Reply-To: <87a6fafrku.fsf@posteo.net> (Niklas Eklund's message of "Tue, 01 Feb 2022 17:02:25 +0000") Message-ID: <87fsou2qr3.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53535-done Cc: 53535-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-popper. Applied. Thanks! Regards, -- Nicolas Goaziou From unknown Thu Jun 19 13:56:35 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, 08 Mar 2022 12: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