Variable: ffap-file-name-with-spaces
ffap-file-name-with-spaces is a customizable variable defined in
ffap.el.gz.
Value
nil
Documentation
If non-nil, allow file names with spaces in ffap-string-at-point(var)/ffap-string-at-point(fun).
Enabling this variable may lead to find-file-at-point guessing
wrong more often when trying to find a file name intermingled
with normal text, but can be useful when working on systems that
normally use spaces in file names (like Microsoft Windows and the
like).
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-file-name-with-spaces nil
"If non-nil, allow file names with spaces in `ffap-string-at-point'.
Enabling this variable may lead to `find-file-at-point' guessing
wrong more often when trying to find a file name intermingled
with normal text, but can be useful when working on systems that
normally use spaces in file names (like Microsoft Windows and the
like)."
:type 'boolean
:version "28.1")