emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc tramp.texi


From: Michael Albinus
Subject: [Emacs-diffs] emacs/doc/misc tramp.texi
Date: Sat, 03 Jan 2009 14:51:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/01/03 14:51:11

Modified files:
        doc/misc       : tramp.texi 

Log message:
        * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
        addresses.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/tramp.texi?cvsroot=emacs&r1=1.22&r2=1.23

Patches:
Index: tramp.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/tramp.texi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- tramp.texi  19 Nov 2008 04:28:44 -0000      1.22
+++ tramp.texi  3 Jan 2009 14:51:10 -0000       1.23
@@ -39,7 +39,7 @@
 
 @copying
 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -2142,6 +2142,14 @@
 
 @end table
 
address@hidden can also be an IPv4 or IPv6 address, like in
address@hidden@trampfn{, , 127.0.0.1, .emacs}} or @address@hidden, ,
address@hidden::address@hidden, .emacs}}.
address@hidden emacs
+For syntactical reasons, IPv6 addresses must be embedded in square
+brackets @address@hidden and @address@hidden
address@hidden ifset
+
 Unless you specify a different name to use, @value{tramp} will use the
 current local user name as the remote user name to log in with.  If you
 need to log in as a different user, you can specify the user name as
@@ -2232,13 +2240,15 @@
 @key{TAB}}, @value{tramp} might give you as result the choice for
 
 @example
address@hidden address@hidden, , melancholia.danann.net,}} address@hidden, , 
192.168.0.1,}}
 @ifset emacs
address@hidden@value{postfixhop}                        tmp/
address@hidden@value{postfix}
address@hidden @address@hidden @tab tmp/
address@hidden @address@hidden @tab
 @end ifset
 @ifset xemacs
address@hidden@value{postfixhop}                        @address@hidden
address@hidden @address@hidden @tab @address@hidden
 @end ifset
address@hidden multitable
 @end example
 
 @address@hidden@value{postfixhop}}
@@ -2257,9 +2267,11 @@
 your @file{/etc/hosts} file, let's say
 
 @example
address@hidden, , 127.0.0.1,}             @trampfn{telnet, , 192.168.0.1,}
address@hidden, , localhost,}             @trampfn{telnet, , 
melancholia.danann.net,}
address@hidden, , melancholia,}
address@hidden address@hidden, , melancholia.danann.net,}} address@hidden, , 
192.168.0.1,}}
address@hidden @trampfn{telnet, , 127.0.0.1,} @tab @trampfn{telnet, , 
192.168.0.1,}
address@hidden @trampfn{telnet, , @value{ipv6prefix}::address@hidden,} @tab 
@trampfn{telnet, , localhost,}
address@hidden @trampfn{telnet, , melancholia.danann.net,} @tab 
@trampfn{telnet, , melancholia,}
address@hidden multitable
 @end example
 
 Now you can choose the desired machine, and you can continue to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]