Variable: ffap-menu-regexp
ffap-menu-regexp is a customizable variable defined in ffap.el.gz.
Value
nil
Documentation
If non-nil, regexp overriding ffap-next-regexp in ffap-menu.
Make this more restrictive for faster menu building. For example, try ":/" for URL (and some FTP) references.
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
;;; Menu support (`ffap-menu'):
(defcustom ffap-menu-regexp nil
"If non-nil, regexp overriding `ffap-next-regexp' in `ffap-menu'.
Make this more restrictive for faster menu building.
For example, try \":/\" for URL (and some FTP) references."
:type '(choice (const nil) regexp)
:group 'ffap)