emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more url-utils?


From: Stefan Monnier
Subject: Re: more url-utils?
Date: Mon, 30 May 2011 16:09:48 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> That is, it would be nice if it were possible to say either

> (apply #'parse-page (url-fetch "http://google.com";))

> to do it synchronously or say 

> (url-fetch "http://google.com"; 'parse-page)

I was thinking of using

> (funcall #'parse-page (url-fetch "http://google.com";))
[...]
> (url-fetch "http://google.com"; 'parse-page)

I.e. the callback takes a single argument.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]