GNU bug report logs - #45457
[PATCH] gnu: Add emacs-keycast

Previous Next

Package: guix-patches;

Reported by: André Alexandre Gomes <andremegafone <at> gmail.com>

Date: Sun, 27 Dec 2020 12:43:02 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 45457 in the body.
You can then email your comments to 45457 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#45457; Package guix-patches. (Sun, 27 Dec 2020 12:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to André Alexandre Gomes <andremegafone <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 27 Dec 2020 12:43:02 GMT) Full text and rfc822 format available.

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

From: André Alexandre Gomes <andremegafone <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-keycast
Date: Sun, 27 Dec 2020 15:42:02 +0300
[Message part 1 (text/plain, inline)]
Hi Guix!

[0001-gnu-Add-emacs-keycast.patch (text/x-patch, inline)]
From ba5c1f2f04510f0a2831e6cca668385026c0c819 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Alexandre=20Gomes?= <andremegafone <at> 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

[Message part 3 (text/plain, inline)]
-- 
André Alexandre Gomes
"Free Thought, Free World"

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 28 Dec 2020 16:50:01 GMT) Full text and rfc822 format available.

Notification sent to André Alexandre Gomes <andremegafone <at> gmail.com>:
bug acknowledged by developer. (Mon, 28 Dec 2020 16:50:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: André Alexandre Gomes <andremegafone <at> gmail.com>
Cc: 45457-done <at> debbugs.gnu.org
Subject: Re: [bug#45457] [PATCH] gnu: Add emacs-keycast
Date: Mon, 28 Dec 2020 17:49:35 +0100
Hello,

André Alexandre Gomes <andremegafone <at> 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




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

This bug report was last modified 3 years and 88 days ago.

Previous Next


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