From unknown Fri Jun 20 07:19:46 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#41566 <41566@debbugs.gnu.org> To: bug#41566 <41566@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-erc-status-sidebar. Reply-To: bug#41566 <41566@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:19:46 +0000 retitle 41566 [PATCH] gnu: Add emacs-erc-status-sidebar. reassign 41566 guix-patches submitter 41566 Michael Rohleder severity 41566 normal tag 41566 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 27 13:35:08 2020 Received: (at submit) by debbugs.gnu.org; 27 May 2020 17:35:08 +0000 Received: from localhost ([127.0.0.1]:49922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdzxL-00008E-TA for submit@debbugs.gnu.org; Wed, 27 May 2020 13:35:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:35804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdzxK-000083-8c for submit@debbugs.gnu.org; Wed, 27 May 2020 13:35:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdzxK-0007kK-2Z for guix-patches@gnu.org; Wed, 27 May 2020 13:35:06 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34000) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jdzxI-0007zq-Nd for guix-patches@gnu.org; Wed, 27 May 2020 13:35:05 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jdzxF-0007wP-QI; Wed, 27 May 2020 19:35:01 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jdzxF-0002Hz-22 for guix-patches@gnu.org; Wed, 27 May 2020 19:35:01 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-erc-status-sidebar. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 27 May 2020 19:34:53 +0200 Message-ID: <87367le0xu.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1590600904;e7673088; X-HE-SMSGID: 1jdzxF-0007wP-QI Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/27 13:35:02 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-erc-status-sidebar.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add emacs-erc-status-sidebar. From=202c47a49177ab0a8ceee52910007a998b73f3bf81 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Wed, 27 May 2020 19:31:46 +0200 Subject: [PATCH] gnu: Add emacs-erc-status-sidebar. * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. =2D-- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 45a10f4689..338bd270e0 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3216,6 +3216,28 @@ appropriate console.") IRC bouncer with ERC.") (license license:expat))) =20 +(define-public emacs-erc-status-sidebar + (package + (name "emacs-erc-status-sidebar") + (version "20171223.2124") + (source + (origin + (method url-fetch) + (uri (string-append "https://melpa.org/packages/erc-status-sidebar-" + version ".el")) + (sha256 + (base32 "1jjz4zs4fx45i9nvy2h7nfzkv0qrpp1pfhr8fx3hb6wxvi6zjis0")))) + (build-system emacs-build-system) + (propagated-inputs `(("emacs-seq" ,emacs-seq))) + (home-page "https://github.com/drewbarbs/erc-status-sidebar") + (synopsis "Hexchat-like activity overview for ERC channels") + (description + "This package is provides a hexchat-like status bar for joined +channels in ERC. It relies on the @code{erc-track} module, and displays +all the same information erc-track does in the mode line, but in an +alternative format.") + (license license:gpl3))) + (define-public emacs-shut-up (package (name "emacs-shut-up") =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 A vegan, an IntelliJ user, a Mac user, and a Linux user walked into a bar. How do I know? AFTER 2 MINUTES, THE WHOLE DARN BAR KNEW! --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7OpL0ACgkQfHr/vv7y yyUiDQf/SAXfhhbRxRdMLQpZeucUm5am8icAysqDa4lHFilEmaX4kfYkV9h0es5v bji9tT6R1iUcutb+7H9Rzs30pAi0LDRItc6yzFwte/OP9Pr7p/eTSTuzzysCbWjC pWnLSMOQSf89fWlOvb48FJ02eLGZAzRU3VXYfHweGndegYGxMsg5/7trpkcbRkQg Nhipy/qsxNTDOFLGbeAy4UOLtaJg/5ZFepgz1e4El38mD3vpSASgCaZAVwe0rqyd UOFNvddqKUcwUuOqhujWvvDeldH18aM66tQvImq/K+QDnvlYLut31dY7Ylp3oOmW Pf4GctumxU13Kuny+N4EYaKEb4kYfg== =PJLG -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 10:00:54 2020 Received: (at 41566) by debbugs.gnu.org; 30 May 2020 14:00:54 +0000 Received: from localhost ([127.0.0.1]:58791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf22g-0002WU-FG for submit@debbugs.gnu.org; Sat, 30 May 2020 10:00:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf22f-0002WI-8I for 41566@debbugs.gnu.org; Sat, 30 May 2020 10:00:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35292) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf22Y-0005lO-Va; Sat, 30 May 2020 10:00:46 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:57570 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf22X-0002kO-U1; Sat, 30 May 2020 10:00:46 -0400 From: Marius Bakke To: Michael Rohleder , 41566@debbugs.gnu.org Subject: Re: [bug#41566] [PATCH] gnu: Add emacs-erc-status-sidebar. In-Reply-To: <87367le0xu.fsf@rohleder.de> References: <87367le0xu.fsf@rohleder.de> Date: Sat, 30 May 2020 16:00:43 +0200 Message-ID: <87tuzxzfn8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41566 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 Content-Transfer-Encoding: quoted-printable Michael Rohleder writes: > From 2c47a49177ab0a8ceee52910007a998b73f3bf81 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Wed, 27 May 2020 19:31:46 +0200 > Subject: [PATCH] gnu: Add emacs-erc-status-sidebar. > > * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. Thanks! =20=20 > +(define-public emacs-erc-status-sidebar > + (package > + (name "emacs-erc-status-sidebar") > + (version "20171223.2124") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://melpa.org/packages/erc-status-sideba= r-" > + version ".el")) > + (sha256 > + (base32 "1jjz4zs4fx45i9nvy2h7nfzkv0qrpp1pfhr8fx3hb6wxvi6zjis0"))= )) IIRC melpa.org purges old versions, so we should probably change to 'git-fetch' here. > + (build-system emacs-build-system) > + (propagated-inputs `(("emacs-seq" ,emacs-seq))) > + (home-page "https://github.com/drewbarbs/erc-status-sidebar") > + (synopsis "Hexchat-like activity overview for ERC channels") > + (description > + "This package is provides a hexchat-like status bar for joined > +channels in ERC. It relies on the @code{erc-track} module, and displays > +all the same information erc-track does in the mode line, but in an > +alternative format.") > + (license license:gpl3))) Well this is awkward, the LICENSE file is GPL3, but the headers in erc-status-sidebar.el actually uses the Expat license. So this should be license:expat. It would be good to notify upstream about this inconstency, but not a blocking issue. Can you send an updated patch? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SZwsACgkQoqBt8qM6 VPqJmAf8DsASX/jiqcjfO46JO6ed56SciBQ5gJ9NspSGWuk6mjnQnhPIsYTNZgZH 4UYOKGXGo/qrfBZ56PKLqLOTq+WD98uoK+j/MXS0ZuVM4FyylsXW/ddgAnOOTiqW G9ns/iUGaRUxG8/PafosojPSv3L8uL1E82vNH6YWnL7vBYlXBbxM9Zp7XjgEU4VQ d0gly9swqaN0KN+xArB42HpIZyzWPS8OlQB+FN0SXlrMmQj7MI/icCtXLBED9w76 ojZwc06Ru7niZb2Y9XZCo3AiDYZciN5MMggu6/TbNUnqxLPnfPFtq9VQcd+Jt4vz xW0pqvgmXBexFrBuvKFqMT5noIyYKw== =jWRb -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 02 02:28:01 2020 Received: (at 41566) by debbugs.gnu.org; 2 Jun 2020 06:28:01 +0000 Received: from localhost ([127.0.0.1]:37706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jg0P3-0006gz-6n for submit@debbugs.gnu.org; Tue, 02 Jun 2020 02:28:01 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:53428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jg0P1-0006gn-H8 for 41566@debbugs.gnu.org; Tue, 02 Jun 2020 02:28:00 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jg0Oz-0007ha-DK; Tue, 02 Jun 2020 08:27:57 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jg0Oy-000170-Rc; Tue, 02 Jun 2020 08:27:57 +0200 From: Michael Rohleder To: Marius Bakke Subject: Re: [bug#41566] [PATCH] gnu: Add emacs-erc-status-sidebar. References: <87367le0xu.fsf@rohleder.de> <87tuzxzfn8.fsf@gnu.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Tue, 02 Jun 2020 08:27:46 +0200 In-Reply-To: <87tuzxzfn8.fsf@gnu.org> (Marius Bakke's message of "Sat, 30 May 2020 16:00:43 +0200") Message-ID: <87a71mvv6l.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1591079279;3b96efc6; X-HE-SMSGID: 1jg0Oz-0007ha-DK X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41566 Cc: 41566@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 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hi Marius, thank you reviewing! Marius Bakke writes: > IIRC melpa.org purges old versions, so we should probably change to > 'git-fetch' here. done. >> + (license license:gpl3))) > > Well this is awkward, the LICENSE file is GPL3, but the headers in > erc-status-sidebar.el actually uses the Expat license. So this should > be license:expat. oh, good catch, I didnt notice! --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-erc-status-sidebar.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add emacs-erc-status-sidebar. From=205da5a1e7322dc00f8900724060de3d5fe2a826e0 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Tue, 2 Jun 2020 08:20:18 +0200 Subject: [PATCH] gnu: Add emacs-erc-status-sidebar. * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. =2D-- 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 b64a964916..76c67d859e 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3280,6 +3280,31 @@ appropriate console.") IRC bouncer with ERC.") (license license:expat))) =20 +(define-public emacs-erc-status-sidebar + (let ((commit "ea4189a1dbfe60117359c36e681ad7c389e2968c") + (revision "1")) + (package + (name "emacs-erc-status-sidebar") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/drewbarbs/erc-status-sidebar.git") + (commit commit))) + (sha256 + (base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3"))= )) + (build-system emacs-build-system) + (propagated-inputs `(("emacs-seq" ,emacs-seq))) + (home-page "https://github.com/drewbarbs/erc-status-sidebar") + (synopsis "A hexchat-like activity overview for ERC channels") + (description + "This package is provides a hexchat-like status bar for joined +channels in ERC. It relies on the `erc-track' module, and displays +all the same information erc-track does in the mode line, but in an +alternative format.") + (license license:expat)))) + (define-public emacs-shut-up (package (name "emacs-shut-up") =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 In most countries selling harmful things like drugs is punishable. Then howcome people can sell Microsoft software and go unpunished? (By hasku@rost.abo.fi, Hasse Skrifvars) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7V8WMACgkQfHr/vv7y yyXZ5QgAsECTUPQBbnITDtOz6lRlb7i04t1cssJX10HAlDz9zSpp68RqBNMvSOv5 uQHUhO2mPWIcQzboMBuYtVxD9uZGumXEWzYv3zot83/1nWmtfeh9w0ekzWXfiFvU bfvjqnyw2DSY1iJRN4b2axq1sTvrYC0iREmg2p/dweBPRRFBRY9zZbC1aPVE/zDZ wXqCFp/vMiCEtX8vMeTQQTgNqzPtzgffDSrj4ytdHD6SFruCKl/Mx+/uzLdT4Iwm 5OsNuJxWz/SN+iBBVj7UQFzT9MPG8LtSCUTAlPEyE2XIKIz26VK3DuGP5SOb1h58 zCjHvjpjtBdQGRxF1Y6vJ0M1ayURRA== =nqf+ -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 14 17:05:56 2020 Received: (at 41566-done) by debbugs.gnu.org; 14 Jun 2020 21:05:56 +0000 Received: from localhost ([127.0.0.1]:44625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkZpE-0000vr-F7 for submit@debbugs.gnu.org; Sun, 14 Jun 2020 17:05:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkZpC-0000vc-US for 41566-done@debbugs.gnu.org; Sun, 14 Jun 2020 17:05:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53333) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkZp7-0005a6-5n; Sun, 14 Jun 2020 17:05:49 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=43908 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jkZp5-0002C5-7c; Sun, 14 Jun 2020 17:05:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#41566] [PATCH] gnu: Add emacs-erc-status-sidebar. References: <87367le0xu.fsf@rohleder.de> <87tuzxzfn8.fsf@gnu.org> <87a71mvv6l.fsf@rohleder.de> Date: Sun, 14 Jun 2020 23:05:45 +0200 In-Reply-To: <87a71mvv6l.fsf@rohleder.de> (Michael Rohleder's message of "Tue, 02 Jun 2020 08:27:46 +0200") Message-ID: <87eeqhs6hi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41566-done Cc: 41566-done@debbugs.gnu.org, Marius Bakke 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 (---) Hi Michael, Michael Rohleder skribis: > From 5da5a1e7322dc00f8900724060de3d5fe2a826e0 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Tue, 2 Jun 2020 08:20:18 +0200 > Subject: [PATCH] gnu: Add emacs-erc-status-sidebar. > > * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. > --- > gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) This seems to address what Marius commented on so I went ahead and applied it. I followed up with small changes to placate =E2=80=98guix lint= =E2=80=99. Thanks, Ludo=E2=80=99. From unknown Fri Jun 20 07:19:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 13 Jul 2020 11:24:07 +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