kiwanami / emacs-deferred

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

Mprovements to url related functions #21

Closed mar-kolya closed 10 years ago

mar-kolya commented 10 years ago

This set of patches improves url-retrieve related set of functions.

Now dynamically bound variables (request method, headers, data) are preserved for url-retrieve call. Also all params of url-retrieved are now supported by deferred:url-retrieve.

Please let me know if there are any problems with this pull request.

Thanks!

kiwanami commented 10 years ago

Hi @mar-kolya, Thank you for your patch!

I have little time to check this patch in this week. Please wait until next week.

thomasf commented 10 years ago

Can this maybe be merged soon?

kiwanami commented 10 years ago

I have read your code and confirmed that there is no compatibility problem on my program. Your code is helpful to me, because I'm not sure about the url package. Thank you for your patch and I'm so sorry for my late response (I had worked on writing papers...).

mar-kolya commented 10 years ago

I'm really glad you found this patch useful.

Thanks! :)