GNU bug report logs -
#64582
[PATCH] gnu: Add emacs-transient-posframe.
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Wed, 12 Jul 2023 16:26: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 64582 in the body.
You can then email your comments to 64582 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#64582
; Package
guix-patches
.
(Wed, 12 Jul 2023 16:26: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 16:26: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-transient-posframe): New variable.
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 480096fb50..a76cab1cd2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37422,6 +37422,32 @@ (define-public emacs-vertico-posframe
a vertical completion UI.")
(license license:gpl3+)))
+;; No tagged release upstream
+(define-public emacs-transient-posframe
+ (let ((commit "dcd898d1d35183a7d4f2c8f0ebcb43b4f8e70ebe")
+ (revision "0"))
+ (package
+ (name "emacs-transient-posframe")
+ (version (git-version "0.1.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/yanghaoxie/transient-posframe")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1aq1vbkww55xplyaa3xagz9z4kdlsxk13x054asnk0dqps4bcgbf"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-posframe emacs-transient))
+ (home-page "https://github.com/yanghaoxie/transient-posframe")
+ (synopsis "Pop up a posframe (a child frame) to show Transients")
+ (description
+ "This package is a @code{transient} extension, which uses @code{posframe}
+(a child frame) to show @code{transient} popups in Emacs. It was developed with
+@code{transient} popups of @code{magit} in mind.")
+ (license license:gpl3+))))
+
(define-public emacs-tintin-mode
(let ((commit "82e71e1db92ee3d94c7d0208bafc5de337193de8")
(revision "1"))
base-commit: 3b524cde7115a6e89a438c1fd230093e6f30442f
--
2.41.0
bug closed, send any further explanations to
64582 <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:01 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:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.