Is it possible to tell emacs on Windows to use the IE http proxy settings?

前端 未结 2 1621
南方客
南方客 2021-02-04 12:04

See also: Emacs behind HTTP proxy

Is it possible to tell emacs to automatically use whatever proxy settings are in use by IE?

2条回答
  •  悲&欢浪女
    2021-02-04 12:52

    If you are handling URL's via browse-url, you can also set it to Windows-specific function like this. Then the URL's will be handled by Windows (invoking your default browser).

    browse-url-browser-function is a variable defined in `browse-url.el'.

    Its value is browse-url-default-windows-browser

提交回复
热议问题