[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Q] download file synchronously?
- From: TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxx>
- Date: Fri, 15 Oct 2004 10:57:48 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 07129
- References: <m3r7o49doe.fsf@naru.home>
>> On Tue, 12 Oct 2004 17:08:49 +0200
>> joakim@verona.se (Joakim Verona) said as follows:
>I'm trying to use the function w3m-download to download a file
>synchronously. This file will then be used after its been
>downloaded.
>I only get it to do an asynchronous download however.
Try the following code:
(w3m-process-with-wait-handler
(w3m-download url "/tmp/x.torrent" nil handler))
--
TSUCHIYA Masatoshi