unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45457] [PATCH] gnu: Add emacs-keycast
@ 2020-12-27 12:42 André Alexandre Gomes
  2020-12-28 16:49 ` bug#45457: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: André Alexandre Gomes @ 2020-12-27 12:42 UTC (permalink / raw)
  To: 45457

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

Hi Guix!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-keycast.patch --]
[-- Type: text/x-patch, Size: 1668 bytes --]

From ba5c1f2f04510f0a2831e6cca668385026c0c819 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Alexandre=20Gomes?= <andremegafone@gmail.com>
Date: Sun, 27 Dec 2020 15:40:45 +0300
Subject: [PATCH] gnu: Add emacs-keycast.

gnu/packages/emacs-xyz.scm (emacs-keycast): 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 0822bfdd29..60cb884226 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26100,3 +26100,26 @@ to pastebin-like services.  It supports more than one service and will
 failover if one service fails.  More services can easily be added over time
 and prefered services can easily be configured.")
     (license license:gpl3+)))
+
+(define-public emacs-keycast
+  (package
+    (name "emacs-keycast")
+    (version "1.0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tarsius/keycast.git")
+             (commit (string-append "v" version))))
+       (file-name
+        (git-file-name name version))
+       (sha256
+        (base32 "1g9arjdhdpvsw47ny9gi5k758ya37yza4mr0rhbf02yvrqyfsrgr"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/tarsius/keycast")
+    (synopsis "Show current command and its key in the mode line")
+    (description
+     "This package provides Keycast mode.  Once enabled, that mode shows
+the current command and its key or mouse binding in the mode line, and
+updates them whenever another command is invoked.")
+    (license license:gpl3+)))
-- 
2.29.2


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


-- 
André Alexandre Gomes
"Free Thought, Free World"

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

* bug#45457: [PATCH] gnu: Add emacs-keycast
  2020-12-27 12:42 [bug#45457] [PATCH] gnu: Add emacs-keycast André Alexandre Gomes
@ 2020-12-28 16:49 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-28 16:49 UTC (permalink / raw)
  To: André Alexandre Gomes; +Cc: 45457-done

Hello,

André Alexandre Gomes <andremegafone@gmail.com> writes:

> Subject: [PATCH] gnu: Add emacs-keycast.
>
> gnu/packages/emacs-xyz.scm (emacs-keycast): New variable.

Applied (elsewhere than at the end of the file…). Thank you!

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-12-28 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 12:42 [bug#45457] [PATCH] gnu: Add emacs-keycast André Alexandre Gomes
2020-12-28 16:49 ` bug#45457: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).