diff options
| author | Michael Albinus | 2017-03-16 16:23:07 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-03-16 16:23:07 +0100 |
| commit | 265a5d9791bf42da0bab7bdbef4352e8d734ef31 (patch) | |
| tree | c8dd8b3676280710dacf0c0c6a84432fd9031eb6 /etc | |
| parent | f6b995ef4ec50455f8dbf174b91de6b5887d014e (diff) | |
| download | emacs-265a5d9791bf42da0bab7bdbef4352e8d734ef31.tar.gz emacs-265a5d9791bf42da0bab7bdbef4352e8d734ef31.zip | |
Document remote file name syntax change
* doc/emacs/files.texi (Remote Files, Quoted File Names):
* doc/misc/org.texi (dir): Change examples to use a method.
* doc/misc/tramp.texi (Top) [trampf]: Remove macro. Add
`Testing' menu entry.
(History): Fix typos. Mention syntax change.
(Configuration, Default Host, File name Syntax)
(File name completion, Frequently Asked Questions):
Change examples to use a method.
(External methods, Default Host, Multi-hops, Remote processes):
Fix typos.
(Default Method): Mention pseudo method "-".
(External packages): Rewrite intention of `non-essential'.
* etc/NEWS: Mark recent Tramp entries as documented.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -634,10 +634,12 @@ header's value. | |||
| 634 | 634 | ||
| 635 | ** Tramp | 635 | ** Tramp |
| 636 | 636 | ||
| 637 | +++ | ||
| 637 | *** The method part of remote file names is mandatory now. A valid | 638 | *** The method part of remote file names is mandatory now. A valid |
| 638 | remote file name starts with "/method:host:" or "/method:user@host:". | 639 | remote file name starts with "/method:host:" or "/method:user@host:". |
| 639 | 640 | ||
| 640 | *** The new virtual method "-" is a marker for the default method. | 641 | +++ |
| 642 | *** The new pseudo method "-" is a marker for the default method. | ||
| 641 | "/-::" is the shortest remote file name then. | 643 | "/-::" is the shortest remote file name then. |
| 642 | 644 | ||
| 643 | +++ | 645 | +++ |