emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57033: closed ([PATCH] gnu: Add emacs-vertico-posframe.)


From: GNU bug Tracking System
Subject: bug#57033: closed ([PATCH] gnu: Add emacs-vertico-posframe.)
Date: Thu, 25 Aug 2022 12:10:02 +0000

Your message dated Thu, 25 Aug 2022 14:09:37 +0200
with message-id <87y1vcr0ce.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#57033] [PATCH] gnu: Add emacs-vertico-posframe.
has caused the debbugs.gnu.org bug report #57033,
regarding [PATCH] gnu: Add emacs-vertico-posframe.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57033: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57033
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57033] [PATCH] gnu: Add emacs-vertico-posframe. Date: Thu, 25 Aug 2022 14:09:37 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

Pierre-Henry Fröhring <contact@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]