Created attachment 264914 [details] patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=44034c017474697237ecc1424aabe98e4dcdc032 commit 44034c017474697237ecc1424aabe98e4dcdc032 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2025-10-25 00:25:33 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-11-17 04:38:27 +0000 editors/consult.el: Consulting completing-read for Emacs Consult provides search and navigation commands based on the Emacs completion function completing-read documented in the Elisp manual. Completion allows you to quickly select an item from a list of candidates. Consult offers asynchronous and interactive consult-grep and consult-ripgrep commands, and the line-based search command consult-line. Furthermore Consult provides an advanced buffer switching command consult-buffer to switch between buffers, recently opened files, bookmarks and buffer-like candidates from other sources. Some of the Consult commands are enhanced versions of built-in Emacs commands. For example the command consult-imenu presents a flat list of the Imenu with live preview, grouping and narrowing. WWW: https://github.com/minad/consult PR: 290545 editors/Makefile | 1 + editors/consult.el/Makefile (new) | 33 +++++++++++++++++++++++++++++++++ editors/consult.el/distinfo (new) | 3 +++ editors/consult.el/pkg-descr (new) | 16 ++++++++++++++++ editors/consult.el/pkg-plist (new) | 10 ++++++++++ 5 files changed, 63 insertions(+)
Pushed. If you notice any issues, please open a new bug report. Thanks again for contributing these elisp ports.