emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/processes.texi,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi,v
Date: Sat, 07 Jul 2007 11:18:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/07/07 11:18:32

Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/processes.texi,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- processes.texi      7 May 2007 01:09:35 -0000       1.103
+++ processes.texi      7 Jul 2007 11:18:32 -0000       1.104
@@ -495,6 +495,23 @@
 @end smallexample
 @end defun
 
address@hidden start-file-process name buffer-or-name program &rest args
+Like @code{start-process}, this function starts a new asynchronous
+subprocess running @var{program} in it.  The corresponding process
+object is returned.
+
+If @code{default-directory} corresponds to a file handler, that
+handler is invoked.  @var{program} runs then on a remote host which is
+identified by @code{default-directory}.  The local part of
address@hidden is the working directory of the subprocess.
+
address@hidden and @var{program-args} might be file names.  They are not
+objects of file handler invocation.
+
+Some file handlers may not support @code{start-file-process} (for
+example @code{ange-ftp-hook-function}).  It returns then @code{nil}.
address@hidden defun
+
 @defun start-process-shell-command name buffer-or-name command &rest 
command-args
 This function is like @code{start-process} except that it uses a shell
 to execute the specified command.  The argument @var{command} is a shell




reply via email to

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