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

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

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


From: GNU bug Tracking System
Subject: bug#47668: closed ([PATCH] gnu: Add emacs-vertico.)
Date: Sun, 11 Apr 2021 08:46:02 +0000

Your message dated Sun, 11 Apr 2021 10:45:06 +0200
with message-id <87a6q5ryzx.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#47668] [PATCH v2] gnu: Add emacs-vertico.
has caused the debbugs.gnu.org bug report #47668,
regarding [PATCH] gnu: Add emacs-vertico.
to be marked as done.

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


-- 
47668: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47668
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-vertico. Date: Fri, 09 Apr 2021 08:22:15 +0200
* gnu/packages/emacs-xyz.scm (emacs-vertico): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8e80ccbb56..f11e5c7ef1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27564,3 +27564,27 @@ and prefered services can easily be configured.")
 quasi-prefix map, with many useful bindings.  These bindings are
 shorter than usual, using mostly unprefixed keys.")
     (license license:gpl3+)))
+
+(define-public emacs-vertico
+  (package
+    (name "emacs-vertico")
+    (version "0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/minad/vertico";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0gvv1yjgq88s9y0fm9r1r270k2sfkfzbd3wcnjq68swjm24mp8h9"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/minad/vertico";)
+    (synopsis "Vertical interactive completion")
+    (description "This package provides a minimalistic vertical completion UI,
+which is based on Emacs' default completion system.  By reusing the default
+system, Vertico achieves full compatibility with built-in Emacs commands and
+completion tables.  Vertico is pretty bare-bone and only provides a minimal
+set of commands.  Additional optional enhancements can be provided externally
+by complementary packages.")
+    (license license:gpl3+)))

base-commit: 2afc79b51d0956e5834e81a70692a35cd83e4e87
-- 
2.31.1





--- End Message ---
--- Begin Message --- Subject: Re: [bug#47668] [PATCH v2] gnu: Add emacs-vertico. Date: Sun, 11 Apr 2021 10:45:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

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

Applied. Thank you.

I moved the package definition elsewhere than at the very end of the
file, because this location is prone to introduce merge conflicts.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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