GNU bug report logs -
#61519
30.0.50; thing-at-point misdetects emails with numerals in user part
Previous Next
Reported by: Aaron Madlon-Kay <aaron <at> madlon-kay.com>
Date: Tue, 14 Feb 2023 23:05:01 UTC
Severity: normal
Tags: fixed
Found in version 30.0.50
Fixed in version 30.1
Done: Robert Pluim <rpluim <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>>>>> On Wed, 15 Feb 2023 12:15:48 +0100, Robert Pluim <rpluim <at> gmail.com> said:
>>>>> On Wed, 15 Feb 2023 08:04:26 +0900, Aaron Madlon-Kay <aaron <at> madlon-kay.com> said:
Aaron> 1. Launch Emacs with `emacs -Q`
Aaron> 2. Enter an email address with a numeral in the user part, like
Aaron> foo0bar <at> example.com
Aaron> 3. With point inside the domain part of the email address, evaluate
Aaron> `(thing-at-point 'email)`
Aaron> 4. Result will be `bar <at> example.com` (expected `foo0bar <at> example.com`)
Aaron> The cause of this is the implementation of `thing-at-point-looking-at'
Aaron> where it backs up one character at a time to find the start of the
Aaron> email. The value for `thing-at-point-email-regexp' allows numbers in
Aaron> the user part only from the *second* character, so as the function
Aaron> backs up it will mistakenly find the `0` in `0bar <at> example.com` to be
Aaron> outside of the email address.
Robert> That regexp has a few other issues, but breaking out the full rfc 822
Robert> parser for this would be overkill. Could you try the following patch?
ping
The patch works for me, so Iʼll commit it sometime in the next few
days unless I hear any different from you.
Robert
--
This bug report was last modified 2 years and 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.