On windows, to use mysysgit with emacs, I start up emacs with a shortcut that runs a bat file. Here are the contents of one I named 'gitemacs.bat' that sets the path and starts emacs:
PATH=c:/ac/emacs-23.2/bin;%PATH%
C:\WINDOWS\system32\cmd.exe /c ""C:\Program Files\Git\bin\sh.exe" --login -i -t -c runemacs.exe"
KNOWN ISSUE: When I try to run make with a cross compiler from within Emacs with compile-command, I get this an error:
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
TODO: Improve git command usage from within Emacs possibly by using git.el and git-mswin.el
No comments:
Post a Comment