-
-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Description
Starting from emacs -Q, I load revision f7470fe of counsel.el, set counsel-find-file-at-point to non-nil and set ffap-url-regexp to nil. According to the documentation string of ffap-url-regexp,
Regexp matching the beginning of a URI, for ffap. If the value is nil, disable URL-matching features in ffap.
this should disable URL-matching features of ffap. And it does, if I run M-x ffap with point at | as shown:
https://google.com|
But if I instead run counsel-find-file, Emacs attempts to ping google.com. This indicates to me that the setting of ffap-url-regexp is not being respected by counsel-find-file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels