[emacs-w3m:13759] Re: [emacs-w3m/emacs-w3m] Specify http_proxy and https_proxy at the same time. (#91)
hongyi-zhao <[email protected]> Tue, 06 Apr 2021 08:58:10 -0700
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/issues/91/[email protected]> |
Thanks a lot. Based on hour notes, I use the following, and it really does the trick:
```
(setq w3m-command-arguments
(nconc w3m-command-arguments
'("-o" "http_proxy=http://127.0.0.1:8080/")
'("-o" "https_proxy=http://127.0.0.1:8080/")))
```
Regards,
HY
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/91#issuecomment-814236008