all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53727] [PATCH] gnu: Add emacs-nano-modeline
@ 2022-02-02 16:47 Niklas Eklund
  2022-02-06 22:03 ` bug#53727: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Eklund @ 2022-02-02 16:47 UTC (permalink / raw)
  To: 53727

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

Hello,

this patch adds the emacs-nano-modeline package.

/Niklas


[-- Attachment #2: emacs-nano-modeline --]
[-- Type: text/x-patch, Size: 1837 bytes --]

From 104b89a64cf8b88282a315d0b4af3310a7e2619c Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
Date: Wed, 2 Feb 2022 17:42:33 +0100
Subject: [PATCH] gnu: Add emacs-nano-modeline.

* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b88302d967..46dac82501 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -997,6 +997,29 @@ (define-public emacs-minions
 @code{(global-set-key [S-down-mouse-3] 'minions-minor-modes-menu)}.")
     (license license:gpl3+)))
 
+(define-public emacs-nano-modeline
+  ;; No tagged release upstream, this commit is a couple of commits newer than 0.5
+  ;; because of an error related to make-obsolete-variable
+  (let ((commit "c5bf2a977f1a06936ceb7a1805d1e2cf1f92f616")
+        (revision "0"))
+    (package
+      (name "emacs-nano-modeline")
+      (version (git-version "0.5" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/rougier/nano-modeline")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "02c38v9a71wc9p10pjnqymyaqk4sf3nc5i7df1j9qr5qrqwniq89"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/rougier/nano-modeline")
+      (synopsis "GNU Emacs / N Λ N O Modeline")
+      (description "Nano modeline is a minor mode for GNU/Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-moody
   (package
     (name "emacs-moody")
-- 
2.34.0


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

* bug#53727: [PATCH] gnu: Add emacs-nano-modeline
  2022-02-02 16:47 [bug#53727] [PATCH] gnu: Add emacs-nano-modeline Niklas Eklund
@ 2022-02-06 22:03 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-06 22:03 UTC (permalink / raw)
  To: Niklas Eklund; +Cc: 53727-done

Hello,

Niklas Eklund <niklas.eklund@posteo.net> writes:

> +(define-public emacs-nano-modeline
> +  ;; No tagged release upstream, this commit is a couple of commits newer than 0.5
> +  ;; because of an error related to make-obsolete-variable
> +  (let ((commit "c5bf2a977f1a06936ceb7a1805d1e2cf1f92f616")
> +        (revision "0"))

Applied. Thank you.

> +      (synopsis "GNU Emacs / N Λ N O Modeline")
> +      (description "Nano modeline is a minor mode for GNU/Emacs.")

I tried to make synopsis and description more informative.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-02-06 22:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 16:47 [bug#53727] [PATCH] gnu: Add emacs-nano-modeline Niklas Eklund
2022-02-06 22:03 ` bug#53727: " Nicolas Goaziou

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.