emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53930: closed ([PATCH] gnu: Add emacs-nyan-mode.)


From: GNU bug Tracking System
Subject: bug#53930: closed ([PATCH] gnu: Add emacs-nyan-mode.)
Date: Fri, 11 Feb 2022 20:24:02 +0000

Your message dated Fri, 11 Feb 2022 21:23:32 +0100
with message-id <68fbb857e3826fd78395cf9c64e46e2ef778f451.camel@gmail.com>
and subject line Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode.
has caused the debbugs.gnu.org bug report #53930,
regarding [PATCH] gnu: Add emacs-nyan-mode.
to be marked as done.

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


-- 
53930: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53930
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-nyan-mode. Date: Thu, 10 Feb 2022 21:56:49 +0100
* gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 92c247ca38..f4101e88f0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5592,6 +5592,30 @@ (define-public emacs-mode-line-idle
 configuration.")
       (license license:gpl3+))))
 
+(define-public emacs-nyan-mode
+  (package
+    (name "emacs-nyan-mode")
+    (version "1.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://stable.melpa.org/packages/nyan-mode-";
+             version
+             ".tar"))
+       (sha256
+        (base32 "1hd3g1lnwsg7z3g9qvshlmlirgzyja4hjxxgdfpkaakafm87n58c"))))
+    (build-system emacs-build-system)
+    (arguments (list #:include #~(cons* "img/" "mus/" %default-include)))
+    (home-page "https://github.com/TeMPOraL/nyan-mode/";)
+    (synopsis "Nyan Cat as position indicator")
+    (description
+     "Nyan Mode is an analog indicator of your position in the buffer.  The cat
+should go from left to right in your mode-line, as you move your point from 0%
+to 100%.  You can click on the rainbow or the empty space to scroll backwards
+and forwards and also animate it.")
+    (license license:gpl3+)))
+
 (define-public emacs-smart-mode-line
   (package
     (name "emacs-smart-mode-line")
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode. Date: Fri, 11 Feb 2022 21:23:32 +0100 User-agent: Evolution 3.42.1
Am Freitag, dem 11.02.2022 um 21:22 +0100 schrieb Liliana Marie
Prikler:
> Pushed it the way God intended.
Marking it done the way debbugs intends me to...


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]