GNU bug report logs - #27472
[PATCH] gnu: Add emacs-which-key.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: bug#27472: closed (Re: [bug#27472] [PATCH] gnu: Add emacs-which-key.)
Date: Sun, 25 Jun 2017 13:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27472: [PATCH] gnu: Add emacs-which-key.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27472 <at> debbugs.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)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 27472-done <at> debbugs.gnu.org
Subject: Re: [bug#27472] [PATCH] gnu: Add emacs-which-key.
Date: Sun, 25 Jun 2017 19:27:08 +0530
I shortened the synopsis to fix a `guix lint' warning. I also packaged
the tests.

Pushed! Thanks!

[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-which-key.
Date: Sat, 24 Jun 2017 13:36:11 +0300
[Message part 4 (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 5 (text/plain, attachment)]
[Message part 6 (text/plain, inline)]
Message-ID: <871sq9y7ge.fsf <at> magnolia.i-did-not-set--mail-host-address--so-tickle-me>

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.