GNU bug report logs -
#27472
[PATCH] gnu: Add emacs-which-key.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sat, 24 Jun 2017 11:05:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 25 Jun 2017 19:27:08 +0530
with message-id <6546e81a.AEAAL8J0RC4AAAAAAAAAAAPNhpEAAAACwQwAAAAAAAW9WABZT8E_ <at> mailjet.com>
and subject line Re: [bug#27472] [PATCH] gnu: Add emacs-which-key.
has caused the debbugs.gnu.org bug report #27472,
regarding [PATCH] gnu: Add emacs-which-key.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
27472: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27472
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
---
gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4d8a230b1..b6dcee9e1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4896,3 +4896,30 @@ running a customisable handler command (@code{ignore} by default). ")
from within Emacs. Restclient runs queries from a plan-text query sheet,
displays results pretty-printed in XML or JSON with @code{restclient-mode}")
(license license:public-domain))))
+
+(define-public emacs-which-key
+ (package
+ (name "emacs-which-key")
+ (version "3.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/justbur/emacs-which-key/archive/"
+ "v" version ".tar.gz"))
+ (sha256
+ (base32
+ "0zc9yivdkbxmcllhlbbcvsbj8g8nzzgs0xib488s08p4s0l7xs8m"))
+ (file-name (string-append name "-" version ".tar.gz"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/justbur/emacs-which-key")
+ (synopsis
+ "Minor mode for Emacs that displays the key bindings following your
+currently entered incomplete command (a prefix) in a popup")
+ (description
+ "@code{which-key} is a minor mode for Emacs that displays the key
+bindings following your currently entered incomplete command (a prefix) in a
+popup. For example, after enabling the minor mode if you enter C-x and wait
+for the default of 1 second the minibuffer will expand with all of the
+available key bindings that follow C-x (or as many as space allows given your
+settings).")
+ (license license:gpl3+)))
--
2.13.1
[Message part 4 (text/plain, attachment)]
[Message part 5 (text/plain, inline)]
Message-ID: <871sq9y7ge.fsf <at> magnolia.i-did-not-set--mail-host-address--so-tickle-me>
[Message part 6 (message/rfc822, inline)]
I shortened the synopsis to fix a `guix lint' warning. I also packaged
the tests.
Pushed! Thanks!
This bug report was last modified 8 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.