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


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/man/tramp.texi
Date: Fri, 17 Oct 2003 16:45:36 -0400

Index: emacs/man/tramp.texi
diff -c emacs/man/tramp.texi:1.24 emacs/man/tramp.texi:1.25
*** emacs/man/tramp.texi:1.24   Mon Sep  1 11:45:46 2003
--- emacs/man/tramp.texi        Fri Oct 17 16:45:36 2003
***************
*** 33,39 ****
  Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 Free Software
  Foundation, Inc.
  
! @quotation     
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.1 or
  any later version published by the Free Software Foundation; with no
--- 33,39 ----
  Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 Free Software
  Foundation, Inc.
  
! @quotation
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.1 or
  any later version published by the Free Software Foundation; with no
***************
*** 635,641 ****
  @cindex sshx method
  @cindex Cygwin (with sshx method)
  
! As you expect, this is similar to @option{ssh}, only a little
  different.  Whereas @option{ssh} opens a normal interactive shell on
  the remote host, this option uses @samp{ssh -t -t @var{host} -l
  @var{user} /bin/sh} to open a connection.  This is useful for users
--- 635,641 ----
  @cindex sshx method
  @cindex Cygwin (with sshx method)
  
! As you would expect, this is similar to @option{ssh}, only a little
  different.  Whereas @option{ssh} opens a normal interactive shell on
  the remote host, this option uses @samp{ssh -t -t @var{host} -l
  @var{user} /bin/sh} to open a connection.  This is useful for users
***************
*** 1109,1115 ****
  
  @defun tramp-set-completion-function method function-list
  This function sets @var{function-list} as list of completion functions
! for @var{method}. 
  
  Example:
  @example
--- 1109,1115 ----
  
  @defun tramp-set-completion-function method function-list
  This function sets @var{function-list} as list of completion functions
! for @var{method}.
  
  Example:
  @example
***************
*** 1744,1750 ****
  You can see it applying @kbd{C-h v file-name-handler-alist}:
  
  @example
! file-name-handler-alist's value is 
  (("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
   ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
   ("^/[^/]*$" . tramp-completion-file-name-handler)
--- 1744,1750 ----
  You can see it applying @kbd{C-h v file-name-handler-alist}:
  
  @example
! file-name-handler-alist's value is
  (("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
   ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
   ("^/[^/]*$" . tramp-completion-file-name-handler)
***************
*** 1931,1937 ****
  
  In the case of a remote file, the @code{shell-command} interface is
  used, with some wrapper code, to provide the same functionality on the
! remote machine as would be seen on the local machine. 
  
  
  @node Changed workfiles
--- 1931,1937 ----
  
  In the case of a remote file, the @code{shell-command} interface is
  used, with some wrapper code, to provide the same functionality on the
! remote machine as would be seen on the local machine.
  
  
  @node Changed workfiles




reply via email to

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