[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Path of the Emacs executable
From: |
Sven Joachim |
Subject: |
Re: Path of the Emacs executable |
Date: |
Mon, 14 Apr 2008 09:43:37 +0200 |
User-agent: |
Gnus/5.110008 (No Gnus v0.8) Emacs/22.2.50 (gnu/linux) |
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