GNU bug report logs -
#64585
[PATCH] gnu: Add emacs-which-key-posframe.
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Wed, 12 Jul 2023 18:45:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
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 64585 in the body.
You can then email your comments to 64585 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#64585
; Package
guix-patches
.
(Wed, 12 Jul 2023 18:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ahmad Draidi <a.r.draidi <at> redscript.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 12 Jul 2023 18:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-which-key-posframe): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 480096fb50..77c15ece7e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19243,6 +19243,34 @@ (define-public emacs-which-key
settings).")
(license license:gpl3+)))
+;; Tagged release upstream is from before the package was orphaned.
+;; The base version is extracted from the "Version" keyword in the main file
+;; with "-git" suffix removed.
+(define-public emacs-which-key-posframe
+ (let ((commit "e4a9ce9a1b20de550fca51f14d055821980d534a")
+ (revision "0"))
+ (package
+ (name "emacs-which-key-posframe")
+ (version (git-version "0.2.0.50" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/emacsorphanage/which-key-posframe")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0kgc29pb5k6cb2m13cz1yhys1k8l4dpx6wjjgldpdlg9qw2i1b53"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-posframe emacs-which-key))
+ (home-page "https://github.com/emacsorphanage/which-key-posframe")
+ (synopsis "Display which-key popup in a posframe (a child frame)")
+ (description
+ "This package is a @code{which-key} extension, which uses posframe
+(a child frame) to show @code{which-key} popups.")
+ (license license:gpl3+))))
+
(define-public emacs-display-wttr
(package
(name "emacs-display-wttr")
base-commit: 3b524cde7115a6e89a438c1fd230093e6f30442f
--
2.41.0
bug closed, send any further explanations to
64585 <at> debbugs.gnu.org and Ahmad Draidi <a.r.draidi <at> redscript.org>
Request was from
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 23 Jul 2023 12:35:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 21 Aug 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.