From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 05:24:58 2020 Received: (at submit) by debbugs.gnu.org; 3 Apr 2020 09:24:58 +0000 Received: from localhost ([127.0.0.1]:41174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKIZN-0005wK-9V for submit@debbugs.gnu.org; Fri, 03 Apr 2020 05:24:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:51745) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKIZL-0005w9-Qt for submit@debbugs.gnu.org; Fri, 03 Apr 2020 05:24:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56898) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKIZI-0003uQ-CG for guix-patches@gnu.org; Fri, 03 Apr 2020 05:24:53 -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,RCVD_IN_DNSWL_NONE, 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 1jKIZE-0002Mz-Qm for guix-patches@gnu.org; Fri, 03 Apr 2020 05:24:51 -0400 Received: from m32-11.eu.mailgun.net ([141.193.32.11]:39619) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKIZE-0002EJ-F1 for guix-patches@gnu.org; Fri, 03 Apr 2020 05:24:48 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585905888; h=Content-Transfer-Encoding: MIME-Version: Message-Id: Date: Subject: Cc: To: From: Sender; bh=dtssrc/ngFxPdf2SEElzrmUXYawXfmhGxXKvKfICNBs=; b=IMrX03WB+iUYazgDGsp8iZGYvbWtJmqvJt2AvlPiNdnDrGYWv3K7KFhcbO1+djAMrrxRl8Jb 2soppvfA+Vz2axDXd14VpMtt4eDn57SoZ+u8dweZoUCWtn+ZxGQv5Xz01itGGaYsom0kLkf0 SGdzQS7kE+rjqgQ1g1Y3YSsIphnfRtb2knIqb9W/PPokBOUIb6jI+ntoMLeW1RdCMjZ4yTBh sVGLn5hFmvLDgP7QZKxPVHmKGhQ+X1VUpJWW+MbHGawmLAclZJfIzccukHdIR3lwfzMMOB1J GmD7jvVytAKS9ZQkh5U2dhCi4iIEpvl6xseSfvpup50Tm+nbYe3lWA== X-Mailgun-Sending-Ip: 141.193.32.11 X-Mailgun-Sid: WyI5N2FiZSIsICJndWl4LXBhdGNoZXNAZ251Lm9yZyIsICJhZmUyZiJd Received: from wired-tiny.zte.com.cn (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e8700dc.7f85230f6830-smtp-out-n02; Fri, 03 Apr 2020 09:24:44 -0000 (UTC) From: Dimos Dimakakos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. Date: Fri, 3 Apr 2020 12:24:12 +0300 Message-Id: <20200403092412.6491-1-me@bendersteed.tech> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 141.193.32.11 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit Cc: Dimakakos Dimos 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.7 (/) From: Dimakakos Dimos * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.0. --- gnu/packages/emacs-xyz.scm | 63 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 782d8650dd..d1b34ccc03 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20278,7 +20278,7 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-themes (package (name "emacs-modus-themes") - (version "0.6.0") + (version "0.7.0") (source (origin (method git-fetch) @@ -20287,7 +20287,7 @@ Emacs that integrate with major modes like Org-mode.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa")))) + (base32 "0nw3jlx2h9127y9b8mmyrps9jyvr33yz2dr9q33j9fll1b8wapn0")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Emacs themes designed for colour-contrast accessibility") @@ -21760,3 +21760,62 @@ enables modal editing and composition of commands, too. It combines ideas of other Editors like Vim or Kakoune and tries to align them with regular Emacs conventions.") (license license:gpl3+))) + +(define-public emacs-emacsql-sqlite + (package + (name "emacs-emacsql-sqlite") + (version "20190727.1710") + (source + (origin + (method url-fetch) + (uri (string-append + "https://melpa.org/packages/emacsql-sqlite-" + version + ".tar")) + (sha256 + (base32 + "1lx06hlbj9yfflv7nw6ngsm3vhchyzqbm1wlzfxrwx9zi54xm7h4")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-emacsql" ,emacs-emacsql))) + (home-page "https://github.com/skeeto/emacsql") + (synopsis "EmacSQL back-end for SQLite") + (description + "During package installation EmacSQL will attempt to compile a +custom native binary for communicating with a SQLite database. +") + (license #f))) + +(define-public emacs-org-roam + (package + (name "emacs-org-roam") + (version "20200329.1330") + (source + (origin + (method url-fetch) + (uri (string-append + "https://melpa.org/packages/org-roam-" + version + ".tar")) + (sha256 + (base32 + "166sxsv259iclvzr4p9ip4lprmrsydwjcr4rvg3xz144pld4qwf3")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-dash" ,emacs-dash) + ("emacs-f" ,emacs-f) + ("emacs-s" ,emacs-s) + ("emacs-org" ,emacs-org) + ("emacs-emacsql" ,emacs-emacsql) + ("emacs-emacsql-sqlite" ,emacs-emacsql-sqlite))) + (home-page + "https://github.com/jethrokuan/org-roam") + (synopsis "Roam Research replica with Org-mode") + (description + "This library is an attempt at injecting Roam functionality into Org-mode. +This is achieved primarily through building caches for forward links, +backward links, and file titles. +") + (license #f))) + + -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 05:59:49 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 09:59:49 +0000 Received: from localhost ([127.0.0.1]:41189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKJ77-0007nS-5Z for submit@debbugs.gnu.org; Fri, 03 Apr 2020 05:59:49 -0400 Received: from m32-11.eu.mailgun.net ([141.193.32.11]:42671) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKJ74-0007mv-RP for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 05:59:47 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585907986; h=Content-Transfer-Encoding: MIME-Version: Message-Id: Date: Subject: Cc: To: From: Sender; bh=++MJl7zocBRJxfBJl48LsX1PIZKVF+y6X9TOdFPz+Tw=; b=VtqIBWnb3JBhHt7Ec5mHDexTUlyVZ7Gsb/RgU4KeKyZnHfREMfi7HUX0woROOVf/oNQT2LP+ JFbDQHGRNFES+CvNTPfKqeeeRtTup6HA517qblhrtZtvVUUbUUuQVlvkhIOnF2Bdn9+RUJ/x vuLblDLChDHSX6cmyDkbYCETrevzmtK2fEy7Y093Kf1yxtpxUzhjuWzNCY3EQP6keZWBveXN aVQl6ACer6R9BHS7oZTwlhsv12aVqHy50j1SGHVjk9KKA0ht2qlpa89jqL9c2xST1dR+lOUE pLOH+WUShapbsS7q9QGfHiYMapmMWC8edCeF3vh2XQweUN2iSH5YFA== X-Mailgun-Sending-Ip: 141.193.32.11 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from wired-tiny.zte.com.cn (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e87090c.7ff32014b170-smtp-out-n01; Fri, 03 Apr 2020 09:59:40 -0000 (UTC) From: Dimos Dimakakos To: 40402@debbugs.gnu.org Subject: [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. Date: Fri, 3 Apr 2020 12:59:02 +0300 Message-Id: <20200403095902.14095-1-me@bendersteed.tech> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Dimakakos Dimos 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 (-) From: Dimakakos Dimos * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 782d8650dd..90d0ecbd83 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20278,7 +20278,7 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-themes (package (name "emacs-modus-themes") - (version "0.6.0") + (version "0.7.0") (source (origin (method git-fetch) @@ -20287,7 +20287,7 @@ Emacs that integrate with major modes like Org-mode.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa")))) + (base32 "0nw3jlx2h9127y9b8mmyrps9jyvr33yz2dr9q33j9fll1b8wapn0")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Emacs themes designed for colour-contrast accessibility") -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 06:21:02 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 10:21:03 +0000 Received: from localhost ([127.0.0.1]:41198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKJRe-0000Xb-Ai for submit@debbugs.gnu.org; Fri, 03 Apr 2020 06:21:02 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:40855) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKJRc-0000We-8h for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 06:21:01 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 15883240010; Fri, 3 Apr 2020 10:20:52 +0000 (UTC) From: Nicolas Goaziou To: Dimos Dimakakos Subject: Re: [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. References: <20200403092412.6491-1-me@bendersteed.tech> <20200403095902.14095-1-me@bendersteed.tech> Date: Fri, 03 Apr 2020 12:20:51 +0200 In-Reply-To: <20200403095902.14095-1-me@bendersteed.tech> (Dimos Dimakakos's message of "Fri, 3 Apr 2020 12:59:02 +0300") Message-ID: <87pncoyinw.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40402 Cc: 40402@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, Dimos Dimakakos writes: > * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.0. Thank you. I was also considering updating this package. However, the themes are also available on GNU ELPA, as two separate packages: https://elpa.gnu.org/packages/modus-operandi-theme.html https://elpa.gnu.org/packages/modus-vivendi-theme.html So I was wondering if we should switch instead to GNU ELPA releases, for easier updates (there is an updater for GNU ELPA packages). If we do, I wonder if we should deprecate the current package, and make it point to either of the themes. What do Guix folks think? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 06:30:49 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 10:30:49 +0000 Received: from localhost ([127.0.0.1]:41203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKJb7-00019X-E5 for submit@debbugs.gnu.org; Fri, 03 Apr 2020 06:30:49 -0400 Received: from m32-10.eu.mailgun.net ([141.193.32.10]:28612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKJb5-000194-AP for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 06:30:48 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585909847; h=Content-Type: MIME-Version: Message-ID: Date: In-reply-to: Subject: Cc: To: From: References: Sender; bh=wypcMZhVYexzHSvwp6YZPjyFIi3GtzJCOPeeJl2HJBQ=; b=Lk5po4Ya6nBaopw23DRqbL/IJQ+8finPG3y1naaIdg/GJSOO78Uydu3NwdpwX4k6H7suLUwv omtN9U2KIvhiKZbhBFufyHEpEuUReNaHzKEIQX8g+6WX9MXjnBR8Uegss1Sn/cYNX6hgD8yq AtcCdSdxUPb46JcDL9pQ4yiMGrnV8t2nvPMYIzCzrb4tZneQ4GBTGNRDMuEQr+1hu9jo18da vQyxKZrR9+J4HNeSWDDuAPzYwjiSKsS++6f7DgN9lefKnPiO+/WBkubbwd6+Oq+JXlc7TNVd 7d7A6GJuldbAWtOujqUng76L+s2lt4JpZvX9rqQN+PXoduM1BaO2nQ== X-Mailgun-Sending-Ip: 141.193.32.10 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from localhost (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e87104e.7f98a503f960-smtp-out-n01; Fri, 03 Apr 2020 10:30:38 -0000 (UTC) References: <20200403092412.6491-1-me@bendersteed.tech> <20200403095902.14095-1-me@bendersteed.tech> <87pncoyinw.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.2.0; emacs 26.3 From: Dimos Dimakakos To: 40402@debbugs.gnu.org Subject: Re: [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. In-reply-to: <87pncoyinw.fsf@nicolasgoaziou.fr> Date: Fri, 03 Apr 2020 13:30:37 +0300 Message-ID: <87o8s83lpu.fsf@bendersteed.tech> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Nicolas Goaziou 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 (-) Nicolas Goaziou writes: > So I was wondering if we should switch instead to GNU ELPA releases, for > easier updates (there is an updater for GNU ELPA packages). If we do, > I wonder if we should deprecate the current package, and make it point > to either of the themes. Sounds fine to me. Would you like me to update my patch? I would add emacs-modus-operandi-theme and emacs-modus-vivendi-theme from elpa, and then emacs-modus-themes could propagate these two. I could send the patch later today if we're ok with this. Thanks! From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 11:16:53 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 15:16:53 +0000 Received: from localhost ([127.0.0.1]:43016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKO3w-0000CO-N2 for submit@debbugs.gnu.org; Fri, 03 Apr 2020 11:16:52 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:41707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKO3u-0000Bp-7C for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 11:16:51 -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 relay6-d.mail.gandi.net (Postfix) with ESMTPSA id F228FC000A; Fri, 3 Apr 2020 15:16:42 +0000 (UTC) From: Nicolas Goaziou To: Dimos Dimakakos Subject: Re: [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. References: <20200403092412.6491-1-me@bendersteed.tech> <20200403095902.14095-1-me@bendersteed.tech> <87pncoyinw.fsf@nicolasgoaziou.fr> <87o8s83lpu.fsf@bendersteed.tech> Date: Fri, 03 Apr 2020 17:16:40 +0200 In-Reply-To: <87o8s83lpu.fsf@bendersteed.tech> (Dimos Dimakakos's message of "Fri, 03 Apr 2020 13:30:37 +0300") Message-ID: <87ftdky4yv.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40402 Cc: 40402@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 (-) > Sounds fine to me. Would you like me to update my patch? I would add > emacs-modus-operandi-theme and emacs-modus-vivendi-theme from elpa, > and Sure! > then emacs-modus-themes could propagate these two. I'm not sure about that one. Is there any reason to keep this one around if Guix provides the two themes separately? Deprecating the initial package altogether may sound better. The package would still be available but would point to either theme. WDYT? From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 13:23:47 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 17:23:47 +0000 Received: from localhost ([127.0.0.1]:43153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKQ2k-0003Rb-Oy for submit@debbugs.gnu.org; Fri, 03 Apr 2020 13:23:46 -0400 Received: from m32-10.eu.mailgun.net ([141.193.32.10]:63482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKQ2h-0003R2-Gr for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 13:23:44 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585934623; h=Content-Type: MIME-Version: Message-ID: Date: In-reply-to: Subject: Cc: To: From: References: Sender; bh=DVRhJhkcRSVAb/jAeQzSEO3Fs8s5S2Q/3HfhVHxEHkc=; b=rCd8XQgcT6u7T1CUTp36RBQBYFS/IOWLGwjKkcuZbC8gLiEv5UUwJcekfMwbhC2og8e0zvxQ omKJHMZV9kjCZb2E73ZITHSkRxKQfXyYPExxztywsm5hBcYUwEtETLa7oYFw5NGyVIwbIK7l julg9X1O0+uLsHRG4ngJhMfOO926EHiV9mKqKqIJJEMw3twzxZJGdiG+FofPJBoI+rENXuUJ ChOPJMSm/hISfZmIfKrBNMjUZHFfVCwYw04yyZEOyzMncfimBZcUPuS/QpzpIr4UeXCi7scq bDaEZsmsnM5LI862xB2SnTVkKYcp1P2EIulnQDGFlELLrWxAMQJ0bw== X-Mailgun-Sending-Ip: 141.193.32.10 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from localhost (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e877118.7ff6c492db10-smtp-out-n02; Fri, 03 Apr 2020 17:23:36 -0000 (UTC) References: <20200403092412.6491-1-me@bendersteed.tech> <20200403095902.14095-1-me@bendersteed.tech> <87pncoyinw.fsf@nicolasgoaziou.fr> <87o8s83lpu.fsf@bendersteed.tech> <87ftdky4yv.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.2.0; emacs 26.3 From: Dimos Dimakakos To: 40402@debbugs.gnu.org Subject: Re: [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. In-reply-to: <87ftdky4yv.fsf@nicolasgoaziou.fr> Date: Fri, 03 Apr 2020 20:23:32 +0300 Message-ID: <87lfnc32ln.fsf@bendersteed.tech> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Nicolas Goaziou 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 (-) Nicolas Goaziou writes: >> then emacs-modus-themes could propagate these two. > > I'm not sure about that one. Is there any reason to keep this one around > if Guix provides the two themes separately? Deprecating the initial > package altogether may sound better. The package would still be > available but would point to either theme. > > WDYT? Sure, that sounds reasonable! I will send a revised patch a bit later. Thanks for your guidance. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 19:05:53 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 23:05:53 +0000 Received: from localhost ([127.0.0.1]:43296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNp-0007W6-6Z for submit@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:53 -0400 Received: from m32-10.eu.mailgun.net ([141.193.32.10]:42598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNm-0007VV-9u for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:51 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585955150; h=Content-Transfer-Encoding: MIME-Version: Message-Id: Date: Subject: Cc: To: From: Sender; bh=vz+ZGrkJtZmyWNCHw0pqDfmokmh3rXp+BTT+pMgifSU=; b=kNty4qU72AiWcceT0nw4RR5l3zGJDxyeUtL1xwiDpKY1dILjmMbSDTChdksG5KkDyYKedZO+ ZyZMBM5CQXZfhcJQV7v3VGlkht0kOlwIhETyn7ZwGoA/5m0iZJ/sfOnbMSXy6Uxhjhpr+Lrf 0KcmJ9EY5K9C/lv6uOMG/Q68Goks8uINiIk+4HxwIaW1MVrFrsTWxuNjOVA8OYa5jWRmhZ3Y a344ZPwWTsUrqLKK4RjK6ExTEKgWsuA8TzZ6Y4zDadC0M0AGD3/QyWrsAQoVaE7CUIJ0yA+m vUOx8Cvbc2ceqmALpbnYnVHJkXpZoM9yQTC9wpLNb3YOgwv25N8DCg== X-Mailgun-Sending-Ip: 141.193.32.10 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from wired-tiny.zte.com.cn (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e87c148.7f9b4e67f2f0-smtp-out-n01; Fri, 03 Apr 2020 23:05:44 -0000 (UTC) From: Dimakis Dimakakos To: 40402@debbugs.gnu.org Subject: [PATCH 0/3] Deprecate emacs-modus-themes Date: Sat, 4 Apr 2020 02:05:35 +0300 Message-Id: <20200403230538.9032-1-me@bendersteed.tech> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Dimakakos Dimos 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 (-) From: Dimakakos Dimos This is series of patches to add emacs-modus-vivendi-theme and emacs-modus-operandi-theme as separate variables, grabbed from elpa, and deprecate emacs-modus-theme so that it links to emacs-modus-operandi-theme. Hope this is acceptable! Thanks. Dimakakos Dimos (3): gnu: Add emacs-modus-vivendi-theme. gnu: Add emacs-modus-operandi-theme. gnu: Deprecate emacs-modus-themes. gnu/packages/emacs-xyz.scm | 73 ++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 23 deletions(-) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 19:05:53 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 23:05:53 +0000 Received: from localhost ([127.0.0.1]:43298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNp-0007W8-DR for submit@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:53 -0400 Received: from m32-10.eu.mailgun.net ([141.193.32.10]:38070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNn-0007VZ-Vn for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:52 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585955151; h=Content-Transfer-Encoding: MIME-Version: References: In-Reply-To: Message-Id: Date: Subject: Cc: To: From: Sender; bh=0YXzSf8VdiwcsxXbURJUvfAZlEdd2cWF9oBoHZhGJdk=; b=pOlFZZqL/oPku7FU4kNPOC4MsmDnERSaoOiCtBLQtDipWauEvrsGg7eq3TyyWxIr+y7FXLcI NwSc1H6virfgaEsE03r7AznrX+/8Q+oZ6IZfDX4Ur6jPWSySDqnG43rch8e632v8ssGRdj9v G5P1Bhou12/UnPLLEsYgqEFl6132NU0DZgyC8T545POoMkSlnQ2VrYl13HxjQAzGuovx6ky0 /v+qLUrUVv7yab6TFkVFrcMhRCw3SMKUS2IVIigox1IGzmWHuR4wP9RZJkH4Qf4G5eU1fv/4 FhQiYyHDHL5fpjNtYeJu+r8UR/rC51O9orx6sro2//Pgw0z+dXTV1A== X-Mailgun-Sending-Ip: 141.193.32.10 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from wired-tiny.zte.com.cn (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e87c14a.7f9b4e67f2f0-smtp-out-n01; Fri, 03 Apr 2020 23:05:46 -0000 (UTC) From: Dimakis Dimakakos To: 40402@debbugs.gnu.org Subject: [PATCH 1/3] gnu: Add emacs-modus-vivendi-theme. Date: Sat, 4 Apr 2020 02:05:36 +0300 Message-Id: <20200403230538.9032-2-me@bendersteed.tech> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200403230538.9032-1-me@bendersteed.tech> References: <20200403230538.9032-1-me@bendersteed.tech> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Dimakakos Dimos 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 (-) From: Dimakakos Dimos * gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): 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 c0ece8b94e..c28ab8ef49 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20690,6 +20690,31 @@ is cast on a light backdrop (Modus Operandi) and another where light text is displayed against a dark background (Modus Vivendi).") (license license:gpl3+))) +(define-public emacs-modus-vivendi-theme + (package + (name "emacs-modus-vivendi-theme") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (string-append + "https://elpa.gnu.org/packages/modus-vivendi-theme-" + version + ".el")) + (sha256 + (base32 + "1w4vrg39dghghkvll3h4kmzykc3zpp6pbychb39gcc13z2b06v8g")))) + (build-system emacs-build-system) + (home-page + "https://gitlab.com/protesilaos/modus-themes") + (synopsis "Accessible dark theme (WCAG AAA)") + (description + "Modus vivendi is the dark version of the modus accessible +themes for GNU Emacs. The contrast ratio between foreground and background +values should always be >= 7:1, which conforms with the WCAG AAA accessibility +standard. This is the highest standard of its kind.") + (license license:gpl3+))) + (define-public emacs-punpun-theme (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65") (revision "0")) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 19:05:57 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 23:05:57 +0000 Received: from localhost ([127.0.0.1]:43302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNs-0007We-LL for submit@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:56 -0400 Received: from m32-10.eu.mailgun.net ([141.193.32.10]:55915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNp-0007Vd-Ez for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:55 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585955153; h=Content-Transfer-Encoding: MIME-Version: References: In-Reply-To: Message-Id: Date: Subject: Cc: To: From: Sender; bh=CLSpQpTAd89IBB6tArCiV1vXMQBZTVJpB4EPOZsMyyk=; b=IemTTzyUPiol853u0C+Yrf+TjvuF4wqBgokdstdSYhVlQAlygZinFFPf/DtwtIu+Si5yjw03 HLifm9S30hvgy5olpKOfyRe35g4odPhBMg8ISKf6876lwaafYRNm+9B9TxPax4HSCNUeG8bp 42Pgg73we0T4lWqnC2W8cB6iP4joWch60mQR4NnrVpgMMJngHo+y+N9QfZuXj1CdNjmmwEW2 uIc9PlYsdHNIVzllnsdwTpZ9iRfetHcq0yKWzvSWSq70pUqJFILqhSjjkrg2wl/o0pFIVHs9 YN5PiQhJK7vvo1vquxBVTdh2vW4ARAn2MEdwirdiW+8CkQzWZ+SlhQ== X-Mailgun-Sending-Ip: 141.193.32.10 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from wired-tiny.zte.com.cn (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e87c14b.7f9b4e67f2f0-smtp-out-n01; Fri, 03 Apr 2020 23:05:47 -0000 (UTC) From: Dimakis Dimakakos To: 40402@debbugs.gnu.org Subject: [PATCH 2/3] gnu: Add emacs-modus-operandi-theme. Date: Sat, 4 Apr 2020 02:05:37 +0300 Message-Id: <20200403230538.9032-3-me@bendersteed.tech> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200403230538.9032-1-me@bendersteed.tech> References: <20200403230538.9032-1-me@bendersteed.tech> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Dimakakos Dimos 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 (-) From: Dimakakos Dimos * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): 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 c28ab8ef49..edccff3378 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20690,6 +20690,31 @@ is cast on a light backdrop (Modus Operandi) and another where light text is displayed against a dark background (Modus Vivendi).") (license license:gpl3+))) +(define-public emacs-modus-operandi-theme + (package + (name "emacs-modus-operandi-theme") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (string-append + "https://elpa.gnu.org/packages/modus-operandi-theme-" + version + ".el")) + (sha256 + (base32 + "17zvcqplbl3rk39k61v43ganzv06j49rlyickanwll5m1a3iibw2")))) + (build-system emacs-build-system) + (home-page + "https://gitlab.com/protesilaos/modus-themes") + (synopsis "Accessible light theme (WCAG AAA)") + (description + "Modus operandi is the light version of the modus accessible +themes for GNU Emacs. The contrast ratio between foreground and background +values should always be >= 7:1, which conforms with the WCAG AAA accessibility +standard. This is the highest standard of its kind.") + (license license:gpl3+))) + (define-public emacs-modus-vivendi-theme (package (name "emacs-modus-vivendi-theme") -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 19:06:00 2020 Received: (at 40402) by debbugs.gnu.org; 3 Apr 2020 23:06:00 +0000 Received: from localhost ([127.0.0.1]:43304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNw-0007X2-0p for submit@debbugs.gnu.org; Fri, 03 Apr 2020 19:06:00 -0400 Received: from m32-11.eu.mailgun.net ([141.193.32.11]:11472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKVNr-0007Vk-LC for 40402@debbugs.gnu.org; Fri, 03 Apr 2020 19:05:56 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1585955155; h=Content-Transfer-Encoding: MIME-Version: References: In-Reply-To: Message-Id: Date: Subject: Cc: To: From: Sender; bh=sy3ofzd3EHe2xEKYVpg1hY6uwyk6dLX3IUEahO/L0Ds=; b=payzkZsVG3UvvXO1TkJMvoaCmMc4iRf6bhImnr/CB4KU2ykpHG2P4do8K/7crA2hZMBv7KDw Xh1nTJbf+ncWpM458f7y1z+3cgVSMsJeMh62pzMndvpzrwi6t3jB00ATJHMsEiurr6j5KK/U GNr2IJmg+RAKPEJe9pA4+s7MshfOJ2qQ2948PLcfOuLLPzHTmUUh8ZU9Ck0BP6/MdA3wThO7 UIAYxsso2nmDk3osZYWP/sB8w4z6W+fUwPSStckQM69XsyEM7aQe+vCCSNaXcQS9HuINSPw2 lD3PzGYIRXukYK2L2Ex550UFwx2TJZmT71GSXfz0AxquSHsD8ynj/w== X-Mailgun-Sending-Ip: 141.193.32.11 X-Mailgun-Sid: WyIzZDc1MiIsICI0MDQwMkBkZWJidWdzLmdudS5vcmciLCAiYWZlMmYiXQ== Received: from wired-tiny.zte.com.cn (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e87c14d.7f9b4e67f2f0-smtp-out-n01; Fri, 03 Apr 2020 23:05:49 -0000 (UTC) From: Dimakis Dimakakos To: 40402@debbugs.gnu.org Subject: [PATCH 3/3] gnu: Deprecate emacs-modus-themes. Date: Sat, 4 Apr 2020 02:05:38 +0300 Message-Id: <20200403230538.9032-4-me@bendersteed.tech> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200403230538.9032-1-me@bendersteed.tech> References: <20200403230538.9032-1-me@bendersteed.tech> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402 Cc: Dimakakos Dimos 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 (-) From: Dimakakos Dimos * gnu/package/emacs-xyz.scm (emacs-modus-themes): Deprecate it. --- gnu/packages/emacs-xyz.scm | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index edccff3378..141994e336 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20664,32 +20664,6 @@ Emacs that integrate with major modes like Org-mode.") (home-page "https://github.com/hlissner/emacs-doom-themes") (license license:expat)))) -(define-public emacs-modus-themes - (package - (name "emacs-modus-themes") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/protesilaos/modus-themes.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa")))) - (build-system emacs-build-system) - (home-page "https://gitlab.com/protesilaos/modus-themes") - (synopsis "Emacs themes designed for colour-contrast accessibility") - (description - "This is a set of accessible themes for GNU Emacs. The contrast ratio -between foreground and background values should always be >= 7:1, which -conforms with the WCAG AAA accessibility standard. - -The Modus themes project consists of two standalone items, one where dark text -is cast on a light backdrop (Modus Operandi) and another where light text is -displayed against a dark background (Modus Vivendi).") - (license license:gpl3+))) - (define-public emacs-modus-operandi-theme (package (name "emacs-modus-operandi-theme") @@ -20740,6 +20714,9 @@ values should always be >= 7:1, which conforms with the WCAG AAA accessibility standard. This is the highest standard of its kind.") (license license:gpl3+))) +(define-public emacs-modus-themes + (deprecated-package "emacs-modus-themes" emacs-modus-operandi-theme)) + (define-public emacs-punpun-theme (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65") (revision "0")) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 04 05:56:03 2020 Received: (at 40402-done) by debbugs.gnu.org; 4 Apr 2020 09:56:03 +0000 Received: from localhost ([127.0.0.1]:43462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKfX1-0005a4-1u for submit@debbugs.gnu.org; Sat, 04 Apr 2020 05:56:03 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:55039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKfWz-0005ZK-8u for 40402-done@debbugs.gnu.org; Sat, 04 Apr 2020 05:56:02 -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 relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 2D43FC0004; Sat, 4 Apr 2020 09:55:53 +0000 (UTC) From: Nicolas Goaziou To: Dimakis Dimakakos Subject: Re: [bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes References: <20200403092412.6491-1-me@bendersteed.tech> <20200403230538.9032-1-me@bendersteed.tech> Date: Sat, 04 Apr 2020 11:55:53 +0200 In-Reply-To: <20200403230538.9032-1-me@bendersteed.tech> (Dimakis Dimakakos's message of "Sat, 4 Apr 2020 02:05:35 +0300") Message-ID: <87mu7rwp5i.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40402-done Cc: 40402-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, Dimakis Dimakakos writes: > This is series of patches to add emacs-modus-vivendi-theme and > emacs-modus-operandi-theme as separate variables, grabbed from elpa, > and deprecate emacs-modus-theme so that it links to > emacs-modus-operandi-theme. > > Hope this is acceptable! Thanks. Great! I fixed the indentation (you may want to use Emacs or "etc/indent-code.el" script in repository) added two spaces between sentences in the description, as required by Texinfo, and applied the three patches, with the references: 51d4587a6998af30598de153fd7ed5ca1baae6d0 56ec01132e4dae2abf575195bf605f080c96fb21 cdbbb94c69e954cc179949b6bb49fedd3d2c3468 Thank you! Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 04 07:36:58 2020 Received: (at 40402-done) by debbugs.gnu.org; 4 Apr 2020 11:36:58 +0000 Received: from localhost ([127.0.0.1]:43555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKh6g-0006r1-2X for submit@debbugs.gnu.org; Sat, 04 Apr 2020 07:36:58 -0400 Received: from m32-11.eu.mailgun.net ([141.193.32.11]:17051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKh6d-0006qT-Jv for 40402-done@debbugs.gnu.org; Sat, 04 Apr 2020 07:36:56 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bendersteed.tech; q=dns/txt; s=mx; t=1586000216; h=Content-Type: MIME-Version: Message-ID: Date: In-reply-to: Subject: Cc: To: From: References: Sender; bh=G2z+dHr5yZgRkVV7fW811JCpF8UFJCV8fBpFonqNF08=; b=pG0F68s1+kZrsXtsjpvCHkQKt8CEv3D1UuQD23KJkaBp1i8ctFbw4G1qBamHBYKgF02HDjpA Fo8Q0VfIGUIH+ml/JBwz361mgkK24boS2RRF2hXx571SGJY0P6J/MH1MTDzePABN8Hsq6zi+ TLHp2q58WOsGFZXFTIEpLMpRap5WFRkZzQE8PZzHOLPfyzFrA1lD8W4UnfoJLXVMC3aLKtdq kCO/QssZG8emNOs2Nkhu8xDx6YZnatZIydKkY2FcmYNQmhWv6Ria5M5MHwxb8Bf+HdKUMhnb 0OC7mciMjSgqQ8+13/w/ISipb1zLfkn0eWa/peHfXy+3jdZhWpCwiA== X-Mailgun-Sending-Ip: 141.193.32.11 X-Mailgun-Sid: WyJiZmRiZiIsICI0MDQwMi1kb25lQGRlYmJ1Z3MuZ251Lm9yZyIsICJhZmUyZiJd Received: from localhost (188.4.170.154.dsl.dyn.forthnet.gr [188.4.170.154]) by mxa.mailgun.org with ESMTP id 5e887148.7f5349c6b2d0-smtp-out-n02; Sat, 04 Apr 2020 11:36:40 -0000 (UTC) References: <20200403092412.6491-1-me@bendersteed.tech> <20200403230538.9032-1-me@bendersteed.tech> <87mu7rwp5i.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.2.0; emacs 26.3 From: Dimos Dimakakos To: 40402-done@debbugs.gnu.org Subject: Re: [bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes In-reply-to: <87mu7rwp5i.fsf@nicolasgoaziou.fr> Date: Sat, 04 Apr 2020 14:36:39 +0300 Message-ID: <87imiffpo8.fsf@bendersteed.tech> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40402-done Cc: Nicolas Goaziou 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 (-) Nicolas Goaziou writes: > I fixed the indentation (you may want to use Emacs or > "etc/indent-code.el" script in repository) added two spaces between > sentences in the description, as required by Texinfo, and applied the > three patches, with the references: > > 51d4587a6998af30598de153fd7ed5ca1baae6d0 > 56ec01132e4dae2abf575195bf605f080c96fb21 > cdbbb94c69e954cc179949b6bb49fedd3d2c3468 Well, I already use emacs, so I'll take a look at "etc/indent-code.el". Thanks for the notice. And I always forget those double spaces, I think I'll start using them more every day to get used to them. Anyways, thanks for accepting my patch! From unknown Tue Jun 17 22:12:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 03 May 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