From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rancier, Jeff" Newsgroups: gmane.emacs.help Subject: RE: instance process name Date: Tue, 6 Sep 2005 10:44:39 -0400 Message-ID: <959DF48BD1458D4C8DBFDAC8DF80D7F702663CA6@europa.ats.sensis.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1126018519 23631 80.91.229.2 (6 Sep 2005 14:55:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2005 14:55:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 06 16:55:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECeoq-00032j-Fy for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2005 16:53:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECetL-0001kg-42 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2005 10:57:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECeqe-0000ko-EA for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:54:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECeqV-0000eU-CI for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:54:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECeqT-0000YC-T5 for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:54:46 -0400 Original-Received: from [199.105.164.5] (helo=smtpmail2.sensis.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECelD-0007V2-4B; Tue, 06 Sep 2005 10:49:19 -0400 Original-Received: from dimstar2.ats.sensis.com ([172.21.1.6]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1ECehB-00026Z-8L; Tue, 06 Sep 2005 10:45:09 -0400 Original-Received: from europa.ats.sensis.com ([172.21.1.50]) by dimstar2.ats.sensis.com with esmtp (Exim 3.35 #1 (Debian)) id 1ECegp-0004LF-00; Tue, 06 Sep 2005 10:44:47 -0400 Original-Received: by europa.ats.sensis.com with Internet Mail Service (5.5.2657.72) id ; Tue, 6 Sep 2005 10:44:47 -0400 Original-To: 'Eli Zaretskii' , help-gnu-emacs@gnu.org X-Mailer: Internet Mail Service (5.5.2657.72) X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-5.899, required 5, autolearn=not spam, ALL_TRUSTED -3.30, BAYES_00 -2.60) X-Sensis-MailScanner-From: jeff.rancier@sensis.com X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29254 Archived-At: The actual name from the process table, specifically, I want to differentiate between 'xemacs' vs. 'emacs'. Thanks. | -----Original Message----- | From: Eli Zaretskii [mailto:eliz@gnu.org] | Sent: Saturday, September 03, 2005 6:40 AM | To: help-gnu-emacs@gnu.org | Subject: Re: instance process name | | | > From: "Rancier, Jeff" | > Date: Fri, 2 Sep 2005 13:46:53 -0400 | > | > Is there an easy method to retrieve the process name of | 'this' instance of | > Emacs, via a lisp expression? | | It is not clear to me what you mean by ``the process name''. Can you | clarify? | | One possibility is (car command-line-args), but I'm not sure if that's | what you want. | | | _______________________________________________ | Help-gnu-emacs mailing list | Help-gnu-emacs@gnu.org | http://lists.gnu.org/mailman/listinfo/help-gnu-emacs |