all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#37727] [PATCH]     gnu: Add emacs-dimmer.
@ 2019-10-13  4:30 Stephen Webber
  2019-10-13  7:14 ` Nicolas Goaziou
  2019-10-18 17:14 ` bug#37727: closing duplicate Brian Leung
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Webber @ 2019-10-13  4:30 UTC (permalink / raw)
  To: 37727; +Cc: Stephen Webber

    * gnu/packages/emacs-xyz.scm (emacs-dimmer): 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 a55282a0a9..330b96de47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
 ;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
 ;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
+;;; Copyright © 2019 Stephen Webber <montokapro@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -18945,3 +18946,29 @@ 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 "Incremental completion and selection narrowing
+framework for 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#37727] [PATCH]     gnu: Add emacs-dimmer.
  2019-10-13  4:30 [bug#37727] [PATCH] gnu: Add emacs-dimmer Stephen Webber
@ 2019-10-13  7:14 ` Nicolas Goaziou
  2019-10-13 15:38   ` [bug#37736] " Stephen Webber
  2019-10-18 17:14 ` bug#37727: closing duplicate Brian Leung
  1 sibling, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2019-10-13  7:14 UTC (permalink / raw)
  To: Stephen Webber; +Cc: 37727

Hello,

Stephen Webber <montokapro@gmail.com> writes:

Thank you for the patch!

>     * gnu/packages/emacs-xyz.scm (emacs-dimmer): New variable.
> +      (synopsis "Incremental completion and selection narrowing
> +framework for Emacs")

The synopsis is wrong, could you fix it?

Otherwise, LGTM.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#37736] [PATCH]     gnu: Add emacs-dimmer.
  2019-10-13  7:14 ` Nicolas Goaziou
@ 2019-10-13 15:38   ` Stephen Webber
  2019-10-14 15:21     ` bug#37736: " Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Webber @ 2019-10-13 15:38 UTC (permalink / raw)
  To: 37736; +Cc: Stephen Webber

    * 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@gnu.org>
 ;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
 ;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
+;;; Copyright © 2019 Stephen Webber <montokapro@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#37736: [PATCH]     gnu: Add emacs-dimmer.
  2019-10-13 15:38   ` [bug#37736] " Stephen Webber
@ 2019-10-14 15:21     ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2019-10-14 15:21 UTC (permalink / raw)
  To: Stephen Webber; +Cc: 37736-done

Hello,

Stephen Webber <montokapro@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#37727: closing duplicate
  2019-10-13  4:30 [bug#37727] [PATCH] gnu: Add emacs-dimmer Stephen Webber
  2019-10-13  7:14 ` Nicolas Goaziou
@ 2019-10-18 17:14 ` Brian Leung
  1 sibling, 0 replies; 5+ messages in thread
From: Brian Leung @ 2019-10-18 17:14 UTC (permalink / raw)
  To: 37727-done

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: Type: text/html, Size: 41 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-18 17:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13  4:30 [bug#37727] [PATCH] gnu: Add emacs-dimmer Stephen Webber
2019-10-13  7:14 ` Nicolas Goaziou
2019-10-13 15:38   ` [bug#37736] " Stephen Webber
2019-10-14 15:21     ` bug#37736: " Nicolas Goaziou
2019-10-18 17:14 ` bug#37727: closing duplicate Brian Leung

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.