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

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

Re: run external command and let it go


From: John Russell
Subject: Re: run external command and let it go
Date: 26 Sep 2003 10:47:31 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> > Can anyone tell me how I can run an external process (like a temrinal
> > or a browser) from emacs.  I know shell-command does this, but I
> > really don't care about the output of the command, so the Shell output
> > and Async output buffers are just annoying when they come up.  I
> > really just want to launch a command and then be done with it.  Any
> > ideas? Thanks.
> 
> `shell-command' is mostly meant for interactive use.  For elisp code, use
> `call-process' or `start-process' (which see with C-h f).

(call-process * nil 0 nil) was what I wanted.  Thanks.

John


reply via email to

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