[emacs-w3m:13758] [emacs-w3m/emacs-w3m] Specify http_proxy and https_proxy at the same time. (#91)

hongyi-zhao <[email protected]> Tue, 06 Apr 2021 02:04:08 -0700
Newsgroups gmane.emacs.w3m
Message-ID <emacs-w3m/emacs-w3m/issues/[email protected]>
The document told the following for proxy setting:
```
     (setq w3m-command-arguments
           (nconc w3m-command-arguments
                  '("-o" "http_proxy=http://proxy.hogege.com:8000/")))
```
But how can I set the `http_proxy` and `https_proxy` variables at the same time?

Regards,
HY

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/91