GNU bug report logs -
#47668
[PATCH] gnu: Add emacs-vertico.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Fri, 9 Apr 2021 06:23:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#47668: [PATCH] gnu: Add emacs-vertico.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 47668 <at> debbugs.gnu.org.
--
47668: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47668
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Xinglu Chen <public <at> 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
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 4 years and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.