[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Ma
From: |
Jens Schmidt |
Subject: |
Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property] |
Date: |
Fri, 25 Aug 2023 20:46:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 |
On 2023-08-24 10:52, Jens Schmidt wrote:
> On 2023-08-24 09:32, Ihor Radchenko wrote:
>> I prefer (B). And we will need to allow escaping of the "\" itself. Like
>> \\.
>
> OK. Since backslash is not used yet in the rest of the regexp, (B)
> should be rather edge-case-free. So the corresponding subre to match
> property names would look like
>
> \(?5:\(?:[[:alnum:]]+\|\\[^[:space:]]\)+\)
>
> IOW, backslash quotes everything except whitespace, which by definition
> cannot be part of a property name.
>
> Will start on this, but with tests and documentation this might take
> some time.
Here comes a first patch ... please check.
0001-org-make-tags-matcher-Re-add-quoting-of-property-nam.patch
Description: Text Data
- [BUG?] Matching tags: & operator no more implicit between tags and special property, Samuel Loury, 2023/08/23
- Re: [BUG?] Matching tags: & operator no more implicit between tags and special property, Jens Schmidt, 2023/08/23
- Re: [BUG?] Matching tags: & operator no more implicit between tags and special property, Ihor Radchenko, 2023/08/23
- Re: [BUG?] Matching tags: & operator no more implicit between tags and special property, Jens Schmidt, 2023/08/23
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/24
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/24
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property],
Jens Schmidt <=
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Samuel Loury, 2023/08/27
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/27
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/30
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/31