Wilfred / suggest.el

discover elisp functions that do what you want
367 stars 14 forks source link

Don't call f-entries with tramp paths #33

Open Wilfred opened 7 years ago

Wilfred commented 7 years ago

If a user specifies e.g. "/scp:foo:bar" then f-entries will try to connect to a remote host.

Update suggest--safe to exclude this. See tramp-dissect-file-name for an example showing how to detect tramp paths.

Related: #32.