GNU bug report logs - #37077
[PATCH] gnu: emacs-zerodark-theme: Fix modeline.

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Sun, 18 Aug 2019 23:12:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37077: closed ([PATCH] gnu: emacs-zerodark-theme: Fix modeline.)
Date: Mon, 26 Aug 2019 19:22:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 Aug 2019 21:21:09 +0200
with message-id <875zmjwx5m.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#37077] [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
has caused the debbugs.gnu.org bug report #37077,
regarding [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37077: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37077
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: guix-patches <at> gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
Date: Mon, 19 Aug 2019 01:10:26 +0200
* gnu/packages/emacs-xyz.scm (emacs-zerodark-theme)[propagated-inputs]:
Add emacs-flycheck to prevent errors when themed modeline is active.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index adab7d87d2..8e8566978b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17107,7 +17107,8 @@ connections using TLS encryption.")
          "0nnlxzsmhsbszqigcyxak9i1a0digrd13gv6v18ck4h760mihh1m"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     `(("emacs-all-the-icons" ,emacs-all-the-icons)))
+     `(("emacs-flycheck" ,emacs-flycheck)
+       ("emacs-all-the-icons" ,emacs-all-the-icons)))
     (home-page
      "https://gitlab.petton.fr/nico/zerodark-theme")
     (synopsis
-- 
2.23.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: goodoldpaul <at> autistici.org
Cc: 37077-done <at> debbugs.gnu.org
Subject: Re: [bug#37077] [PATCH] gnu: emacs-zerodark-theme: Fix modeline.
Date: Mon, 26 Aug 2019 21:21:09 +0200
Hello,

goodoldpaul <at> autistici.org writes:

> Friendly ping ;)

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou


This bug report was last modified 5 years and 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.