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: Tue, 07 Nov 2006 10:58:21 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       06/11/07 10:58:19

Index: man/tramp.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/tramp.texi,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- man/tramp.texi      19 Oct 2006 04:56:46 -0000      1.48
+++ man/tramp.texi      7 Nov 2006 10:58:19 -0000       1.49
@@ -456,11 +456,10 @@
 @cindex configuration
 
 @cindex default configuration
address@hidden is (normally) fully functional when it is initially installed.
-It is initially configured to use the @command{ssh} program to connect
-to the remote host and to use base64 or uu encoding to transfer the
-files through that shell connection.  So in the easiest case, you just
-type @kbd{C-x C-f} and then enter the filename
address@hidden is (normally) fully functional when it is initially
+installed.  It is initially configured to use the @command{scp}
+program to connect to the remote host.  So in the easiest case, you
+just type @kbd{C-x C-f} and then enter the filename
 @address@hidden@var{user}@@@address@hidden@var{/path/to.file}}.
 
 On some hosts, there are problems with opening a connection.  These are
@@ -1036,7 +1035,7 @@
 is not specified in the @value{tramp} file name.  For example:
 
 @lisp
-(setq tramp-default-method "scp")
+(setq tramp-default-method "ssh")
 @end lisp
 
 @vindex tramp-default-method-alist




reply via email to

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