Bug 290545 - [NEW PORT] editors/consult.el: Consulting completing-read for Emacs
Summary: [NEW PORT] editors/consult.el: Consulting completing-read for Emacs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-26 17:42 UTC by Pat Maddox
Modified: 2025-11-17 05:09 UTC (History)
1 user (show)

See Also:


Attachments
patch (4.83 KB, patch)
2025-10-26 17:43 UTC, Pat Maddox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2025-10-26 17:42:16 UTC

    
Comment 1 Pat Maddox 2025-10-26 17:43:39 UTC
Created attachment 264914 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-17 05:05:03 UTC
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(+)
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2025-11-17 05:09:55 UTC
Pushed.  If you notice any issues, please open a new bug report.

Thanks again for contributing these elisp ports.