emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/tramp.texi,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/man/tramp.texi,v
Date: Wed, 22 Aug 2007 05:52:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/08/22 05:52:19

Index: tramp.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/tramp.texi,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- tramp.texi  29 Jul 2007 15:15:18 -0000      1.59
+++ tramp.texi  22 Aug 2007 05:52:18 -0000      1.60
@@ -1628,10 +1628,10 @@
 administrator has put the tools you want in some obscure local
 directory.
 
-In this case, you can still use them with @value{tramp}.  You simply need to
-add code to your @file{.emacs} to add the directory to the remote path.
-This will then be searched by @value{tramp} when you connect and the software
-found.
+In this case, you can still use them with @value{tramp}.  You simply
+need to add code to your @file{.emacs} to add the directory to the
+remote path.  This will then be searched by @value{tramp} when you
+connect and the software found.
 
 To add a directory to the remote search path, you could use code such
 as:
@@ -1643,6 +1643,12 @@
 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
 @end lisp
 
address@hidden caches several information, like the Perl binary
+location.  The changed remote search path wouldn't affect these
+settings.  In order to force @value{tramp} to recompute these values,
+you must exit @value{emacsname}, remove your persistency file
+(@pxref{Connection caching}), and restart @value{emacsname}.
+
 
 @node Remote shell setup
 @comment  node-name,  next,  previous,  up
@@ -2030,9 +2036,9 @@
 @cindex filename examples
 
 To access the file @var{localname} on the remote machine @var{machine}
-you would specify the filename @address@hidden, , @var{machine},
address@hidden  This will connect to @var{machine} and transfer
-the file using the default method.  @xref{Default Method}.
+you would specify the filename @address@hidden, , machine,
+localname}}.  This will connect to @var{machine} and transfer the file
+using the default method.  @xref{Default Method}.
 
 Some examples of @value{tramp} filenames are shown below.
 
@@ -2067,9 +2073,9 @@
 part of the filename.
 
 To log in to the remote machine as a specific user, you use the syntax
address@hidden@trampfn{, @var{user}, @var{machine}, @var{path/to.file}}}.
-That means that connecting to @code{melancholia} as @code{daniel} and
-editing @file{.emacs} in your home directory you would specify
address@hidden@trampfn{, user, machine, path/to.file}}.  That means that
+connecting to @code{melancholia} as @code{daniel} and editing
address@hidden in your home directory you would specify
 @address@hidden, daniel, melancholia, .emacs}}.
 
 It is also possible to specify other file transfer methods




reply via email to

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