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

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

Detecting a running process in Elisp


From: gentsquash
Subject: Detecting a running process in Elisp
Date: Fri, 26 Jul 2013 08:26:25 -0700 (PDT)
User-agent: G2/1.0

I have a process "ScidvsMac" which I'd like to detect in
Elisp.  I'm currently using

    (search "ScidvsMac" (shell-command-to-string "ps -A"))

but is there something cleaner?


reply via email to

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