[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: README used by NonGNU packages "remotely" even though it's ignored
From: |
Stefan Monnier |
Subject: |
Re: README used by NonGNU packages "remotely" even though it's ignored |
Date: |
Tue, 07 Jun 2022 17:37:50 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> I wonder if this behavior is intended,
Yes and no: the `.elpaignore` is only meant to control what goes into
the tarball, and it doesn't restrict what's used for the rest.
You can control which file is used for the "readme" using `:readme` in
the `elpa-packages` file, but currently that doesn't let you say "use
the Commentary:" :-(
[ ...Checking the `elpa-admin.el` file... ]
Hmm... it looks like I was wrong and you can say `:readme ignore` to force
the use of the `Commentary:`.
Stefan