From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: org-feed and http_proxy Date: Fri, 09 Apr 2010 20:44:11 +0800 Message-ID: <87pr28lrs4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0DZq-0005qd-1i for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 08:44:50 -0400 Received: from [140.186.70.92] (port=60215 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0DZo-0005pK-Gp for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 08:44:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0DZn-0005Ev-Dt for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 08:44:48 -0400 Received: from lo.gmane.org ([80.91.229.12]:34490) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0DZn-0005El-7j for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 08:44:47 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O0DZk-000201-A9 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 14:44:44 +0200 Received: from 61.164.42.188 ([61.164.42.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Apr 2010 14:44:44 +0200 Received: from zhangweize by 61.164.42.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Apr 2010 14:44:44 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Now and then I have to set http_proxy for internet access. I do it in emacs, e.g. by (setenv "http_proxy" "http://10.10.10.10:808") Ok, now org-feed will use this proxy and works great. Later, I find the proxy is down, so I switch to another proxy (setenv "http_proxy" "http://10.10.10.20:808") and then M-x org-feed-update-all, the message shows that org-feed is still using the old proxy "http://10.10.10.10:808" I don't know if it is related to org-feed, hope someone has the answer. By the way, I can not get the feeds from codeproject. My setting: ("codeproject" "http://www.codeproject.com/webservices/articlerss.aspx?cat=2" "~/.org/feeds.org" "C++ on CodeProject" :parse-feed org-feed-parse-atom-feed :parse-entry org-feed-parse-atom-entry)