From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: tramp with socksify Date: Fri, 24 Aug 2007 06:13:15 +0200 Message-ID: <87fy29zi1w.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1187928824 4860 80.91.229.12 (24 Aug 2007 04:13:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2007 04:13:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Fabian Braennstroem Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 24 06:13:40 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IOQYC-00010e-32 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Aug 2007 06:13:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOQYB-0002eO-DW for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Aug 2007 00:13:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOQXx-0002dL-6U for help-gnu-emacs@gnu.org; Fri, 24 Aug 2007 00:13:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOQXv-0002cX-82 for help-gnu-emacs@gnu.org; Fri, 24 Aug 2007 00:13:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOQXv-0002cT-3G for help-gnu-emacs@gnu.org; Fri, 24 Aug 2007 00:13:19 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IOQXu-0007jx-Hs for help-gnu-emacs@gnu.org; Fri, 24 Aug 2007 00:13:18 -0400 Original-Received: (qmail invoked by alias); 24 Aug 2007 04:13:16 -0000 Original-Received: from p57A2386D.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.56.109] by mail.gmx.net (mp024) with SMTP; 24 Aug 2007 06:13:16 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18PfzF7a/UPn1Fh5bQHxk0SNc38rwHaEiyuo5EDdF CIgmQKzPBqoxBA In-Reply-To: (Fabian Braennstroem's message of "Thu, 23 Aug 2007 21:47:49 +0000") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46799 Archived-At: Fabian Braennstroem writes: > Hallo Michael, Hi, > I tried it without and with tramp 'required' and without the > quoted list... but I get: > > Debugger entered--Lisp error: (void-variable > tramp-default-proxies-alist) > add-to-list(tramp-default-proxies-alist > ("test.socksify.com" nil "/socks:141.36.72.254#1080:")) > eval-buffer(# nil "/home/fab/.emacs" nil > t) ; Reading at buffer position 193 > load-with-code-conversion("/home/fab/.emacs" > "/home/fab/.emacs" t t) > load("~/.emacs" t t) > #[nil "…¾ > > (require 'tramp) > (add-to-list 'tramp-default-proxies-alist > (list "test.socksify.com" nil > "/socks:141.36.72.254#1080:")) Please check the Tramp version "C-h v tramp-version". It must be a recent Tramp 2.1. > Strange!? > > Thanks, Fabian Best regards, Michael.