See also: Emacs behind HTTP proxy
Is it possible to tell emacs to automatically use whatever proxy settings are in use by IE?
The url.el package says I can explicitly specify a proxy like this:
(setq url-using-proxy t)
(setq url-proxy-services '(("http" . "proxyserver:3128")))
Is it possible for this to happen sort of auto-magically, when I change the IE proxy settings?