bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
369 stars 50 forks source link

Several functions are identified as interactive but fail when launched interactively #87

Closed pierre-rouleau closed 1 year ago

pierre-rouleau commented 1 year ago

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:

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-: