bling/fzf.el

Several functions are identified as interactive but fail when launched interactively

Closed this issue · 0 comments

The following functions are identified as being interactive in their code as well as in the comments but if one tries to launch them with M-x they fail lacking proper arguments:

  • fzf-with-command : expects between 2 to 5 arguments but receives none.
  • fzf-with-entries : expects between 2 to 3 arguments but receives none.

Also fzf-close is really an internal function but it's declared interactive. It's not autoloaded. If a user wants to use it it's possible to use it with eval via M-: