[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

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



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, view it on GitHub, or unsubscribe.