GNU bug report logs -
#67600
[PATCH] Add dashes to 'thing-at-point-email-regexp'
Previous Next
Reported by: Philip Kaludercic <philipk <at> posteo.net>
Date: Sun, 3 Dec 2023 12:53:02 UTC
Severity: normal
Tags: patch
Done: Philip Kaludercic <philipk <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 67600 <at> debbugs.gnu.org (full text, mbox):
> From: Visuwesh <visuweshm <at> gmail.com>
> Cc: philipk <at> posteo.net, 67600 <at> debbugs.gnu.org
> Date: Tue, 12 Dec 2023 18:11:47 +0530
>
> [Tuesday December 12, 2023] Eli Zaretskii wrote:
>
> >> I am running Emacs with the same change before Philip created this bug
> >> report and so far I haven't had false positives for email addresses
> >> because files with a @ in its name is rare. In practise, I think this
> >> patch is harmless in that regard.
> >
> > Remote files that have user <at> host in their names do have that
> > character.
>
> AFAIU, user cannot have slashes in them as per the POSIX standards [1]
> and likewise with hostname so remote files should not pose a problem.
> Of course this assumes that you're only looking at methods like ssh,
> doas, sudo, etc. It seems like tramp disallows slashes in user and host
> anyway, try:
>
> (file-remote-p "/ssh:userwith/@host:/") ;; => nil
> (file-remote-p "/ssh:userwith <at> host/:/") ;; => nil
> (file-remote-p "/ssh:userwith <at> host:/") ;; => /ssh:userwith <at> host:
Why are you talking about slashes in user and host names? There are
slashes in remote file names outside of those two. Are you saying
that slashes in thing-at-point-email-regexp will only ever match if
they are in the user or host names? That's not what I see:
(string-match "<?[-+_~a-zA-Z0-9/][-+_.~:a-zA-Z0-9/]*@[-a-zA-Z0-9]+[-.a-zA-Z0-9]*>?"
"/ssh:userwith <at> host:/what/ever/it/can/be")
=> 0
This bug report was last modified 1 year and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.