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: ipv6 and Tramp. Date: Thu, 20 Nov 2008 08:05:33 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227164696 32113 80.91.229.12 (20 Nov 2008 07:04:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 07:04:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 08:05:57 2008 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 1L33bC-0004ib-Kk for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 08:05:37 +0100 Original-Received: from localhost ([127.0.0.1]:59380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L33a3-0002zm-HW for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 02:03:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L33Zl-0002zg-DP for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 02:03:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L33Zk-0002zT-BY for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 02:03:40 -0500 Original-Received: from [199.232.76.173] (port=52983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L33Zk-0002zQ-5m for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 02:03:40 -0500 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]:52165) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L33Zj-0007Ai-JF for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 02:03:40 -0500 Original-Received: from slbhab.alcatel.de (slbhab.de.alcatel-lucent.com [149.204.245.33]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id mAK73WoK005111; Thu, 20 Nov 2008 08:03:32 +0100 In-Reply-To: (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Wed\, 19 Nov 2008 23\:32\:14 +0100") User-Agent: Gnus/5.101 (Gnus v5.10.10) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) 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:59949 Archived-At: =D3scar Fuentes writes: > I'm trying to access a host through ipv6 with Tramp. IPv6 address syntax is not supported in Tramp [yet]. I'll add it to the todo list. > Which is the syntax? This complains about "Not a Tramp filename" > > /[some:ip:v6:address:for:tramp]:/ Using IPv6 addresses literally would be a nightmare, because ":" is already taken as delimeter. Maybe your proposal (surround it by "[" and "]") is a good compromise. Best regards, Michael.