help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs.app and Subversion Path


From: Chad Albers
Subject: Re: Emacs.app and Subversion Path
Date: Thu, 6 Aug 2009 19:23:01 -0400

Yep.  I've tried that.  This is what I have...

(setenv "PATH" (concat (getenv "PATH") ":/opt/local/bin"))
(setq exec-path (append exec-path '("/opt/local/bin"))))

both svn and git reside in /opt/local/bin.  However, this fix only allows magit to recognize git, but emacs VC can't seem to find svn.

Any other ideas? 

Chad


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.



reply via email to

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