nicferrier / emacs-noflet

noflet - nic's overriding flet, for fleting functions for the purpose of decorating them
72 stars 17 forks source link

Works like `flet*` instead of `flet` #18

Open DarwinAwardWinner opened 9 years ago

DarwinAwardWinner commented 9 years ago

I've just realized that noflet evaluates and applies its bindings one at a time, which means that it works more like cl-flet* than flet. It should evaluate all the bindings before applying any of them, like flet does. (And you could also provide noflet* that retains the current behavior.)

nicferrier commented 9 years ago

Patches are welcome!

DarwinAwardWinner commented 9 years ago

There's already a pull request (which fixes this and other things): https://github.com/nicferrier/emacs-noflet/pull/17