On Thu, Aug 6, 2009 at 6:30 PM, Peter Dyballa
<Peter_Dyballa@web.de> wrote:
Am 06.08.2009 um 16:28 schrieb Chad A.:
Any ideas about how I can get Emacs.app to find svn (when Emacs.app is
not launched from the command line).
Add to your init file:
(setenv "PATH" (concat "/some/directory" ":" (getenv "PATH")))
where you can add /opt/local/bin and /opt/local/sbin and whatever else is missing. Then adjust the variable exec-path to match $PATH. Better check this latter variable first!
--
Greetings
Pete
Theory and practice are the same, in theory, but, in practice, they are different.