[Bug 290541] [NEW PORT] editors/orderless.el: Completion style that matches multiple regexps

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

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=5278c00a96c679e6e5162615974757ff27519d47

commit 5278c00a96c679e6e5162615974757ff27519d47
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2025-10-25 00:11:22 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-11-17 04:38:26 +0000

    editors/orderless.el: Completion style that matches multiple regexps

    This package provides an orderless completion style that divides the
    pattern into space-separated components, and matches candidates that
    match all of the components in any order. Each component can match in
    any one of several ways: literally, as a regexp, as an initialism, in
    the flex style, or as multiple word prefixes. By default, regexp and
    literal matches are enabled.

    WWW:    https://github.com/oantolin/orderless
    PR:     290541

 editors/Makefile                     |  1 +
 editors/orderless.el/Makefile (new)  | 34 ++++++++++++++++++++++++++++++++++
 editors/orderless.el/distinfo (new)  |  3 +++
 editors/orderless.el/pkg-descr (new) |  6 ++++++
 editors/orderless.el/pkg-plist (new) |  3 +++
 5 files changed, 47 insertions(+)

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