ido-choose-function

Homepage: https://github.com/vapniks/ido-choose-function

Author: Joe Bloggs

Updated:

Summary

Use ido to select functions and (partially) apply arguments

Commentary

Bitcoin donations gratefully accepted: 12k9zUo9Dgqk8Rary2cuzyvAQWD5EAuZ4q

This files provides a couple of functions `apply-interactive' and `ido-choose-function'
which you might find useful in your code.

`apply-interactive' can be used to partially apply arguments to functions, like `apply-partially',
                    except that the curried arguments are obtained interactively using the `interactive'
                    form of the function. 
`ido-choose-function' can be used to prompt the user for a function (e.g. for filtering items),
                      and some of it's arguments.

Reverse dependencies