From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Path of the Emacs executable Date: Mon, 14 Apr 2008 09:43:37 +0200 Message-ID: <87hce4hoeu.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208162476 415 80.91.229.12 (14 Apr 2008 08:41:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Apr 2008 08:41:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 14 10:41:55 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JlKG8-0001uy-QA for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Apr 2008 10:41:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlKFU-000794-HK for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Apr 2008 04:41:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: p54867803.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1208159162 1544 84.134.120.3 (14 Apr 2008 07:46:02 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 14 Apr 2008 07:46:02 +0000 (UTC) User-Agent: Gnus/5.110008 (No Gnus v0.8) Emacs/22.2.50 (gnu/linux) Cancel-Lock: sha1:yEikn36dnOoN/QLBL5qSmHBqIfc= Original-Xref: shelby.stanford.edu gnu.emacs.help:157912 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:53277 Archived-At: On 2008-04-14 09:00 +0200, Carsten Dominik wrote: > I have been trying to find this information, but cannot: > > Is it possible, from within emacs, to find the name and path of the > executable of the current Emacs process? They are in the variables invocation-name and invocation-directory, respectively. Sven