From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yaomin Newsgroups: gmane.emacs.help Subject: Re: Emacs 23 and git-emacs Date: Wed, 9 Sep 2009 22:07:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1d6e11b9-092a-4bc9-ae86-647c060343f2@j19g2000yqk.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1252612554 16540 80.91.229.12 (10 Sep 2009 19:55:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2009 19:55:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 10 21:55:47 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mlpk8-0000Nl-SK for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Sep 2009 21:55:45 +0200 Original-Received: from localhost ([127.0.0.1]:35479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlpk8-0001q5-Ch for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Sep 2009 15:55:44 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!j19g2000yqk.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 76.189.204.117 Original-X-Trace: posting.google.com 1252559250 14646 127.0.0.1 (10 Sep 2009 05:07:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 10 Sep 2009 05:07:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j19g2000yqk.googlegroups.com; posting-host=76.189.204.117; posting-account=56w3QQoAAAC2PzlG4ovpUr_e4j4YX_2C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:172884 X-Mailman-Approved-At: Thu, 10 Sep 2009 15:55:21 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68034 Archived-At: On Sep 9, 5:53=A0pm, Markus Heller wrote: > Hello, > > I'm on Windoze XP using GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of > 2009-06-30 on LENNART-69DE564 and git-emacs-1.1. > > However, M-x git-config-init gives the following message in the buffer: > > apply: Searching for program: no such file or directory, git-config > > Here's the entire *Messages* buffer: > > Loading c:/Program > Files/emacs-23.1/org-6.30e/contrib/lisp/org-checklist.el (source)...done > Loading paren...done > For information about GNU Emacs and the GNU system, type C-h C-a. > Making completion list... > apply: Searching for program: no such file or directory, git-config > Mark set > > What's wrong? =A0I do have the following lines in my .emacs: > > (add-to-list 'load-path "C:/Program Files/emacs-23.1/git-emacs-1.1") > (require 'git-emacs) > > Thanks and Cheers > Markus get it as git clone git://github.com/tsgates/git-emacs.git This solved my problem.