Bug 290540 - [NEW PORT] editors/marginalia.el: Marginalia in the Emacs minibuffer
Summary: [NEW PORT] editors/marginalia.el: Marginalia in the Emacs minibuffer
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:14 UTC by Pat Maddox
Modified: 2025-11-17 05:08 UTC (History)
1 user (show)

See Also:


Attachments
patch (4.08 KB, patch)
2025-10-26 17:17 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:14:46 UTC

    
Comment 1 Pat Maddox 2025-10-26 17:17:06 UTC
Created attachment 264909 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-17 05:05:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ef1f22989612f1f4bdcb36a19f42a36d83a2b22

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

    editors/marginalia.el: Marginalia in the Emacs minibuffer

    This package provides marginalia-mode which adds marginalia to the
    minibuffer completions. Marginalia are marks or annotations placed at
    the margin of the page of a book or in this case helpful colorful
    annotations placed at the margin of the minibuffer for your completion
    candidates. Marginalia can only add annotations to the completion
    candidates. It cannot modify the appearance of the candidates
    themselves, which are shown unaltered as supplied by the original
    command.

    WWW:    https://github.com/minad/marginalia
    PR:     290540

 editors/Makefile                      |  1 +
 editors/marginalia.el/Makefile (new)  | 33 +++++++++++++++++++++++++++++++++
 editors/marginalia.el/distinfo (new)  |  3 +++
 editors/marginalia.el/pkg-descr (new) | 14 ++++++++++++++
 editors/marginalia.el/pkg-plist (new) |  2 ++
 5 files changed, 53 insertions(+)
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2025-11-17 05:08:37 UTC
Pushed.  If you notice any issues, please open a new bug report.

Thanks again for contributing these elisp ports.