[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp'
From: |
Philip Kaludercic |
Subject: |
bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp' |
Date: |
Sun, 17 Dec 2023 12:11:26 +0000 |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Philip Kaludercic <philipk@posteo.net>
>> Cc: 67600@debbugs.gnu.org
>> Date: Sat, 16 Dec 2023 14:50:27 +0000
>>
>> Eli Zaretskii <eliz@gnu.org> writes:
>>
>> > Can you show a patch, so we could make sure we are on the same page?
>>
>> Never mind, I misremembered my own patch, this is already what I am
>> proposing.
>>
>> - "<?[-+_~a-zA-Z0-9][-+_.~:a-zA-Z0-9]*@[-a-zA-Z0-9]+[-.a-zA-Z0-9]*>?"
>> + "<?[-+_~a-zA-Z0-9/][-+_.~:a-zA-Z0-9/]*@[-a-zA-Z0-9]+[-.a-zA-Z0-9]*>?"
>>
>> I had falsely assumed that my suggestion was to apply this change
>>
>> - "<?[-+_~a-zA-Z0-9][-+_.~:a-zA-Z0-9]*@[-a-zA-Z0-9/]+[-.a-zA-Z0-9/]*>?"
>> + "<?[-+_~a-zA-Z0-9/][-+_.~:a-zA-Z0-9/]*@[-a-zA-Z0-9/]+[-.a-zA-Z0-9/]*>?"
>>
>> Which would risk more false positives.
>
> Thanks.
>
> If you think the patch is safe enough, feel free to install. If there
> are problems with it, I guess we will hear about them sooner or later.
OK thanks, done.
--
Philip Kaludercic
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', (continued)
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Eli Zaretskii, 2023/12/12
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Visuwesh, 2023/12/12
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Eli Zaretskii, 2023/12/12
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Visuwesh, 2023/12/12
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Eli Zaretskii, 2023/12/12
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Visuwesh, 2023/12/12
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Philip Kaludercic, 2023/12/16
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Eli Zaretskii, 2023/12/16
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Philip Kaludercic, 2023/12/16
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp', Eli Zaretskii, 2023/12/16
- bug#67600: [PATCH] Add dashes to 'thing-at-point-email-regexp',
Philip Kaludercic <=