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: Tue, 24 Jul 2007 20:37:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/07/24 20:37:43

Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/processes.texi,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- processes.texi      7 Jul 2007 11:18:32 -0000       1.104
+++ processes.texi      24 Jul 2007 20:37:43 -0000      1.105
@@ -432,6 +432,12 @@
 are handled as in @code{call-process}.
 @end defun
 
address@hidden process-file-shell-command command &optional infile destination 
display &rest args
+This function is like @code{call-process-shell-command}, but uses
address@hidden internally.  Depending on @code{default-directory},
address@hidden can be executed also on remote hosts.
address@hidden defun
+
 @defun shell-command-to-string command
 This function executes @var{command} (a string) as a shell command,
 then returns the command's output as a string.
@@ -508,6 +514,10 @@
 @var{program} and @var{program-args} might be file names.  They are not
 objects of file handler invocation.
 
+Depending on the implementation of the file handler, it might not be
+possible to apply @code{process-filter} or @code{process-sentinel} to
+the resulting process object (@pxref{Filter Functions}, @pxref{Sentinels}).
+
 Some file handlers may not support @code{start-file-process} (for
 example @code{ange-ftp-hook-function}).  It returns then @code{nil}.
 @end defun
@@ -528,6 +538,12 @@
 Arguments}.
 @end defun
 
address@hidden start-file-process-shell-command name buffer-or-name command 
&rest command-args
+This function is like @code{start-process-shell-command}, but uses
address@hidden internally.  By this, @var{command} can be
+executed also on remote hosts, depending on @code{default-directory}.
address@hidden defun
+
 @defvar process-connection-type
 @cindex pipes
 @cindex @acronym{PTY}s




reply via email to

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