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: Fri, 2 Sep 2005 14:55:27 -0400 Message-ID: <959DF48BD1458D4C8DBFDAC8DF80D7F702663C9E@europa.ats.sensis.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1125689184 27470 80.91.229.2 (2 Sep 2005 19:26:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2005 19:26:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 02 21:26:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EBHAq-0007D0-IC for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2005 21:26:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBHF7-00016b-Qr for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2005 15:30:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EBHE7-00015d-G1 for help-gnu-emacs@gnu.org; Fri, 02 Sep 2005 15:29:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EBHE5-000156-UM for help-gnu-emacs@gnu.org; Fri, 02 Sep 2005 15:29:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBH8G-0008W0-7h for help-gnu-emacs@gnu.org; Fri, 02 Sep 2005 15:23:24 -0400 Original-Received: from [199.105.164.5] (helo=smtpmail2.sensis.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EBGkh-0006Hg-Ou for help-gnu-emacs@gnu.org; Fri, 02 Sep 2005 14:59:03 -0400 Original-Received: from dimstar2.ats.sensis.com ([172.21.1.6]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1EBGhZ-0001LN-FK; Fri, 02 Sep 2005 14:55:49 -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 1EBGhJ-0000Wp-00; Fri, 02 Sep 2005 14:55:33 -0400 Original-Received: by europa.ats.sensis.com with Internet Mail Service (5.5.2657.72) id ; Fri, 2 Sep 2005 14:55:33 -0400 Original-To: 'Kevin Rodgers' , 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:29182 Archived-At: Thanks Kevin. Actually, I'm running GNU Emacs 21.3.2 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars) from Windows, but when I bring up Sun's Forte Debugger (workshop), Sun has integrated the debugger into Xemacs, and I simply want the ability to load/~load various features, as they both use the same init file. I'll probably just use the emacs-build-system or emacs-version. Jeff | -----Original Message----- | From: Kevin Rodgers [mailto:ihs_4664@yahoo.com] | Sent: Friday, September 02, 2005 2:15 PM | To: help-gnu-emacs@gnu.org | Subject: Re: instance process name | | | Rancier, Jeff wrote: | > Is there an easy method to retrieve the process name of 'this' | instance of | > Emacs, via a lisp expression? | | ,----[ C-h f emacs-pid RET ] | | emacs-pid is a built-in function. | | (emacs-pid) | | | | Return the process ID of Emacs, as an integer. | `---- | | -- | Kevin Rodgers | | | | _______________________________________________ | Help-gnu-emacs mailing list | Help-gnu-emacs@gnu.org | http://lists.gnu.org/mailman/listinfo/help-gnu-emacs |