kiwanami / emacs-deferred

Simple asynchronous functions for emacs lisp
GNU General Public License v3.0
312 stars 43 forks source link

Add calls that return exit-code so that errors can be handled by caller #50

Open Wojtek242 opened 7 years ago

Wojtek242 commented 7 years ago

Continuing from my previous pull request which I had to close since it required a function that was only introduced in Emacs 25.

I would like to add some additional functions that return normally when an error is encountered so that the caller can handle the error separately. This is done by additionally returning the error code.

kiwanami commented 7 years ago

Thank you. It's great code! I'll check later.