help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: What are Emacs best uses?


From: Sebastien Vauban
Subject: Re: What are Emacs best uses?
Date: Mon, 19 Aug 2013 16:04:19 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (windows-nt)

Hello Luca,

Luca Ferrari wrote:
> With regard to the Google integration of Emacs I don't have
> experience, since I usually work behind a proxy and that is quite
> nasty to setup with Emacs (in my opinion).

Could this help?

--8<---------------cut here---------------start------------->8---
      ;; use proxy
      (setq url-proxy-services
            `(("http"     . ,(getenv "http_proxy"))
              ("ftp"      . ,(getenv "http_proxy"))
              ("no_proxy" . "^.*example.com")))
              ;; disable proxy for some hosts
     ))
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


reply via email to

[Prev in Thread] Current Thread [Next in Thread]