From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gentsquash@gmail.com Newsgroups: gmane.emacs.help Subject: Detecting a running process in Elisp Date: Fri, 26 Jul 2013 08:26:25 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1374852629 26549 80.91.229.3 (26 Jul 2013 15:30:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2013 15:30:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 26 17:30:28 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V2jyM-0004J1-3X for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jul 2013 17:30:26 +0200 Original-Received: from localhost ([::1]:53316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2jyL-0007FX-MW for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jul 2013 11:30:25 -0400 X-Received: by 10.224.169.1 with SMTP id w1mr21172999qay.4.1374852386126; Fri, 26 Jul 2013 08:26:26 -0700 (PDT) X-Received: by 10.49.58.242 with SMTP id u18mr1756325qeq.23.1374852386070; Fri, 26 Jul 2013 08:26:26 -0700 (PDT) Original-Path: usenet.stanford.edu!cb17no351103qab.0!news-out.google.com!dk8ni1421qab.0!nntp.google.com!cb17no351095qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=128.227.165.162; posting-account=LepcaQgAAACr4mTxtqQZ5RIS3kaWpFxN Original-NNTP-Posting-Host: 128.227.165.162 User-Agent: G2/1.0 Injection-Date: Fri, 26 Jul 2013 15:26:26 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:200183 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92449 Archived-At: 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?