[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Q] download file synchronously?
- From: Joakim Verona <joakim@xxxxxxxxx>
- Date: Tue, 12 Oct 2004 17:08:49 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 07124
Hello list,
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.
My call looks like this:
(w3m-download url "/tmp/x.torrent" nil nil) ;it apears this runs asynchronously, although it says synch when handler nil
Any hints?
Cheers,
/Joakim