From unknown Wed Jun 18 23:15:56 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#36658 <36658@debbugs.gnu.org> To: bug#36658 <36658@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-zerodark-theme. Reply-To: bug#36658 <36658@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:15:56 +0000 retitle 36658 [PATCH] gnu: Add emacs-zerodark-theme. reassign 36658 guix-patches submitter 36658 Giacomo Leidi severity 36658 normal tag 36658 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 05:28:57 2019 Received: (at submit) by debbugs.gnu.org; 15 Jul 2019 09:28:58 +0000 Received: from localhost ([127.0.0.1]:46397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmxHv-0006LS-RT for submit@debbugs.gnu.org; Mon, 15 Jul 2019 05:28:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:59770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmxHt-0006LK-KL for submit@debbugs.gnu.org; Mon, 15 Jul 2019 05:28:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51321) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmxHs-0003ig-J8 for guix-patches@gnu.org; Mon, 15 Jul 2019 05:28:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmxHr-0001lC-8D for guix-patches@gnu.org; Mon, 15 Jul 2019 05:28:48 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:51585) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmxHq-0001jk-Lt for guix-patches@gnu.org; Mon, 15 Jul 2019 05:28:47 -0400 Received: from mx1.investici.org (localhost [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id DECAD1205C7; Mon, 15 Jul 2019 09:28:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1563182921; bh=bv7Fq07kt9R6o22RqfEJF5+5VaJd/u62IPZRuIK+xYQ=; h=From:To:Cc:Subject:Date:From; b=bEHOjYdlKagLwe5KyWyTHhyn7+ep1QaAhjqCVp8Uf67+6XP5MFWozIq2UrmPYDryT qRHri/3L2D2nBqEVLNNycmdue/hS0WGfXORbZCleO9gHHo2N4Ditewe488hixjKwKm zfg4SDCfaALavWywU5y71f7DMdBBtf6tCT5y8FZI= Received: from [82.94.249.234] (mx1.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 8F08D1205D2; Mon, 15 Jul 2019 09:28:40 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-zerodark-theme. Date: Mon, 15 Jul 2019 11:28:18 +0200 Message-Id: <20190715092818.2490-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:888:2000:56::19 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi 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.1 (/) * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable. --- gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 47edbaeeb6..0376dc5069 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -49,6 +49,7 @@ ;;; Copyright =C2=A9 2019 LaFreniere, Joseph ;;; Copyright =C2=A9 2019 Amar Singh ;;; Copyright =C2=A9 2019 Baptiste Strazzulla +;;; Copyright =C2=A9 2019 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -16564,3 +16565,29 @@ directories, direct visualisation of image files= , jumping directly to links by name (with autocompletion), a simple bookmark management system and connections using TLS encryption.") (license license:gpl3+))) + +(define-public emacs-zerodark-theme + (package + (name "emacs-zerodark-theme") + (version "20190528.923") + (source + (origin + (method url-fetch) + (uri (string-append + "https://melpa.org/packages/zerodark-theme-" + version + ".el")) + (sha256 + (base32 + "0ajmkf6y7lvxr89cliq194qb8vzfgx4qj5c34b1pr5lrrxxaws0h")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-all-the-icons" ,emacs-all-the-icons))) + (home-page + "https://github.com/NicolasPetton/zerodark-theme") + (synopsis + "A dark, medium contrast theme for Emacs") + (description + "A dark theme inspired from One Dark and Niflheim. +An optional mode-line format can be enabled with 'zerodark-setup-modelin= e-format'.") + (license license:gpl3+))) --=20 2.22.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 17 09:35:24 2019 Received: (at 36658) by debbugs.gnu.org; 17 Jul 2019 13:35:24 +0000 Received: from localhost ([127.0.0.1]:51713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnk5c-0005SA-Hb for submit@debbugs.gnu.org; Wed, 17 Jul 2019 09:35:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40621) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnk5a-0005Ry-Nl for 36658@debbugs.gnu.org; Wed, 17 Jul 2019 09:35:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hnk5U-000654-PR; Wed, 17 Jul 2019 09:35:16 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33066 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hnk5U-00049u-BG; Wed, 17 Jul 2019 09:35:16 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Giacomo Leidi Subject: Re: [bug#36658] [PATCH] gnu: Add emacs-zerodark-theme. References: <20190715092818.2490-1-goodoldpaul@autistici.org> Date: Wed, 17 Jul 2019 15:35:14 +0200 In-Reply-To: <20190715092818.2490-1-goodoldpaul@autistici.org> (Giacomo Leidi's message of "Mon, 15 Jul 2019 11:28:18 +0200") Message-ID: <87blxsbx7x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36658 Cc: 36658@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 (---) Hello, Giacomo Leidi skribis: > * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable. Thanks for this patch! Below are a couple of suggestions. > +(define-public emacs-zerodark-theme > + (package > + (name "emacs-zerodark-theme") ^ The indentation is off here (you can do M-q to fix it if you use paredit). > + (version "20190528.923") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://melpa.org/packages/zerodark-theme-" > + version > + ".el")) This URL is unstable: the file will be modified in place regularly. Consequently, could you instead use the upstream Git repository URL along with the =E2=80=98git-fetch=E2=80=99 method? > + (synopsis > + "A dark, medium contrast theme for Emacs") ^ Please remove =E2=80=9CA=E2=80=9D, as suggested by =E2=80=98guix lint=E2=80= =99. > + (description > + "A dark theme inspired from One Dark and Niflheim. Please write a full sentence (info "(guix) Synopses and Descriptions"). > +An optional mode-line format can be enabled with 'zerodark-setup-modelin= e-format'.") ^ Please use @code as suggested by =E2=80=98guix lint=E2=80=99. Could you send an updated patch? Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 19 06:30:44 2019 Received: (at 36658) by debbugs.gnu.org; 19 Jul 2019 10:30:44 +0000 Received: from localhost ([127.0.0.1]:55171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoQ9v-0008As-0H for submit@debbugs.gnu.org; Fri, 19 Jul 2019 06:30:44 -0400 Received: from latitanza.investici.org ([82.94.249.234]:59255) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoQ9s-0008Ai-4u for 36658@debbugs.gnu.org; Fri, 19 Jul 2019 06:30:37 -0400 Received: from mx1.investici.org (localhost [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 5C82A1204BA for <36658@debbugs.gnu.org>; Fri, 19 Jul 2019 10:30:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1563532234; bh=Ppum2DFsekhjpVwaKw6XmIMlx7t/LROxzIlhlsKFWWo=; h=Subject:From:To:Date:In-Reply-To:References:From; b=UjV6Ws4236pWtoBUpGQSU0t54DiVwCviWAn8BwYJLNGLWamSo/FYJWDvsYuk+UMrA c+1SsuPh0cfunwHn6wp+8RMhACs2q1xE8sVHS+7NMtNBwIQbIsqxXc2Balso+aL1M0 4gdpnwkkA7knkv+k63ZUyILFdQ+k791M0PWmkmcc= Received: from [82.94.249.234] (mx1.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 344F0120490 for <36658@debbugs.gnu.org>; Fri, 19 Jul 2019 10:30:34 +0000 (UTC) Message-ID: <29622ca8a83facccb8744c132c2b413eb63515ab.camel@autistici.org> Subject: Re: [bug#36658] [PATCH] gnu: Add emacs-zerodark-theme. From: Tino il Cotechino To: 36658@debbugs.gnu.org Date: Fri, 19 Jul 2019 12:30:23 +0200 In-Reply-To: <87blxsbx7x.fsf@gnu.org> References: <20190715092818.2490-1-goodoldpaul@autistici.org> <87blxsbx7x.fsf@gnu.org> Content-Type: multipart/mixed; boundary="=-Ums9xZls+T/TUANLzgBH" X-Mailer: Evolution 3.28.1 Mime-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36658 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 (-) --=-Ums9xZls+T/TUANLzgBH Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Hello, I'm not sure why but I was convinced that guix import would run guix lint on the generated package, so I didn't even try to run it. I'll pay more attention next time. The attached patch should fix all previous problems. Thank you for your review! Giacomo On Wed, 2019-07-17 at 15:35 +0200, Ludovic Courtès wrote: > Hello, > > Giacomo Leidi skribis: > > > * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable. > > Thanks for this patch! Below are a couple of suggestions. > > > +(define-public emacs-zerodark-theme > > + (package > > + (name "emacs-zerodark-theme") > > ^ > The indentation is off here (you can do M-q to fix it if you use > paredit). > > > + (version "20190528.923") > > + (source > > + (origin > > + (method url-fetch) > > + (uri (string-append > > + "https://melpa.org/packages/zerodark-theme-" > > + version > > + ".el")) > > This URL is unstable: the file will be modified in place regularly. > Consequently, could you instead use the upstream Git repository URL > along with the ‘git-fetch’ method? > > > + (synopsis > > + "A dark, medium contrast theme for Emacs") > > ^ > Please remove “A”, as suggested by ‘guix lint’. > > > + (description > > + "A dark theme inspired from One Dark and Niflheim. > > Please write a full sentence (info "(guix) Synopses and > Descriptions"). > > > +An optional mode-line format can be enabled with 'zerodark-setup- > > modeline-format'.") > > ^ > Please use @code as suggested by ‘guix lint’. > > Could you send an updated patch? > > Thanks! > > Ludo’. --=-Ums9xZls+T/TUANLzgBH Content-Disposition: attachment; filename="0001-gnu-Add-emacs-zerodark-theme.patch" Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name="0001-gnu-Add-emacs-zerodark-theme.patch"; charset="UTF-8" RnJvbSAzOTJiM2E3YzM0MTk4ZjQ3ZjE5ZmI2YjY3ODY2Mjk3MWFhOGEzNzFmIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBHaWFjb21vIExlaWRpIDxnb29kb2xkcGF1bEBhdXRpc3RpY2ku b3JnPgpEYXRlOiBNb24sIDE1IEp1bCAyMDE5IDExOjIxOjI0ICswMjAwClN1YmplY3Q6IFtQQVRD SF0gZ251OiBBZGQgZW1hY3MtemVyb2RhcmstdGhlbWUuCgoqIGdudS9wYWNrYWdlcy9lbWFjcy14 eXouc2NtIChlbWFjcy16ZXJvZGFyay10aGVtZSk6IE5ldyB2YXJpYWJsZS4KLS0tCiBnbnUvcGFj a2FnZXMvZW1hY3MteHl6LnNjbSB8IDI3ICsrKysrKysrKysrKysrKysrKysrKysrKysrKwogMSBm aWxlIGNoYW5nZWQsIDI3IGluc2VydGlvbnMoKykKCmRpZmYgLS1naXQgYS9nbnUvcGFja2FnZXMv ZW1hY3MteHl6LnNjbSBiL2dudS9wYWNrYWdlcy9lbWFjcy14eXouc2NtCmluZGV4IDQ3ZWRiYWVl YjYuLmZlNGMzYTZjZDQgMTAwNjQ0Ci0tLSBhL2dudS9wYWNrYWdlcy9lbWFjcy14eXouc2NtCisr KyBiL2dudS9wYWNrYWdlcy9lbWFjcy14eXouc2NtCkBAIC00OSw2ICs0OSw3IEBACiA7OzsgQ29w eXJpZ2h0IMKpIDIwMTkgTGFGcmVuaWVyZSwgSm9zZXBoIDxqb3NlcGhAbGFmcmVuaWVyZS54eXo+ CiA7OzsgQ29weXJpZ2h0IMKpIDIwMTkgQW1hciBTaW5naCA8bmx5QGRpc3Jvb3Qub3JnPgogOzs7 IENvcHlyaWdodCDCqSAyMDE5IEJhcHRpc3RlIFN0cmF6enVsbGEgPGJzdHJhenp1bGxAaG90bWFp bC5mcj4KKzs7OyBDb3B5cmlnaHQgwqkgMjAxOSBHaWFjb21vIExlaWRpIDxnb29kb2xkcGF1bEBh dXRpdGljaS5vcmc+CiA7OzsKIDs7OyBUaGlzIGZpbGUgaXMgcGFydCBvZiBHTlUgR3VpeC4KIDs7 OwpAQCAtMTY1NjQsMyArMTY1NjUsMjkgQEAgZGlyZWN0b3JpZXMsIGRpcmVjdCB2aXN1YWxpc2F0 aW9uIG9mIGltYWdlIGZpbGVzLCBqdW1waW5nIGRpcmVjdGx5IHRvIGxpbmtzIGJ5CiBuYW1lICh3 aXRoIGF1dG9jb21wbGV0aW9uKSwgYSBzaW1wbGUgYm9va21hcmsgbWFuYWdlbWVudCBzeXN0ZW0g YW5kCiBjb25uZWN0aW9ucyB1c2luZyBUTFMgZW5jcnlwdGlvbi4iKQogICAgIChsaWNlbnNlIGxp Y2Vuc2U6Z3BsMyspKSkKKworKGRlZmluZS1wdWJsaWMgZW1hY3MtemVyb2RhcmstdGhlbWUKKyAg KHBhY2thZ2UKKyAgICAobmFtZSAiZW1hY3MtemVyb2RhcmstdGhlbWUiKQorICAgICh2ZXJzaW9u ICI0LjUiKQorICAgIChzb3VyY2UKKyAgICAgKG9yaWdpbgorICAgICAgIChtZXRob2QgZ2l0LWZl dGNoKQorICAgICAgICh1cmkgKGdpdC1yZWZlcmVuY2UKKyAgICAgICAgICAgICAodXJsICJodHRw czovL2dpdGxhYi5wZXR0b24uZnIvbmljby96ZXJvZGFyay10aGVtZS5naXQiKQorICAgICAgICAg ICAgIChjb21taXQgdmVyc2lvbikpKQorICAgICAgIChmaWxlLW5hbWUgKGdpdC1maWxlLW5hbWUg bmFtZSB2ZXJzaW9uKSkKKyAgICAgICAoc2hhMjU2CisgICAgICAgIChiYXNlMzIKKyAgICAgICAg ICIwbm5seHpzbWhzYnN6cWlnY3l4YWs5aTFhMGRpZ3JkMTNndjZ2MThjazRoNzYwbWloaDFtIikp KSkKKyAgICAoYnVpbGQtc3lzdGVtIGVtYWNzLWJ1aWxkLXN5c3RlbSkKKyAgICAocHJvcGFnYXRl ZC1pbnB1dHMKKyAgICAgYCgoImVtYWNzLWFsbC10aGUtaWNvbnMiICxlbWFjcy1hbGwtdGhlLWlj b25zKSkpCisgICAgKGhvbWUtcGFnZQorICAgICAiaHR0cHM6Ly9naXRsYWIucGV0dG9uLmZyL25p Y28vemVyb2RhcmstdGhlbWUiKQorICAgIChzeW5vcHNpcworICAgICAiRGFyaywgbWVkaXVtIGNv bnRyYXN0IHRoZW1lIGZvciBFbWFjcyIpCisgICAgKGRlc2NyaXB0aW9uCisgICAgICJaZXJvZGFy ayBpcyBhIGRhcmsgdGhlbWUgaW5zcGlyZWQgZnJvbSBPbmUgRGFyayBhbmQgTmlmbGhlaW0uCitB biBvcHRpb25hbCBtb2RlLWxpbmUgZm9ybWF0IGNhbiBiZSBlbmFibGVkIHdpdGggQGNvZGV7emVy b2Rhcmstc2V0dXAtbW9kZWxpbmUtZm9ybWF0fS4iKQorICAgIChsaWNlbnNlIGxpY2Vuc2U6Z3Bs MyspKSkKLS0gCjIuMjIuMAoK --=-Ums9xZls+T/TUANLzgBH-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 19 18:59:38 2019 Received: (at 36658-done) by debbugs.gnu.org; 19 Jul 2019 22:59:38 +0000 Received: from localhost ([127.0.0.1]:56636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hobqk-0001AA-BU for submit@debbugs.gnu.org; Fri, 19 Jul 2019 18:59:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hobqh-00019v-MT for 36658-done@debbugs.gnu.org; Fri, 19 Jul 2019 18:59:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hobqc-0000Xo-8m; Fri, 19 Jul 2019 18:59:30 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39578 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hobqb-0004qQ-TF; Fri, 19 Jul 2019 18:59:30 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tino il Cotechino Subject: Re: [bug#36658] [PATCH] gnu: Add emacs-zerodark-theme. References: <20190715092818.2490-1-goodoldpaul@autistici.org> <87blxsbx7x.fsf@gnu.org> <29622ca8a83facccb8744c132c2b413eb63515ab.camel@autistici.org> Date: Sat, 20 Jul 2019 00:59:28 +0200 In-Reply-To: <29622ca8a83facccb8744c132c2b413eb63515ab.camel@autistici.org> (Tino il Cotechino's message of "Fri, 19 Jul 2019 12:30:23 +0200") Message-ID: <87a7d9aawf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36658-done Cc: 36658-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: -3.3 (---) Hi, Tino il Cotechino skribis: > From 392b3a7c34198f47f19fb6b678662971aa8a371f Mon Sep 17 00:00:00 2001 > From: Giacomo Leidi > Date: Mon, 15 Jul 2019 11:21:24 +0200 > Subject: [PATCH] gnu: Add emacs-zerodark-theme. > > * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Wed Jun 18 23:15:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 17 Aug 2019 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