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

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

Re: Detecting a running process in Elisp


From: Eli Zaretskii
Subject: Re: Detecting a running process in Elisp
Date: Fri, 26 Jul 2013 18:54:45 +0300

> Date: Fri, 26 Jul 2013 08:50:35 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> 
> Without knowing anything about processes in Elisp, I tried
> using apropos "processes" (apropos "process" had too many hits).
> 
> That led me to `list-processes', which led me to `list-processes--refresh'.
> 
> That led me to `process-list', which I imagine you can use to get
> what you want.

These are for processes that Emacs launched.  Other processes running
on the system will not show.

> HTH.  Remember: `apropos' and its friends are your friends.

Right, because list-system-processes is also there.



reply via email to

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