emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114153: * tramp.texi (Alternative Syntax): Remove c


From: Michael Albinus
Subject: [Emacs-diffs] trunk r114153: * tramp.texi (Alternative Syntax): Remove chapter.
Date: Fri, 06 Sep 2013 08:25:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114153
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Fri 2013-09-06 10:25:15 +0200
message:
  * tramp.texi (Alternative Syntax): Remove chapter.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/tramp.texi            tramp.texi-20091113204419-o5vbwnq5f7feedwu-6324
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-08-28 06:01:52 +0000
+++ b/doc/misc/ChangeLog        2013-09-06 08:25:15 +0000
@@ -1,3 +1,7 @@
+2013-09-06  Michael Albinus  <address@hidden>
+
+       * tramp.texi (Alternative Syntax): Remove chapter.
+
 2013-08-28  Paul Eggert  <address@hidden>
 
        * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-07-29 09:07:30 +0000
+++ b/doc/misc/tramp.texi       2013-09-06 08:25:15 +0000
@@ -225,7 +225,6 @@
 Using @value{tramp}
 
 * Filename Syntax::             @value{tramp} filename conventions.
-* Alternative Syntax::          URL-like filename syntax.
 * Filename completion::         Filename completion.
 * Ad-hoc multi-hops::           Declaring multiple hops in the file name.
 * Remote processes::            Integration with other @value{emacsname} 
packages.
@@ -2356,7 +2355,6 @@
 
 @menu
 * Filename Syntax::             @value{tramp} filename conventions.
-* Alternative Syntax::          URL-like filename syntax.
 * Filename completion::         Filename completion.
 * Ad-hoc multi-hops::           Declaring multiple hops in the file name.
 * Remote processes::            Integration with other @value{emacsname} 
packages.
@@ -2453,46 +2451,6 @@
 daniel, melancholia#42, .emacs}}.
 
 
address@hidden Alternative Syntax
address@hidden URL-like filename syntax
address@hidden filename syntax
address@hidden filename examples
-
-Additionally to the syntax described in the previous chapter, it is
-possible to use a URL-like syntax for @value{tramp}.  This can be
-switched on by customizing the variable @code{tramp-syntax}.  Please
-note that this feature is experimental for the time being.
-
-The variable @code{tramp-syntax} must be set before requiring @value{tramp}:
-
address@hidden
-(setq tramp-syntax 'url)
-(require 'tramp)
address@hidden lisp
-
-Then, a @value{tramp} filename would look like this:
address@hidden/@var{method}://@var{user}@@@var{machine}:@var{port}/@var{path/to.file}}.
address@hidden/@var{method}://} is mandatory, all other parts are optional.
address@hidden:@var{port}} is useful for methods only who support this.
-
-The last example from the previous section would look like this:
address@hidden/ssh://daniel@@melancholia/.emacs}.
-
-For the time being, @code{tramp-syntax} can have the following values:
-
address@hidden @w{}
address@hidden emacs
address@hidden @code{ftp}---That is the default syntax
address@hidden @code{url}---URL-like syntax
address@hidden ifset
address@hidden xemacs
address@hidden @code{sep}---That is the default syntax
address@hidden @code{url}---URL-like syntax
address@hidden @code{ftp}---EFS-like syntax
address@hidden ifset
address@hidden itemize
-
-
 @node Filename completion
 @section Filename completion
 @cindex filename completion


reply via email to

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