How to configure emacs behind an authenticated http proxy?
Posted
by Pedro Morte Rolo
on Stack Overflow
See other posts from Stack Overflow
or by Pedro Morte Rolo
Published on 2010-05-06T17:53:27Z
Indexed on
2010/05/06
17:58 UTC
Read the original article
Hit count: 258
There's another question that answers this though it doesn't specify anything regarding proxy authentication.
It's solution is
(setq url-proxy-services '(("no_proxy" . "work\.com") ("http" . "proxy.work.com:911")))
© Stack Overflow or respective owner