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

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

Re: Emacs 23 and git-emacs


From: Markus Heller
Subject: Re: Emacs 23 and git-emacs
Date: Thu, 10 Sep 2009 13:25:00 -0700
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Peter Dyballa wrote:

Am 10.09.2009 um 18:39 schrieb Markus Heller:

I guess I need to let emacs know where to find the git binaries ... But how? (add-to-list 'load-path) maybe?


On UNIX it's:

    (setenv "PATH" (concat "/some/directory" ":" (getenv "PATH")))

GNU Emacs also has the variable exec-path. And you can simply customise it! So I think this one is the means to make GNU Emacs find your GIT programmes.


Pete,

thanks again. I tried M-x customize-variable <Ret> and added the path to the git binaries to exec-path. After restarting emacs, I still get the same error message.

I think I'll have to do some more googling ...

M





reply via email to

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