[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs and proxy on w32
From: |
Jason Rumney |
Subject: |
Re: Emacs and proxy on w32 |
Date: |
Sun, 24 Jul 2005 00:01:14 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) |
Lennart Borgman <address@hidden> writes:
> I did not believe it was such a mess.
It's not a mess. Although it is theoretically possible to write
complicated autoproxy scripts that use a different proxy for different
hosts, in practice all anyone ever uses is a single proxy and a list
of no-proxy hosts.
> While looking more at this I found that MS actually are providing an
> API (WinHttpGetProxyForUrl) for this now on XP and W2k.
It is not an OS API, it is an Internet Explorer API, and the first
parameter is a handle to an open "INTERNET_SESSION", created by
another function in the same API, so if you start down that road
you'll end up having to continue, and that would restrict the
networking capabilities of Emacs to what is supported by IE. Not to
mention that IE is not Free, and thus unsuitable to build Free
software on top of.
- Emacs and proxy on w32, Lennart Borgman, 2005/07/22
- Re: Emacs and proxy on w32, Jason Rumney, 2005/07/22
- Re: Emacs and proxy on w32, Lennart Borgman, 2005/07/22
- Re: Emacs and proxy on w32, Jason Rumney, 2005/07/22
- Re: Emacs and proxy on w32, Lennart Borgman, 2005/07/22
- Re: Emacs and proxy on w32, Jason Rumney, 2005/07/22
- Re: Emacs and proxy on w32, Lennart Borgman, 2005/07/22
- Re: Emacs and proxy on w32, Benjamin Riefenstahl, 2005/07/23
- Re: Emacs and proxy on w32, Lennart Borgman, 2005/07/23
- Re: Emacs and proxy on w32,
Jason Rumney <=
- Re: Emacs and proxy on w32, Lennart Borgman, 2005/07/23
- Re: Emacs and proxy on w32, Jason Rumney, 2005/07/24