GNU bug report logs - #37736
[PATCH] gnu: Add emacs-dimmer.

Previous Next

Package: guix-patches;

Reported by: Stephen Webber <montokapro <at> gmail.com>

Date: Sun, 13 Oct 2019 15:40:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37736 in the body.
You can then email your comments to 37736 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#37736; Package guix-patches. (Sun, 13 Oct 2019 15:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stephen Webber <montokapro <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 13 Oct 2019 15:40:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stephen Webber <montokapro <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Stephen Webber <montokapro <at> gmail.com>
Subject: [PATCH]     gnu: Add emacs-dimmer.
Date: Sun, 13 Oct 2019 10:38:52 -0500
    * gnu/packages/emacs-xyz.scm (emacs-dimmer): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a55282a0a9..50f797a50c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2019 Amin Bandali <bandali <at> gnu.org>
 ;;; Copyright © 2019 Jelle Licht <jlicht <at> fsfe.org>
 ;;; Copyright © 2019 Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
+;;; Copyright © 2019 Stephen Webber <montokapro <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -18945,3 +18946,28 @@ Emacs that integrate with major modes like Org-mode.")
      "Elixir-Mode Provides font-locking, indentation and navigation support
  for the Elixir programming language.")
     (license license:gpl3+)))
+
+(define-public emacs-dimmer
+  (let ((commit "12fc52a6570ec25020281735f5a0ca780a9105af"))
+    (package
+      (name "emacs-dimmer")
+      (version "0.3.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/gonewest818/dimmer.el.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/gonewest818/dimmer.el")
+      (synopsis "Visually highlights the selected buffer in Emacs")
+      (description "Dimmer provides a minor mode that indicates which buffer is
+currently active by dimming the faces in the other buffers.  It
+does this nondestructively, and computes the dimmed faces
+dynamically such that your overall color scheme is shown in a muted
+form without requiring you to define what is a \"dim\" version of
+every face.")
+      (license license:gpl3+))))
-- 
2.23.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 14 Oct 2019 15:23:02 GMT) Full text and rfc822 format available.

Notification sent to Stephen Webber <montokapro <at> gmail.com>:
bug acknowledged by developer. (Mon, 14 Oct 2019 15:23:02 GMT) Full text and rfc822 format available.

Message #10 received at 37736-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stephen Webber <montokapro <at> gmail.com>
Cc: 37736-done <at> debbugs.gnu.org
Subject: Re: [bug#37736] [PATCH]     gnu: Add emacs-dimmer.
Date: Mon, 14 Oct 2019 17:21:52 +0200
Hello,

Stephen Webber <montokapro <at> gmail.com> writes:

>     * gnu/packages/emacs-xyz.scm (emacs-dimmer): New variable.

I applied your patch with the following changes:

> +(define-public emacs-dimmer
> +  (let ((commit "12fc52a6570ec25020281735f5a0ca780a9105af"))

I removed this.

> +    (package
> +      (name "emacs-dimmer")
> +      (version "0.3.0")
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/gonewest818/dimmer.el.git")
> +               (commit commit)))

I replaced `commit' with `version', since they were equivalents.

Thank you.

Regards,

-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 Nov 2019 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 138 days ago.

Previous Next


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