HTTP 代理背后的 Emacs
Emacs 能够通过诸如 url.el 或 W3 网络浏览器。
此外,Emacs Lisp 包存档 严重依赖于包 url.el。
现在,我如何配置 Emacs 以使用我的 HTTP 代理连接到 Internet?
代理背后的 ELPA 任何帮助均可获得奖励积分。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于 w3m,此设置对我有用:
For w3m, this setting has worked for me:
我已获得工作授权:
Works for Emacs 24.3。它基于非公共 API 技巧,因此可能无法在其他 Emacs 版本中工作...
I've got authorization working by:
Works for Emacs 24.3. It is based on non-public API tricks, so might not work in another Emacs versions...
Emacs 从 url-proxy-services 变量>
http_proxy
、https_proxy
和no_proxy
环境变量(如果已设置)。Emacs populates the
url-proxy-services
variable from thehttp_proxy
,https_proxy
andno_proxy
environment variables if they are set.这有点旧了,但我也遇到了连接问题。我需要做的一件事是将我的证书添加到 gnutls-trustfiles 中以便进行连接。
This is a bit old, but I had issues connecting as well. One thing I needed to do is add my certificate to the the
gnutls-trustfiles
in order to connect.