]> git.eshelyaron.com Git - emacs.git/commit
Make ffap correctly guess remote file names at point
authorVisuwesh <visuweshm@gmail.com>
Tue, 12 Dec 2023 15:44:12 +0000 (21:14 +0530)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Dec 2023 09:27:36 +0000 (11:27 +0200)
commitcbbb19ced674dc8c42c95238577abb9849a75b87
tree79a9493fb225979e7ebea2ec89065960db237798
parente54e25129ec631969e1febdcf44d2f99a1791063
Make ffap correctly guess remote file names at point

* lisp/ffap.el (ffap-lax-url): Set it to nil so that remote file
names may be matched.
(ffap-fixup-email): New function.
(ffap-guesser): Specially handle email addresses now that
'ffap-lax-url' is nil, as user@host fails to be matched as an
email address with that setting.  (Bug#67688)

* etc/NEWS: Announce the new value of the defcustom.
etc/NEWS
lisp/ffap.el