[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

[emacs-w3m/emacs-w3m] w3m causes (require 'ffap) to fail if ffap-url-regexp is nil (#59)



in eval-after-load "ffap" part in w3m.el file, a string matching is done without guarding against a nil value in ffap-url-regexp.

which by the variable documentation should be a legal value:

ffap-url-regexp is a variable defined in ‘ffap.el’.
Its value is nil

Regexp matching the beginning of a URI, for ffap.
If the value is nil, disable URL-matching features in ffap.

this will cause requiring ffap to fail, along with every function in emacs that depends on it.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.