emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile Mode and "host" Emacs


From: Nathan Trapuzzano
Subject: Re: Compile Mode and "host" Emacs
Date: Tue, 29 Oct 2013 10:16:07 -0400
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Sebastian Wiesner <address@hidden> writes:

> If Compile Mode was now changed to set a variable, lets call it
> "EMACS_PATH" for now, I myself would not need to do anything, and my
> users would just need to add this variable to their "init.el"
> temporarily, until 24.4 is released.

Sorry, I don't follow.  If asking your users to temporarily add
something to their initialization files is an option, why not:

(setenv "EMACS_EXE_PATH"
        (file-truename (concat (file-name-as-directory
                                 invocation-directory)
                                 invocation-name)))

?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]