]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sat, 23 Dec 2023 09:32:43 +0000 (10:32 +0100)
commitd86ec6e73bfda1ef1e05808674229843116b73fd
tree80fd83269c9355dbe9a786abf184dda6523ab001
parentcc62fea324928f317f3ada1af570fd4326a2d75c
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.

(cherry picked from commit cbbb19ced674dc8c42c95238577abb9849a75b87)
etc/NEWS
lisp/ffap.el