[Bug 290542] [NEW PORT] editors/vertico.el: VERTical Interactive COmpletion for Emacs

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Nov 2025 05:05:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290542

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=55a8f5bb631559d1ccbc13bdd6d177824cabd44a

commit 55a8f5bb631559d1ccbc13bdd6d177824cabd44a
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2025-10-24 23:53:06 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-11-17 04:38:26 +0000

    editors/vertico.el: VERTical Interactive COmpletion for Emacs

    Vertico provides a performant and minimalistic vertical completion UI
    based on the default completion system. The focus of Vertico is to
    provide a UI which behaves correctly under all circumstances. By
    reusing the built-in facilities system, Vertico achieves full
    compatibility with built-in Emacs completion commands and completion
    tables. Vertico only provides the completion UI but aims to be highly
    flexible, extendable and modular. Additional enhancements are
    available as extensions or complementary packages.

    WWW:    https://github.com/minad/vertico
    PR:     290542

 editors/Makefile                   |  1 +
 editors/vertico.el/Makefile (new)  | 34 ++++++++++++++++++++++++++++++++++
 editors/vertico.el/distinfo (new)  |  3 +++
 editors/vertico.el/pkg-descr (new) | 10 ++++++++++
 editors/vertico.el/pkg-plist (new) | 15 +++++++++++++++
 5 files changed, 63 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.