[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: package-vc support for :files keyword
From: |
Philip Kaludercic |
Subject: |
Re: package-vc support for :files keyword |
Date: |
Sun, 24 Sep 2023 16:31:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tony Zorman <tonyzorman@mailbox.org> writes:
> On Wed, Sep 20 2023 07:32, Philip Kaludercic wrote:
>> + (unless (string-match-p ignored-files file)
>
> One thing that did jump out to me just now, which I hadn't considered
> before: when ignored-files is the empty string, this will always match
> any fileānot what we want :)
Do you mean because the empty glob expression doesn't match everything,
but the empty regular expression does?
The easiest solution seems to be to just check if the empty string is
listed and handle that separately (whatever the correct behaviour is in
that case), but on the other hand, why should a user list an empty
string in the list of ignored files?
--
Philip Kaludercic
- Re: package-vc support for :files keyword, (continued)
- Re: package-vc support for :files keyword, Tony Zorman, 2023/09/18
- Re: package-vc support for :files keyword, Philip Kaludercic, 2023/09/19
- Re: package-vc support for :files keyword, Adam Porter, 2023/09/19
- Re: package-vc support for :files keyword, Philip Kaludercic, 2023/09/19
- Re: package-vc support for :files keyword, Tony Zorman, 2023/09/19
- Re: package-vc support for :files keyword, Philip Kaludercic, 2023/09/20
- Re: package-vc support for :files keyword, Tony Zorman, 2023/09/21
- Re: package-vc support for :files keyword, Philip Kaludercic, 2023/09/21
- Message not available
- Re: package-vc support for :files keyword,
Philip Kaludercic <=
- Re: package-vc support for :files keyword, Tony Zorman, 2023/09/26
- Re: package-vc support for :files keyword, Philip Kaludercic, 2023/09/27
- Re: package-vc support for :files keyword, Jonas Bernoulli, 2023/09/19
- Re: package-vc support for :files keyword, Stefan Kangas, 2023/09/22
- Re: package-vc support for :files keyword, Philip Kaludercic, 2023/09/22