GNU bug report logs - #57033
[PATCH] gnu: Add emacs-vertico-posframe.

Previous Next

Package: guix-patches;

Reported by: Pierre-Henry Fröhring <contact <at> phfrohring.com>

Date: Sun, 7 Aug 2022 11:44:01 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 57033 in the body.
You can then email your comments to 57033 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#57033; Package guix-patches. (Sun, 07 Aug 2022 11:44:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 07 Aug 2022 11:44:01 GMT) Full text and rfc822 format available.

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

From: Pierre-Henry Fröhring <contact <at> phfrohring.com>
To: guix-patches <at> gnu.org
Cc: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Subject: [PATCH] gnu: Add emacs-vertico-posframe.
Date: Sun,  7 Aug 2022 13:43:18 +0200
* gnu/packages/emacs-xyz.scm (emacs-vertico-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 3c1d322db3..863ce76f5b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31967,3 +31967,29 @@ (define-public emacs-vundo
 tree to go back to previous buffer states.  To use vundo, type @kbd{M-x vundo RET} in
 the buffer you want to undo.  An undo tree buffer should pop up.")
     (license license:gpl3+)))
+
+(define-public emacs-vertico-posframe
+  (package
+    (name "emacs-vertico-posframe")
+    (version "0.5.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://elpa.gnu.org/packages/vertico-posframe-" version
+                    ".tar"))
+              (sha256
+               (base32
+                "19lx6p06wkwfivxgswdljdsh9bgcd1b9zkzx426w3pwicdk0cvgg"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-posframe emacs-vertico))
+    (home-page "https://github.com/tumashu/vertico-posframe")
+    (synopsis "Pop up a frame at point to show vertical completion UI")
+    (description
+     "@dfn{vertico} is an emacs package that provides a vertical
+completion UI based on the default completion system.
+@dfn{posframe} is an emacs package that provides a way to pop up a
+frame at point.
+@dfn{vertico-posframe} is an emacs package and a vertico extension
+which provides a way to pop up a frame at point to show a vertical
+completion UI.")
+    (license license:gpl3+)))
-- 
2.37.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 25 Aug 2022 12:10:01 GMT) Full text and rfc822 format available.

Notification sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
bug acknowledged by developer. (Thu, 25 Aug 2022 12:10:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Cc: 57033-done <at> debbugs.gnu.org
Subject: Re: [bug#57033] [PATCH] gnu: Add emacs-vertico-posframe.
Date: Thu, 25 Aug 2022 14:09:37 +0200
Hello,

Pierre-Henry Fröhring <contact <at> phfrohring.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): New variable.

Applied. Thank you.

> +    (description
> +     "@dfn{vertico} is an emacs package that provides a vertical
> +completion UI based on the default completion system.
> +@dfn{posframe} is an emacs package that provides a way to pop up a
> +frame at point.
> +@dfn{vertico-posframe} is an emacs package and a vertico extension
> +which provides a way to pop up a frame at point to show a vertical
> +completion UI.")

Nitpick: I used capitalization instead of @dfn markup.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Sep 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 187 days ago.

Previous Next


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