diff options
| author | Michael Albinus | 2007-08-22 05:52:18 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-08-22 05:52:18 +0000 |
| commit | 3f50416f0ebf6a69a8783176c5499eb37cd3648d (patch) | |
| tree | 06ee81989c6e99b467b3cfa939213ac5c8c932f4 | |
| parent | f84638eb6b84ccb7200cd1fdfd8cabfca90e4f7a (diff) | |
| download | emacs-3f50416f0ebf6a69a8783176c5499eb37cd3648d.tar.gz emacs-3f50416f0ebf6a69a8783176c5499eb37cd3648d.zip | |
* tramp.texi (Remote Programs): Persistency file must be cleared when
changing `tramp-remote-path'.
(Filename Syntax): Don't use @var{} constructs inside the @trampfn
macro.
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | man/tramp.texi | 26 |
2 files changed, 23 insertions, 10 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 7438fbad338..ce38324db11 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-08-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Remote Programs): Persistency file must be cleared when | ||
| 4 | changing `tramp-remote-path'. | ||
| 5 | (Filename Syntax): Don't use @var{} constructs inside the @trampfn | ||
| 6 | macro. | ||
| 7 | |||
| 1 | 2007-08-17 Eli Zaretskii <eliz@gnu.org> | 8 | 2007-08-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * basic.texi (Position Info): Add index entry for face at point. | 10 | * basic.texi (Position Info): Add index entry for face at point. |
diff --git a/man/tramp.texi b/man/tramp.texi index fc425c8e342..b53bc59d506 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -1628,10 +1628,10 @@ It is possible, however, that your local (or remote ;) system | |||
| 1628 | administrator has put the tools you want in some obscure local | 1628 | administrator has put the tools you want in some obscure local |
| 1629 | directory. | 1629 | directory. |
| 1630 | 1630 | ||
| 1631 | In this case, you can still use them with @value{tramp}. You simply need to | 1631 | In this case, you can still use them with @value{tramp}. You simply |
| 1632 | add code to your @file{.emacs} to add the directory to the remote path. | 1632 | need to add code to your @file{.emacs} to add the directory to the |
| 1633 | This will then be searched by @value{tramp} when you connect and the software | 1633 | remote path. This will then be searched by @value{tramp} when you |
| 1634 | found. | 1634 | connect and the software found. |
| 1635 | 1635 | ||
| 1636 | To add a directory to the remote search path, you could use code such | 1636 | To add a directory to the remote search path, you could use code such |
| 1637 | as: | 1637 | as: |
| @@ -1643,6 +1643,12 @@ as: | |||
| 1643 | (add-to-list 'tramp-remote-path "/usr/local/perl/bin") | 1643 | (add-to-list 'tramp-remote-path "/usr/local/perl/bin") |
| 1644 | @end lisp | 1644 | @end lisp |
| 1645 | 1645 | ||
| 1646 | @value{tramp} caches several information, like the Perl binary | ||
| 1647 | location. The changed remote search path wouldn't affect these | ||
| 1648 | settings. In order to force @value{tramp} to recompute these values, | ||
| 1649 | you must exit @value{emacsname}, remove your persistency file | ||
| 1650 | (@pxref{Connection caching}), and restart @value{emacsname}. | ||
| 1651 | |||
| 1646 | 1652 | ||
| 1647 | @node Remote shell setup | 1653 | @node Remote shell setup |
| 1648 | @comment node-name, next, previous, up | 1654 | @comment node-name, next, previous, up |
| @@ -2030,9 +2036,9 @@ minute you have already forgotten that you hit that key! | |||
| 2030 | @cindex filename examples | 2036 | @cindex filename examples |
| 2031 | 2037 | ||
| 2032 | To access the file @var{localname} on the remote machine @var{machine} | 2038 | To access the file @var{localname} on the remote machine @var{machine} |
| 2033 | you would specify the filename @file{@trampfn{, , @var{machine}, | 2039 | you would specify the filename @file{@trampfn{, , machine, |
| 2034 | @var{localname}}}. This will connect to @var{machine} and transfer | 2040 | localname}}. This will connect to @var{machine} and transfer the file |
| 2035 | the file using the default method. @xref{Default Method}. | 2041 | using the default method. @xref{Default Method}. |
| 2036 | 2042 | ||
| 2037 | Some examples of @value{tramp} filenames are shown below. | 2043 | Some examples of @value{tramp} filenames are shown below. |
| 2038 | 2044 | ||
| @@ -2067,9 +2073,9 @@ need to log in as a different user, you can specify the user name as | |||
| 2067 | part of the filename. | 2073 | part of the filename. |
| 2068 | 2074 | ||
| 2069 | To log in to the remote machine as a specific user, you use the syntax | 2075 | To log in to the remote machine as a specific user, you use the syntax |
| 2070 | @file{@trampfn{, @var{user}, @var{machine}, @var{path/to.file}}}. | 2076 | @file{@trampfn{, user, machine, path/to.file}}. That means that |
| 2071 | That means that connecting to @code{melancholia} as @code{daniel} and | 2077 | connecting to @code{melancholia} as @code{daniel} and editing |
| 2072 | editing @file{.emacs} in your home directory you would specify | 2078 | @file{.emacs} in your home directory you would specify |
| 2073 | @file{@trampfn{, daniel, melancholia, .emacs}}. | 2079 | @file{@trampfn{, daniel, melancholia, .emacs}}. |
| 2074 | 2080 | ||
| 2075 | It is also possible to specify other file transfer methods | 2081 | It is also possible to specify other file transfer methods |