help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Help with async-shell-command


From: Pete Ley
Subject: Re: Help with async-shell-command
Date: Tue, 04 Feb 2014 21:00:11 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Thorsten Jolitz <tjolitz@gmail.com> writes:

> ,--------------------------------------------------------------------------
> | start-process is a built-in function in `C source code'.
> | 
> | (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS)
> | 
> | Start a program in a subprocess.  Return the process object for it.
> | NAME is name for process.  It is modified if necessary to make it unique.
> | BUFFER is the buffer (or buffer name) to associate with the process.
> | 
> | Process output (both standard output and standard error streams) goes
> | at end of BUFFER, unless you specify an output stream or filter
> | function to handle the output.  BUFFER may also be nil, meaning that
> | this process is not associated with any buffer.
> `--------------------------------------------------------------------------

Perfect! Exactly what I'm looking for. 



reply via email to

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