HTTP 代理背后的 Emacs [英] Emacs behind HTTP proxy

查看:29
本文介绍了HTTP 代理背后的 Emacs的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Emacs 能够使用诸如 url.elW3 网络浏览器.

Emacs is able to access the Internet with packages such as url.el or the W3 web browser.

此外,Emacs Lisp 包存档严重依赖包 url.el.

Also, the Emacs Lisp Package Archive is heavily dependent on package url.el.

现在,我如何配置 Emacs 以使用我的 HTTP 代理连接到互联网?

Now, how do I configure Emacs to use my HTTP proxy to connect to the Internet in general?

在代理背后提供 ELPA 任何帮助的奖励积分.

Bonus points for any help with ELPA behind a proxy.

是的,我已经之前 HTTP 代理有问题.

推荐答案

对于 w3m,这个设置对我有用:

For w3m, this setting has worked for me:

(setq url-proxy-services '(("no_proxy" . "work\.com")
                           ("http" . "proxy.work.com:911")))

这篇关于HTTP 代理背后的 Emacs的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆