[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Downloading with Emacs
From: |
Paul Pogonyshev |
Subject: |
Re: Downloading with Emacs |
Date: |
Sun, 26 Jun 2005 15:17:34 +0300 |
User-agent: |
KMail/1.4.3 |
Lennart Borgman wrote:
> I have been testing a bit downloading things from the Internet with
> Emacs with the url package. However I am not able to understand how this
> should be done. Does anyone have examples of how to download binary files?
You can have a look at Wikipedia mode (https://gna.org/projects/wikipedia-el/).
It actually doesn't use binary files, but as far as I understand URL retrieves
things in binary (since I manage to use `decode-coding-string' with the
expected result.) To finish file downloading, you just need to remove HTTP
headers and save the buffer in a file, I guess.
> Another question: What about proxy servers with the url elisp package?
See customization. Proxy can be configured there.
Paul