On Thu 2012-04-12, at 04:09 PM, [email protected] (Alfred M. Szmidt) wrote: > > And what about for example, emacs that uses the libexec program > (executables that are not supposed to be run by a user directly, and > thus not found in PATH) movemail. How would emacs find this in a > dynamic manner? Currently it looks at a variable called exec-path > that contains, amongst other, LIBEXECDIR/ which is set during > configure/compile time.
instead, LIBEXECDIR would be set at runtime, relative to the emacs invoked binary.
