aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-03-18 14:07:16 +0100
committerMichael Albinus2013-03-18 14:07:16 +0100
commit24afc2e2d4a65552fb61e3094bb50447d5b460f2 (patch)
tree252bfeb60948870dd63e8faf6012f2857ad09f22
parent64ab82d1da79084384d27d366b4cfc41f7cae5b6 (diff)
downloademacs-24afc2e2d4a65552fb61e3094bb50447d5b460f2.tar.gz
emacs-24afc2e2d4a65552fb61e3094bb50447d5b460f2.zip
* 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.
-rw-r--r--doc/misc/ChangeLog8
-rw-r--r--doc/misc/tramp.texi9
-rw-r--r--doc/misc/trampver.texi2
3 files changed, 16 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 8348e628538..3e9bcaf1f3e 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,11 @@
12013-03-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Filename Syntax): Host names are not allowed to be
4 any method name, unless method name is specified explicitly.
5 Remove restriction on unibyte filenames.
6
7 * trampver.texi: Update release number.
8
12013-03-17 Paul Eggert <eggert@cs.ucla.edu> 92013-03-17 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 doc: convert some TeX accents to UTF-8 11 doc: convert some TeX accents to UTF-8
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 4a3e0ebc33c..4837b4456be 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2406,13 +2406,18 @@ using the @option{ssh} method to transfer files, and edit
2406@file{.emacs} in my home directory I would specify the filename 2406@file{.emacs} in my home directory I would specify the filename
2407@file{@trampfn{ssh, daniel, melancholia, .emacs}}. 2407@file{@trampfn{ssh, daniel, melancholia, .emacs}}.
2408 2408
2409@ifset emacs
2410A remote filename containing a host name only, which is equal to a
2411method name, is not allowed. If such a host name is used, it must
2412always be preceded by an explicit method name, like
2413@file{@value{prefix}ssh@value{postfixhop}ssh@value{postfix}}.
2414@end ifset
2415
2409Finally, for some methods it is possible to specify a different port 2416Finally, for some methods it is possible to specify a different port
2410number than the default one, given by the method. This is specified 2417number than the default one, given by the method. This is specified
2411by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh, 2418by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
2412daniel, melancholia#42, .emacs}}. 2419daniel, melancholia#42, .emacs}}.
2413 2420
2414Note that @value{tramp} supports only filenames encoded in unibyte.
2415
2416 2421
2417@node Alternative Syntax 2422@node Alternative Syntax
2418@section URL-like filename syntax 2423@section URL-like filename syntax
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 18c4252e6d2..c22141335e1 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -8,7 +8,7 @@
8@c In the Tramp CVS, the version number is auto-frobbed from 8@c In the Tramp CVS, the version number is auto-frobbed from
9@c configure.ac, so you should edit that file and run 9@c configure.ac, so you should edit that file and run
10@c "autoconf && ./configure" to change the version number. 10@c "autoconf && ./configure" to change the version number.
11@set trampver 2.2.7 11@set trampver 2.2.8-pre
12 12
13@c Other flags from configuration 13@c Other flags from configuration
14@set instprefix /usr/local 14@set instprefix /usr/local