emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/misc tramp.texi


From: Michael Albinus
Subject: [Emacs-diffs] emacs/doc/misc tramp.texi
Date: Wed, 01 Jul 2009 15:09:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/07/01 15:09:21

Modified files:
        doc/misc       : tramp.texi 

Log message:
        * tramp.texi (GVFS based methods): New section.
        (Remote processes): Processes for GVFS based methods run locally.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/tramp.texi?cvsroot=emacs&r1=1.27&r2=1.28

Patches:
Index: tramp.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/tramp.texi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- tramp.texi  30 Jun 2009 21:24:52 -0000      1.27
+++ tramp.texi  1 Jul 2009 15:09:21 -0000       1.28
@@ -181,6 +181,9 @@
 * Connection types::            Types of connections made to remote machines.
 * Inline methods::              Inline methods.
 * External methods::            External methods.
address@hidden emacsgvfs
+* GVFS based methods::          GVFS based external methods.
address@hidden ifset
 @ifset emacsgw
 * Gateway methods::             Gateway methods.
 @end ifset
@@ -510,6 +513,9 @@
 * Connection types::            Types of connections made to remote machines.
 * Inline methods::              Inline methods.
 * External methods::            External methods.
address@hidden emacsgvfs
+* GVFS based methods::          GVFS based external methods.
address@hidden ifset
 @ifset emacsgw
 * Gateway methods::             Gateway methods.
 @end ifset
@@ -1027,22 +1033,32 @@
 file names like @file{//melancholia/daniel$$/.emacs}.  The only
 disadvantage is that there's no possibility to specify another user
 name.
address@hidden table
+
 
 @ifset emacsgvfs
address@hidden @option{dav}
address@hidden method dav
address@hidden dav method
address@hidden GVFS based methods
address@hidden GVFS based external methods
address@hidden methods, gvfs
address@hidden gvfs based methods
address@hidden dbus
 
-This method provides access to WebDAV files and directories.  It is
-available on systems only which run GVFS
+The connection methods described in this section are based on GVFS
 @uref{http://en.wikipedia.org/wiki/GVFS}.  Via GVFS, the remote
 filesystem is mounted locally through FUSE.  @value{tramp} uses
 internally this local mounted directory.
 
 The communication with GVFS is implemented via D-Bus messages.
-Therefore, your @value{emacsname} must have D-Bus integration.
+Therefore, your @value{emacsname} must have D-Bus integration,
address@hidden, , D-Bus, dbus}.
 
-There exists also the external method @option{davs}, which uses SSL
address@hidden @asis
address@hidden @option{dav}
address@hidden method dav
address@hidden dav method
+
+This method provides access to WebDAV files and directories.  There
+exists also the external method @option{davs}, which uses SSL
 encryption for the access.
 
 Both methods support the port number specification as discussed above.
@@ -1052,21 +1068,17 @@
 @cindex obex method
 
 OBEX is an FTP-like access protocol for simple devices, like cell
-phones.  Like @option{dav} and @option{davs}, it uses GVFS for
-mounting remote files and directories via FUSE.  Until now
address@hidden supports only OBEX over Bluetooth.
+phones.  Until now @value{tramp} supports only OBEX over Bluetooth.
 
 @item @option{synce}
 @cindex method synce
 @cindex synce method
 
-SYNCE allows communication with Windows Mobile devices.  Beside GVFS
-for mounting remote files and directories via FUSE, it needs also the
-SYNCE-GVFS plugin.
address@hidden ifset
+The @option{synce} method allows communication with Windows Mobile
+devices.  Beside GVFS for mounting remote files and directories via
+FUSE, it needs also the SYNCE-GVFS plugin.
 @end table
 
address@hidden emacsgvfs
 @defopt tramp-gvfs-methods
 This customer option, a list, defines the external methods, which
 shall be used with GVFS.  Per default, these are @option{dav},
@@ -2404,6 +2416,14 @@
 remote file names.  It does not work for the @option{ftp} and
 @option{smb} methods.
 
address@hidden emacsgvfs
+If the remote host is mounted via GVFS (see @ref{GVFS based methods}),
+the remote filesystem is mounted locally.  Therefore, there are no
+remote processes; all processes run still locally on your machine with
+an adapted @code{default-directory}.  This section does not apply for
+such connection methods.
address@hidden ifset
+
 Remote processes are started when a corresponding command is executed
 from a buffer belonging to a remote file or directory.  Up to now, the
 packages @file{compile.el} (commands like @code{compile} and




reply via email to

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