From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chunyang Xu Newsgroups: gmane.emacs.help Subject: Re: How to use Gnus nnimap through socks5 proxy Date: Tue, 6 Jan 2015 17:26:42 +0800 Message-ID: References: <86wq50s7qt.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1420552245 4686 80.91.229.3 (6 Jan 2015 13:50:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2015 13:50:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Quanyang Liu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 06 14:50:41 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 1Y8UVq-0000t4-4K for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2015 14:49:34 +0100 Original-Received: from localhost ([::1]:36531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8UVp-0006Jl-Mm for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2015 08:49:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8QPV-0000qf-1G for help-gnu-emacs@gnu.org; Tue, 06 Jan 2015 04:26:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8QPT-0006lO-Ik for help-gnu-emacs@gnu.org; Tue, 06 Jan 2015 04:26:44 -0500 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:39812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8QPT-0006lI-7A for help-gnu-emacs@gnu.org; Tue, 06 Jan 2015 04:26:43 -0500 Original-Received: by mail-la0-f45.google.com with SMTP id gq15so19681739lab.32 for ; Tue, 06 Jan 2015 01:26:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RgMr0GQkmqH0qx60LbkEDqGxqi20fmJglyBe1Wbc4jE=; b=PD5zRpEtdmo6tA+E2/3d12+dJ9EmNI9pp3q0D8p0JR77LzmR2RlKYyvwBZPTmu44SP iY86RImS602uQPNLIw++PZ9MgycM0IbLESC8+nAU5CKBY6rEulquRL3RCVLF1v5QnBgE fuWEAjYZeo7qnQLzCqfb2ftgF2v4G04i6tuMHVrBPKT4x1pWjEO0eRbydKneI0TcL3ob +Gbf/WfWJ7z4a4pJS74GQQTGHBtMcRN33VjXSCLDNujhH9kyx64vUuSXf7/Vg8uFCju7 04OHmnL6hHqmutt/wuiEoH2L+9UIb+gDai9JBJ/2AUJ2blns3g/uSXMTTf6WIZC5kBJT fvQw== X-Received: by 10.153.8.132 with SMTP id dk4mr94158250lad.56.1420536402339; Tue, 06 Jan 2015 01:26:42 -0800 (PST) Original-Received: by 10.25.157.138 with HTTP; Tue, 6 Jan 2015 01:26:42 -0800 (PST) In-Reply-To: <86wq50s7qt.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d X-Mailman-Approved-At: Tue, 06 Jan 2015 08:48:29 -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:101909 Archived-At: Quanyang Liu writes: > Hi all, > > I am from somewhere in which people can not access to google...So, I > want to use a socks5 proxy. Chinese here, I can't surf the Internet without a proxy. > I found there is socks.el, and I can use it to connect IRC. But I can > not find a way to use it in gnus. > > Does anyone here has idea about it? Try proxychains[0] which can run command-line tools through a proxy. When you install and configure[1] proxychains, just run: $ proxychains emacs Hope it works. 0: http://proxychains.sourceforge.net/ 1: https://github.com/shadowsocks/shadowsocks/wiki/Using-Shadowsocks-with-Command-Line-Tools > > Thanks! -- Chunyang Xu