aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2007-08-22 05:52:18 +0000
committerMichael Albinus2007-08-22 05:52:18 +0000
commit3f50416f0ebf6a69a8783176c5499eb37cd3648d (patch)
tree06ee81989c6e99b467b3cfa939213ac5c8c932f4
parentf84638eb6b84ccb7200cd1fdfd8cabfca90e4f7a (diff)
downloademacs-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/ChangeLog7
-rw-r--r--man/tramp.texi26
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 @@
12007-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
12007-08-17 Eli Zaretskii <eliz@gnu.org> 82007-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
1628administrator has put the tools you want in some obscure local 1628administrator has put the tools you want in some obscure local
1629directory. 1629directory.
1630 1630
1631In this case, you can still use them with @value{tramp}. You simply need to 1631In this case, you can still use them with @value{tramp}. You simply
1632add code to your @file{.emacs} to add the directory to the remote path. 1632need to add code to your @file{.emacs} to add the directory to the
1633This will then be searched by @value{tramp} when you connect and the software 1633remote path. This will then be searched by @value{tramp} when you
1634found. 1634connect and the software found.
1635 1635
1636To add a directory to the remote search path, you could use code such 1636To add a directory to the remote search path, you could use code such
1637as: 1637as:
@@ -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
1647location. The changed remote search path wouldn't affect these
1648settings. In order to force @value{tramp} to recompute these values,
1649you 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
2032To access the file @var{localname} on the remote machine @var{machine} 2038To access the file @var{localname} on the remote machine @var{machine}
2033you would specify the filename @file{@trampfn{, , @var{machine}, 2039you would specify the filename @file{@trampfn{, , machine,
2034@var{localname}}}. This will connect to @var{machine} and transfer 2040localname}}. This will connect to @var{machine} and transfer the file
2035the file using the default method. @xref{Default Method}. 2041using the default method. @xref{Default Method}.
2036 2042
2037Some examples of @value{tramp} filenames are shown below. 2043Some 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
2067part of the filename. 2073part of the filename.
2068 2074
2069To log in to the remote machine as a specific user, you use the syntax 2075To 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
2071That means that connecting to @code{melancholia} as @code{daniel} and 2077connecting to @code{melancholia} as @code{daniel} and editing
2072editing @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
2075It is also possible to specify other file transfer methods 2081It is also possible to specify other file transfer methods