From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roman Newsgroups: gmane.emacs.help Subject: How to set proxy configuration dynamically in emacs? Date: Mon, 7 Dec 2015 08:50:48 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1449512074 21014 80.91.229.3 (7 Dec 2015 18:14:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2015 18:14:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 07 19:14:34 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a60Iy-0004xJ-UI for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2015 19:14:33 +0100 Original-Received: from localhost ([::1]:55903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a60Iy-0003Fb-Gc for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2015 13:14:32 -0500 X-Received: by 10.67.4.40 with SMTP id cb8mr28642336pad.26.1449507048864; Mon, 07 Dec 2015 08:50:48 -0800 (PST) X-Received: by 10.50.28.82 with SMTP id z18mr93010igg.9.1449507048780; Mon, 07 Dec 2015 08:50:48 -0800 (PST) Original-Path: usenet.stanford.edu!mv3no10251978igc.0!news-out.google.com!f6ni16604igq.0!nntp.google.com!mv3no10251970igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.34.207.94; posting-account=E2ZHHwoAAABMsH8KnTWUVLfEeUJzpk60 Original-NNTP-Posting-Host: 46.34.207.94 User-Agent: G2/1.0 Injection-Date: Mon, 07 Dec 2015 16:50:48 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:216038 X-Mailman-Approved-At: Mon, 07 Dec 2015 13:14:21 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108330 Archived-At: I use some init.el config between few computers My problem is in proxy configuration on my working computer. How to set proxy configuration dynamically in emacs? May be some "if/else" condition? Thank you for answer!