]> code.delx.au - gnu-emacs/commitdiff
* tramp.texi (Filename Syntax): Host names are not allowed to be
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 18 Mar 2013 13:07:16 +0000 (14:07 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 18 Mar 2013 13:07:16 +0000 (14:07 +0100)
any method name, unless method name is specified explicitly.
Remove restriction on unibyte filenames.

* trampver.texi: Update release number.

doc/misc/ChangeLog
doc/misc/tramp.texi
doc/misc/trampver.texi

index 8348e628538dcb110eddb0cc629aaae9f8bd4d7c..3e9bcaf1f3e995493cab6d8759c88e1cad970fa6 100644 (file)
@@ -1,3 +1,11 @@
+2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Filename Syntax): Host names are not allowed to be
+       any method name, unless method name is specified explicitly.
+       Remove restriction on unibyte filenames.
+
+       * trampver.texi: Update release number.
+
 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        doc: convert some TeX accents to UTF-8
index 4a3e0ebc33c67cd1717870a5e6c49816c5ec08c8..4837b4456be75bf9e8691b7d5eb344de7d138fdf 100644 (file)
@@ -2406,13 +2406,18 @@ using the @option{ssh} method to transfer files, and edit
 @file{.emacs} in my home directory I would specify the filename
 @file{@trampfn{ssh, daniel, melancholia, .emacs}}.
 
+@ifset emacs
+A remote filename containing a host name only, which is equal to a
+method name, is not allowed.  If such a host name is used, it must
+always be preceded by an explicit method name, like
+@file{@value{prefix}ssh@value{postfixhop}ssh@value{postfix}}.
+@end ifset
+
 Finally, for some methods it is possible to specify a different port
 number than the default one, given by the method.  This is specified
 by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
 daniel, melancholia#42, .emacs}}.
 
-Note that @value{tramp} supports only filenames encoded in unibyte.
-
 
 @node Alternative Syntax
 @section URL-like filename syntax
index 18c4252e6d27a1c015e0bac658b9815856b399cd..c22141335e1b9e922b2c859f944296a89fcb9874 100644 (file)
@@ -8,7 +8,7 @@
 @c In the Tramp CVS, the version number is auto-frobbed from
 @c configure.ac, so you should edit that file and run
 @c "autoconf && ./configure" to change the version number.
-@set trampver 2.2.7
+@set trampver 2.2.8-pre
 
 @c Other flags from configuration
 @set instprefix /usr/local