Created attachment 264912 [details] patch
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(+)
Pushed. If you notice any issues, please open a new bug report. Thanks again for contributing these elisp ports.