Wilfred / suggest.el

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

Add more functions! #13

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

Many good suggestions in this twitter thread: https://twitter.com/_wilfredh/status/781293678560239616

Considering we now have examples in the readme, I think we could justify adding functions that take predicates. We would just need another example in the readme.

Wilfred commented 7 years ago

You can also annotate functions that are pure with (declare (pure t)). We should see if that turns up other useful candidates.

Wilfred commented 7 years ago

We have many functions now, more can be added on a case-by-case basis.